- 授权协议: Apache
- 开发语言: PHP
- 操作系统: Windows
- 软件首页: http://pdt.cxiangnet.cn/
- 软件文档: http://git.oschina.net/547376634/PDT
软件介绍
PDT(PHP Development Tools) —— Windows 下 php 集成开发环境工具
涵盖
nginx 1.12.0 apache 2.4.3 mysql 5.6.36 redis 2.2.5 mongodb ssdb 1.6.8.6 php(默认7.1 nts vc14) php5.6(保留)
操作介绍
all_start.bat 启动所有服务 all_stop.bat 关闭所有服务 http_start.bat 启动apache http_stop.bat 关闭apache nginx_start.bat 启动nginx nginx_stop.bat 关闭nginx phpcgi_start.bat 启动php CGI phpcgi_stop.bat 关闭php CGI php5cgi_start.bat 启动php5.6 CGI php5cgi_stop.bat 关闭php5.6 CGI openresty_start.bat 启动openresty openresty_stop.bat 关闭openresty memcache_start.bat 启动memcache memcache_stop.bat 关闭memcache redis_start.bat 启动redis redis_stop.bat 关闭redis ssdb_start.bat 启动ssdb ssdb_stop.bat 关闭ssdb mongodb_start.bat 启动mongo mongodb_stop.bat 关闭mongo shell.bat PDT目录cmd入口命令 start_home.bat 打开PDT主页
HTML文件夹说明
phpinfo.php php信息查看
memcache.php memcache管理工具
adminer.php mysql管理工具
算法Ⅰ~Ⅳ(C++实现):基础、数据结构、排序和搜索
Sedgewick / 高等教育出版社 / 2002-1 / 49.00元
本书通过C++实现方案以简洁、直接的方式对书中的算法和数据结构进行表述,并向学生提供在实际应用中验证这种方法的手段。 本书广泛地论述了与排序、搜索及相关应用有关的基本数据结构和算法。覆盖了数组、链表、串、树和其他基本数据结构,更多地强调抽象数据类型(ADT)、模块化程序设计、面向对象程序设计和C++类。本书包括排序、选择、优先队列ADT实现和符号表ADT(搜索)实现,配有帮助学生学习计算......一起来看看 《算法Ⅰ~Ⅳ(C++实现):基础、数据结构、排序和搜索》 这本书的介绍吧!
