排序
phpcms2008 企业黄页模块伪静态设置规则分享
httpd.ini [ISAPI_Rewrite] # 3600 = 1 hour CacheClockRate 3600 RepeatLimit 32 # Protect httpd.ini and httpd.parse.errors files # from accessing through HTTP RewriteRule ^(.*)/yp/([a...
Discuz二次开发基本知识总结
一) Discuz!的文件系统目录 注:想搞DZ开发,就得弄懂DZ中每个文件的功能。 a) Admin:后台管理功能模块 b) Api:DZ系统与其它系统之间接口程序 c) Archiver:DZ中,用以搜索引擎优化的无图版 ...
详解火车头采集器免登录采集数据发布到DEDECMS织梦的方法
将dede/config.php中的下面代码: //检验用户登录状态 $cuserLogin = new userLogin(); if($cuserLogin->getUserID()==-1) { header('location:login.php?gotopage='.urlencode($dedeNowurl)...
Docker Swarm模式下Docker Stack部署应用
IMail 的安装和设置 图文教程
DB2 常用命令速查(备忘)
dasauto - 自动启动 DB2 管理服务器 dascrt - 创建 DB2 管理服务器 dasdrop - 除去 DB2 管理服务器 dasmigr - 迁移 DB2 管理服务器 dasupdt - 更新 DB2 管理服务器 db2_deinstall - 卸载 DB2 产...
SQLite3中的日期时间函数使用小结
import sqlite3 conn = sqlite3.connect('/tmp/sqlite.db') cur = conn.cursor() 接下来干嘛呢?建一张表吧。这里需要注意的是,SQLite不支持在创建表的同时创建索引,所以要分两步走,先创建表...
Windows下MongoDB配置用户权限实例
MongoDB默认设置为无权限访问限制注:研究成果基于Windows平台 在部署mongodb成功后,进入控制台: 输入命令:mongod use admin,你会发现该DB下包含了一个system.user表,呵呵,没错,这个表就...
MongoDB查询字段没有创建索引导致的连接超时异常解案例分享
今天在现场的哥们发来异常,让我解决,错误信息如下: HTTP Status 500 - Read operation to server 192.168.1.110:20001 failed on database wpdb; nested exception is com.mongodb.MongoExce...










