排序
MongoDB错误32-bit servers don’t have journaling enabled by default解决方法
每次启动MongoDB时总是会收到如下 Unclean shutdown 提示,总结了一下出现该问题的原因及解决方法。 提示如下: ************** D:GREENT~1PowerCmd>mongod --auth -dbpath C:mongoMongoDBmo...
基于Jquery+Ajax+Json实现分页显示附效果图
1.后台action产生json数据。 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 List blackList = blackService.getBlackInfoList(mobileNum, gatewayid, startDate, e...
浅谈Web服务器的构架:LAMP LNMP以及LLMP
随着许多VPS销售商有如Directspace 、 BuyVM、YardVPS放出廉价的VPSS,特别是PIPNI推出的免费VPS,许多站长的眼光开始注意到了VPS身上。虽然这些VPS的性能见仁见智,但是毕竟VPS使用的自由度要...
IIS6.0的默认权限和用户权限设置小结
NTFS 权限 目录 用户组 权限 %windir%helpiishelpcommon Administrators 完全控制 %windir%helpiishelpcommon System 完全控制 %windir%helpiishelpcommon IIS_WPG 读取、执行 %windir%helpiish...
Discuz二次开发基本知识总结
一) Discuz!的文件系统目录 注:想搞DZ开发,就得弄懂DZ中每个文件的功能。 a) Admin:后台管理功能模块 b) Api:DZ系统与其它系统之间接口程序 c) Archiver:DZ中,用以搜索引擎优化的无图版 ...
Android MediaRecorder录制视频
织梦DedeCms取消后台登陆验证码的方法示例
首先模拟会员登录和退出,有两个重要文件,一个是include下的memberlogin.class.php和include/helpers下的cache.helper.php文件。 原理为:memberlogin.class.php通过使用缓存助手 helper('cach...
Windows下把MongoDB安装为系统服务的方法
总结一下如何将mongoDB安装为WinXP下系统服务。 使用的命令如下: Microsoft Windows XP [版本 5.1.2600] (C) 版权所有 1985-2001 Microsoft Corp. C:Documents and SettingsAdministrator>m...
ASP.NET中常用的用来输出JS脚本的类
整个程序的代码如下: using System; using System.Collections.Generic; using System.Text; using System.Web; using System.Web.UI; /// <summary> /// 弹出JavaScript小窗口 /// <...
9个比较实用的php代码片段
比较有用的php代码片段,具体代码如下 一、从网页中提取关键词 1 2 3 4 5 6 7 8 9 10 $meta = get_meta_tags('http://www.emoticode.net/'); $keywords = $meta['keywords']; // Split keywords...









