MonsterTan
99ec619f2c
Merge pull request #1 from testerSunshine/master
...
update
2019-01-08 16:41:58 +08:00
AaronJny
542db361b2
对linux的安装依赖做了特别说明。
...
1.使用 `python2 -m pip install ...`的形式安装依赖可以避免多版本python、pip下的冲突问题,否则有可能会出现将依赖安装到python3上,项目无法运行的情况。
2.对root用户和非root用户做了区分。当非root用户直接使用`pip install ...`命令安装时,依赖会安装到当前用户目录下,但运行项目使用的是`sudo python run.py`,读取的是root用户目录下的依赖,可能会导致项目运行失败。
2019-01-08 14:18:37 +08:00
wenxianping
8e97d1d160
优化提示
2019-01-08 10:22:46 +08:00
wenxianping
f76371ba72
readme update
2019-01-08 10:16:24 +08:00
wenxianping
a9cf9c6c6c
删除cdn提示
2019-01-08 09:48:18 +08:00
wenxianping
ac69e2c9e0
删除加入cdn提示
2019-01-07 22:54:46 +08:00
wenxianping
37f20eda21
Merge pull request #101 from cclauss/patch-4
...
Use feature detection instead of version detection
2019-01-07 22:47:08 +08:00
wenxianping
15491c8aa6
Merge pull request #100 from cclauss/patch-3
...
Define xrange() in Python 3
2019-01-07 22:34:20 +08:00
wenxianping
34789a5a3e
Merge pull request #99 from cclauss/patch-2
...
Define raw_input() in Python 3
2019-01-07 22:34:07 +08:00
wenxianping
b2416455f4
Merge pull request #103 from pyfaith/master
...
修正查询余票时,不显示当前cdn轮询IP问题
2019-01-07 20:56:11 +08:00
pyfaith
dedc491203
修正查询余票时,不显示当前cdn轮询IP问题
2019-01-07 18:51:27 +08:00
wenxianping
e6ce310eca
验证码图片改后缀
2019-01-07 17:48:41 +08:00
tan
fe1ea37a7e
complete docker script
2019-01-07 17:02:35 +08:00
cclauss
4c1ab61b7b
Trailing whitespace
2019-01-07 09:45:38 +01:00
tan
8c26862732
add docker.sh file to control compose file
2019-01-07 16:44:36 +08:00
tan
8c548f13de
modify some config about compose file.
2019-01-07 16:44:12 +08:00
cclauss
3ca6f13d06
Fix typo
2019-01-07 09:34:44 +01:00
cclauss
4371b0b3b0
Use feature detection instead of version detection
2019-01-07 09:11:31 +01:00
cclauss
378bb75bf8
Use feature detection instead of version detection
...
Follows the Python porting best practice [__use feature detection instead of version detection__](https://docs.python.org/3/howto/pyporting.html#use-feature-detection-instead-of-version-detection ).
2019-01-07 09:09:26 +01:00
cclauss
252ca4002c
Define xrange() in Python 3
...
__xrange()__ was removed in Python 3 in favor of a reworked version of __range()__. This change ensures equivalent functionality in both Python 2 and Python 3.
2019-01-07 09:04:01 +01:00
cclauss
342bebc733
Define raw_input() in Python 3
...
__raw_input()__ was removed in Python 3 in favor of a reworked version of __input()__. This change ensures equivalent functionality in both Python 2 and Python 3.
2019-01-07 08:58:43 +01:00
tan
7518d21c60
update docker files
2019-01-07 15:21:42 +08:00
wenxianping
ec38172b3d
readme update
2019-01-07 11:57:53 +08:00
wenxianping
2df57447d3
优化cdn。
2019-01-07 11:54:47 +08:00
wenxianping
2cb98db402
Merge remote-tracking branch 'origin/master'
2019-01-07 11:44:12 +08:00
wenxianping
a78683bad2
修改cpu占用过高问题
2019-01-07 11:44:06 +08:00
wenxianping
94410cbbd8
Merge pull request #89 from HousqLove/master
...
优化手动识别时的坐标_v2
2019-01-07 11:43:08 +08:00
housq
41a78209c8
优化手动识别时的坐标
2019-01-06 12:26:08 +08:00
wenxianping
cfebf48646
修改休眠bug
...
增加软卧功能
2019-01-06 12:16:45 +08:00
wenxianping
fb03acd46f
Merge pull request #73 from ttdevs/master
...
修改配置文件的加载方式
2019-01-05 16:29:40 +08:00
wenxianping
4b844fbd4a
Merge pull request #75 from PKzhilong/feature/ticket-run-docker
...
修改Dockerfile启动不能直接启动,而是需要docker run dockerticket python run.py &, 实现…
2019-01-05 16:17:50 +08:00
xingzhilong
9b11f95715
修改Dockerfile启动不能直接启动,而是需要docker run dockerticket python run.py &, 实现在container启动时候就运行
2019-01-04 17:57:37 +08:00
ttdevs
cf904073c4
change config file(cdn_list, station_name.txt) load manage
2019-01-04 11:00:10 +08:00
wenxianping
fa85652feb
优化登录掉线
2019-01-04 09:38:40 +08:00
wenxianping
43799d3b56
优化查询
2019-01-03 20:38:08 +08:00
tan
73d7ae3588
add docker-compose file
2019-01-03 17:02:09 +08:00
wenxianping
0cc85766a4
修改win对时功能
2019-01-03 11:23:53 +08:00
wenxianping
6b1f575c64
关闭win对时功能
2019-01-03 11:04:26 +08:00
wenxianping
0afa64ac07
ntp改成阿里云的
2019-01-03 10:41:57 +08:00
wenxianping
11d7da04ce
fix
2019-01-03 09:35:41 +08:00
wenxianping
af5ece8c3e
修复autoSynchroTime文件未提交问题
2019-01-03 09:25:54 +08:00
wenxianping
4d07e5369a
redeme
2019-01-02 23:10:54 +08:00
wenxianping
57f223126e
优化预售查询
2019-01-02 23:10:01 +08:00
wenxianping
3d199a0a21
fix
2019-01-02 09:54:14 +08:00
wenxianping
0e6f2ceee2
优化查询逻辑
2018-12-31 12:22:37 +08:00
wenxianping
2465d61554
更新站点
2018-12-29 09:37:54 +08:00
wenxianping
46b6a72577
打印cdn
2018-12-27 14:38:19 +08:00
wenxianping
9a9647665f
排队时间增加
2018-12-27 14:32:46 +08:00
wenxianping
8c7804dd4c
优化订票逻辑
2018-12-27 14:05:53 +08:00
wenxianping
69a3b44236
1
2018-12-26 20:12:17 +08:00