-
PHPyufa
php的语法大全,适合初学者使用,内容比较详细(php' s Grammar, for beginners, more detailed content)
- 2011-10-18 12:03:31下载
- 积分:1
-
合同管理系统,对合同进行统一管理,合同到期提醒。已付款及未付款提醒...
合同管理系统,对合同进行统一管理,合同到期提醒。已付款及未付款提醒-sadfsafasdfsdfasgagsgasdfasdfkhiadfadsfdfasdf
- 2022-03-10 18:58:01下载
- 积分:1
-
xdcms_v2.0.5
XDcms是南宁旭东网络科技有限公司推出的一套完全开源的通用的内容管理系统。主要使用php+mysql+smarty技术基础进行开发,XDcms采用OOP(面向对象)方式进行基础运行框架搭建。模块化开发方式做为功能开发形式。框架易于功能扩展,代码维护,二次开发能力优秀。(XDcms Nanning of Xudong Network Technology Co., Ltd. launched a completely generic open source content management system. Mainly use php+mysql+smarty basis the development, XDcms using OOP (object-oriented) basic operating framework structures. Modular development approach as a form of functional development. Framework easy functionality expansion, code maintenance, excellent secondary development capacity.)
- 2013-01-13 14:29:42下载
- 积分:1
-
an RPG, fringe a good map editor
一个PHP的RPG游戏,附带一个很好的地图编辑器-an RPG, fringe a good map editor
- 2022-02-25 23:50:24下载
- 积分:1
-
voice chat room procedures, it is now very popular, try it, the need to prepare...
语音聊天室程序,现在很流行的,试试吧,需要准备好麦克风呀-voice chat room procedures, it is now very popular, try it, the need to prepare a good microphone ah
- 2023-02-07 16:05:03下载
- 积分:1
-
ASP.NET in the source. Reading your package and then write their specific functi...
ASP.NET 中的源码.读您的文件包然后写出其具体功能(至少要20个字)。尽量不要让站长把时间-ASP.NET in the source. Reading your package and then write their specific functions (at least 20 words). As far as possible not to let the station time
- 2022-08-17 09:09:14下载
- 积分:1
-
PHP网络验证
应用背景首选修改app-Conf-config.php中的MYSQL链接参数
默认管理员账号:admin密码admin888
管理地址:http://你的域名/Login/index.html
阿帕奇伪静态:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L]
nginx伪静态:
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=$1 last;
break;
}
}关键技术
ThinkPHP是为了简化企业级应用开发和敏捷WEB应用开发而诞生的。最早诞生于2006年初,2007年元旦正式更名为ThinkPHP,并且遵循Apache2开源协议发布。ThinkPHP从诞生以来一直秉承简洁实用的设计原则,在保持出色的性能和至
- 2023-08-18 14:35:03下载
- 积分:1
-
a simple procedure to facilitate small Home Management Tools ASP
一个简单的小程序方便主页管理 开发工具 ASP-a simple procedure to facilitate small Home Management Tools ASP
- 2022-05-07 04:10:38下载
- 积分:1
-
包含多个ASP的应用程序,有BBS,通讯录等很适合ASP的初学者
包含多个ASP的应用程序,有BBS,通讯录等很适合ASP的初学者-ASP
- 2022-01-25 20:48:42下载
- 积分:1
-
给初学PHP的学者提供方便,祝你们在WEB开发中更进一步
给初学PHP的学者提供方便,祝你们在WEB开发中更进一步
-PHP novice scholars to provide a convenient, I wish you further in WEB Development
- 2022-02-20 16:48:29下载
- 积分:1