欢迎关注我的推特
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 71 下一页
摘要: 新用户关注微信公众平台,将产生一个订阅事件,即subscribe事件,默认代码中没有对这一事件进行相应处理。 在新用户关注公众平台后,可能想知道该平台提供了哪些功能,以及怎样使用该平台,通俗一点讲就是该平台的“使用说明书”。 微信目前提供了五种消息类型,分别为: 文本消息(text);图片消息(im 阅读全文
posted @ 2016-09-30 17:40 服务号AwesomeAITools 阅读(430) 评论(0) 推荐(0)
摘要: 大致分为四个部分: 定义TOKEN声明一个类 wechatCallbackapiTest创建类wechatCallbackapiTest 的一个实例对象 $wechatObj调用类的 valid() 方法。 详细分析 定义TOKEN TOKEN 是用来交互时进行安全认证的,开发者可以随意定义,但要和 阅读全文
posted @ 2016-09-30 17:39 服务号AwesomeAITools 阅读(315) 评论(0) 推荐(0)
摘要: http://githubranking.com/ 中国区开发者排行榜: http://githubrank.com/ 也可以在官网查询: https://github.com/search?q=stars:%3E1&s=stars&type=Repositories 还能按语言筛选! 艺搜参考 h 阅读全文
posted @ 2016-09-30 17:38 服务号AwesomeAITools 阅读(1103) 评论(0) 推荐(0)
摘要: 通讯机制 注册地址:https://mp.weixin.qq.com 注:运营主体为个人,只可创建订阅号,不能创建服务号。 而且订阅号只有300元认证后,才能拥有菜单功能(见左侧的微信认证),而且年审认证需要另行支付审核服务费。 示例代码设置 微信公众平台提供了一个php示例代码:wx-sample 阅读全文
posted @ 2016-09-30 17:38 服务号AwesomeAITools 阅读(439) 评论(0) 推荐(0)
摘要: 总结: make (-fdump-rtl-expand) 去除编译优化,比如-O3 egypt test.c.128r.expand >test.dot 可以手动打开dot文件去除一些孤立的点, 主要是egypt的使用 dot test.dot -Tpng -o test.png egypt --o 阅读全文
posted @ 2016-09-30 17:37 服务号AwesomeAITools 阅读(1309) 评论(0) 推荐(0)
摘要: svn不仅仅可以用于程序开发,还可以做很多事情,例如备份文档。 CentOS下:安装 yum install -y subversion yum install -y subversion Ubuntu下: sudo apt-get install subversion sudo apt-get i 阅读全文
posted @ 2016-09-30 17:36 服务号AwesomeAITools 阅读(237) 评论(0) 推荐(0)
摘要: 安装setup-tools 或 https://yunpan.cn/cB3dDUIc6JAVC 访问密码 9597 安装pip 或 https://yunpan.cn/cB3d42SfLSDib 访问密码 d31c 阅读全文
posted @ 2016-09-30 17:35 服务号AwesomeAITools 阅读(285) 评论(0) 推荐(0)
摘要: 任务: 这个命令的问题:只更新了版本号,没有更新实际内容,但是直接运行上面shell脚本能更新。 解决:需要在svn里加上用户名和密码。 如下: 1,新建一个更新脚本svn.sh #!/bin/bashcd /opt/adobe/fms/webroot/api export LC_CTYPE=en_ 阅读全文
posted @ 2016-09-30 17:35 服务号AwesomeAITools 阅读(739) 评论(0) 推荐(0)
摘要: 小结: 先启动memcached 然后启动magent memcached -d -p 11211 -u memcached -m 64 -c 5120memcached -d -p 11212 -u memcached -m 64 -c 5120magent -u root -n 5120 -l  阅读全文
posted @ 2016-09-30 17:34 服务号AwesomeAITools 阅读(404) 评论(0) 推荐(0)
摘要: manage uploaded files, and manipulate images in many ways manage uploaded files, and manipulate images in many ways through an HTML form, a Flash uplo 阅读全文
posted @ 2016-09-30 17:33 服务号AwesomeAITools 阅读(327) 评论(0) 推荐(0)
上一页 1 ··· 54 55 56 57 58 59 60 61 62 ··· 71 下一页