摘要: server { listen 80; server_name all.bjed.com; root "F:\www\asdata"; location / { index index.html index.htm index.php; #autoindex on; if (!-e $request 阅读全文
posted @ 2017-03-01 16:01 freedom/cn 阅读(13678) 评论(0) 推荐(0)
摘要: python 下写linux执行脚本 单独执行 python /home/xx.py 运行正常,但是在linux下 crotch -l 发现有任务运行: 30 0 * * * python /home/xx.py 却发现没有执行定时任务 解决方案有两种 1.which python 查看python 阅读全文
posted @ 2017-03-01 13:47 freedom/cn 阅读(6699) 评论(0) 推荐(0)
摘要: 1.下载Creator 4.2.1 2.点击文件-新建项目-QT-QT designer Form 然后 choose 3. 4.窗口组件选择 5.下一步,然后就可以自己设计了,,, 最后说一下,保存了以后是一个 .ui的xml 文件,但是我们要的是.py文件啊,怎么将它生成.py文件呢 在 目录下 阅读全文
posted @ 2017-03-01 09:32 freedom/cn 阅读(10291) 评论(0) 推荐(0)