摘要:
一.安装celery 模块 ① ②在windows系统运行时安装 eventlet 模块 运行时输入代码: ③ 在其他系统运行时 二.celery 异步任务 1.消费者中(s1.py) 2.生产者中(s2.py) from s1 import myfun1,myfun2,myfun3,cfrom c 阅读全文
摘要:
1、编辑(Editing) Ctrl + Space 基本的代码完成(类、方法、属性) Ctrl + Alt + Space 快速导入任意类 Ctrl + Shift + Enter 语句完成 Ctrl + P 参数信息(在方法中调用参数) Ctrl + Q 快速查看文档 F1 Web帮助文档主页 阅读全文
摘要:
一.创建简单app应用 ① ② ③连接手机 ④ 二.MUI 各组件的运用 http://dev.dcloud.net.cn/mui/snippet/ 三. HTML5plus 参考文档: http://www.html5plus.org/ 1.自定义代码块 ① ② ③ 四.事件 1.手势事件 ①基本 阅读全文