- 授权协议: GPL
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://git.oschina.net/18777304210/wechat_robot_plus
- 软件文档: http://git.oschina.net/18777304210/wechat_robot_plus/wikis/Home
软件介绍
测试环境 apache2.22 + mysql5.5 + php5.4
采用codeigniter框架,初版后台使用了@chekun 的巨作dilicms(一款基于ci的开源后台cms框架)
改版后使用自己写的一个简单的ui实现一般的CURD操作
目前支持功能如下:
针对用户发来的消息做出指定的回应;
保存用户发来的“命令消息”跟随的参数到数据库;
将用户发送的数据转入到第三方插件(遵循ci框架的thirdparty模式)中实现微信与其他程序的交互,例如某订单系统等。
A Philosophy of Software Design
John Ousterhout / Yaknyam Press / 2018-4-6 / GBP 14.21
This book addresses the topic of software design: how to decompose complex software systems into modules (such as classes and methods) that can be implemented relatively independently. The book first ......一起来看看 《A Philosophy of Software Design》 这本书的介绍吧!
