http://blog.csdn.net/stationxp/article/details/26077439计划:装一个虚机,ubuntu吧,14.04 Trusty Tahr。安装MongoDB网络资源:http://mirrors.aliyun.com/ubuntu-releases/14.0...
分类:
数据库技术 时间:
2014-09-28 17:02:05
收藏:
0 评论:
0 赞:
0 阅读:
1005
将 “phpMyAdmin/libraries”文件夹下的config.default.php文件中的$cfg['Servers'][$i]['host'] ='localhost';修改为$cfg['Servers'][$i]['host'] ='127.0.0.1';
分类:
数据库技术 时间:
2014-09-28 17:01:54
收藏:
0 评论:
0 赞:
0 阅读:
354
event.target event.srcElement
分类:
其他 时间:
2014-09-28 17:01:45
收藏:
0 评论:
0 赞:
0 阅读:
320
在测试手机app的时候,我们经常需要测试一下app在弱网络条件下是否有问题,下面一个方法是通过使用macbook 分享热点,然后通过软件限速来模拟弱网络。1. macbook通过网线上网,然后wifi分享做热点。System Preferences -> sharing,选择“internet sh...
分类:
其他 时间:
2014-09-28 17:01:34
收藏:
0 评论:
0 赞:
0 阅读:
315
Ubuntu Linux系统下apt-get命令详解,一些常用的使用方法的集合
分类:
系统服务 时间:
2014-09-28 17:01:24
收藏:
0 评论:
0 赞:
0 阅读:
383
#include #include #include #include using namespace std;int main(int argc, char *const *argv){ try { leveldb::DB* db; leveldb::Opt...
分类:
数据库技术 时间:
2014-09-28 17:01:15
收藏:
0 评论:
0 赞:
0 阅读:
318
netstat -tlnlinkin@OpenSuse:~> netstat -tln--------------------------------------------------------------------------------Active Internet connections...
分类:
系统服务 时间:
2014-09-28 17:00:35
收藏:
0 评论:
0 赞:
0 阅读:
367
.tar解包:tar xvf FileName.tar打包:tar cvf FileName.tar DirName(注:tar是打包,不是压缩!)———————————————.gz解压1:gunzip FileName.gz解压2:gzip -d FileName.gz压缩:gzip FileN...
分类:
系统服务 时间:
2014-09-28 17:00:14
收藏:
0 评论:
0 赞:
0 阅读:
294
因为我的windows8不是专业版的,不能通过网上方法修改组策略,所以尝试了下面的方法:1. 在vs2012快捷方式上,右键选择兼容性疑难解答;2. 等待检测完,选择故障排除选项页面,选“疑难解答程序”;3. 在你注意到什么问题页面,勾选“程序已打开,但未正确显示”、“该程序需要附加权限”;4. 下...
分类:
Windows开发 时间:
2014-09-28 17:00:04
收藏:
0 评论:
0 赞:
0 阅读:
338
转:https://laoyur.com/?p=414iOS7.1中,通过itms-services://方式安装ipa已经发生了改变,.plist文件必须是https://的,.ipa文件的链接则依然可以是http://的。目前的解决方案大致有以下几种:Dropbox大法。把plist文件放到Dr...
分类:
移动平台 时间:
2014-09-28 16:59:55
收藏:
0 评论:
0 赞:
0 阅读:
353
2.x版本域名重定向:# For ISAPI_Rewrite 2.xRewriteCond Host: ^steveluo\.name$RewriteRule (.*) http\://www\.steveluo\.name$1 [I,RP]3.x版本域名重定向:# For ISAPI_Rewrit...
分类:
其他 时间:
2014-09-28 16:59:44
收藏:
0 评论:
0 赞:
0 阅读:
264
function GetDate(){var now = new Date();var year = now.getFullYear(); //年var month = now.getMonth() + 1;//月var day = now.getDate(); //日 var hh = no...
分类:
Web开发 时间:
2014-09-28 16:59:24
收藏:
0 评论:
0 赞:
0 阅读:
280
本周带来10款免费的jquery插件。如果你也有好的作品,欢迎分享到社区中来,在得到帮助的同时,也能与更多人分享来自你的作品。
分类:
Web开发 时间:
2014-09-28 16:59:15
收藏:
0 评论:
0 赞:
0 阅读:
214
//图片,重点class引用pimg//点击图片的调用 $(function(){ $(".pimg").click(function(){ var _this = $(this);//将当前的pimg元素作为_this传入函数 img...
分类:
其他 时间:
2014-09-28 16:59:04
收藏:
0 评论:
0 赞:
0 阅读:
385
本文转载自http://sarin.iteye.com/blog/603684/先来看一个例子,代码如下: Java代码 publicclassTest{publicstaticvoidmain(String[]args){Stringstr="abc";Stringstr1="abc";Strin...
分类:
编程语言 时间:
2014-09-28 16:58:54
收藏:
0 评论:
0 赞:
0 阅读:
317
高速排序算法作者 July 二零一一年一月四日------------------------------------------ 写之前,先说点题外话。每写一篇文章,我都会遵循下面几点原则:一、保持版面的尽量清晰,力保排版良好。二、力争所写的东西,清晰易懂,图文并茂三、尽最大可能确保所写的东西精准...
分类:
其他 时间:
2014-09-28 16:58:35
收藏:
0 评论:
0 赞:
0 阅读:
250
网上SlimDX的资源很少,搜到了http://www.xukailun.me/article/238/这篇关于《SlimDX的DirectSound模块应用实战》的文章,备份下来以备不时之需。1.基本的播放功能void CreateDirectSound(Guid deviceId, IntPtr...
分类:
其他 时间:
2014-09-28 16:58:14
收藏:
0 评论:
0 赞:
0 阅读:
440
日期加减:function test(){var DateObj = new Date();var AddDayNumber = 2; // 给日期加两天DateObj.setDate(DateObj.getDate() + AddDayNumber);var d...
分类:
Web开发 时间:
2014-09-28 16:58:04
收藏:
0 评论:
0 赞:
0 阅读:
315
1、局部变量是否能和全局变量重名? 答:能,局部会屏蔽全局。要用全局变量,须要使用"::" 局部变量能够与全局变量同名,在函数内引用这个变量时,会用到同名的局部变量,而不会用到全局变量。对于有些编译器而言,在同一个函数内能够定义多个同名的局部变量,比方在两个循环体内都定义一个同名的局部变量,而那个局...
分类:
编程语言 时间:
2014-09-28 16:57:56
收藏:
0 评论:
0 赞:
0 阅读:
390
内核版本 : linux-2.6.22.6内核编译的简单说明(不完全表达)1、/work/jz2440/kernel/linux-2.6.22.6/arch/arm/configs# ls |grep s3c*s3c2410_defconfig #cd /work/jz2440/kernel/li....
分类:
其他 时间:
2014-09-28 16:57:25
收藏:
0 评论:
0 赞:
0 阅读:
231