1.抢课前先记录下cookies和csrftoken(验证是不是你),以及记下来自己的想选的课的课头号。 2.向选课的url(有三种) post课头号和csrftoken。 3.没成功多试几次就好了,还不用登录,升级的话也可以设置定时抢。
1.设置python默认版本为3.x。 2.安装mysql8.0。 3.上传项目文件 4.安装配置uwsgi。 5.nginx安装配置。 6.启动uwsgi、nginx。 详细介绍:https://blog.csdn.net/weixin_44388092/article/details/100516165
常用的方法为TF-IDF、LDA、word2evc,等python实现入门参考网址:https://blog.csdn.net/u012052268/article/details/79560768,https://blog.csdn.net/sinat_29694963/article/details/79177832,https://blog.csdn.net/huacha__/article/details/84068653,https://blog.csdn.net/doufreedom1992/article/details/75257774
了解Tkinter的基本语法,如标签(Lable),输入框(Entry,Text),按钮(Button),消息框(messageBox),以及窗口的放置方式(pack,place,grid)等, 参考学习地址:https://www.cnblogs.com/shwee/p/9427975.html.