http://acm.nyist.net/JudgeOnline/problem.php?pid=708状态转移方程的思路:对于一个数N,可以是N
- 1的状态+1 得到,另外,也可以是(n / 2) * (1 + 1)得到,同理对于任意的奇数p,都有如果n可以整除p,都有f(n / p) + f(...
分类:
其他好文 时间:
2014-04-30 21:26:26
阅读次数:
519
https://s3.amazonaws.com/drivers.mongodb.org/php/index.htmlwindows7
64位 php5.3安装php_mongo.dll方法
2014-04-29 13:19:09先贴出打开远程(Linux)目录所需的配置文件{ //
The tab key will cycle through the settings when first created // Visit
http://wbond.net/sublime_...
分类:
其他好文 时间:
2014-04-30 20:49:48
阅读次数:
657
首先写个php脚本输出json,注意,还要输出回车,方便android的bufferreader读取一行bookid
= $id; $this->bookname = $name; $this->bookinfo = $info; } ...
分类:
移动开发 时间:
2014-04-30 20:19:42
阅读次数:
684
PHP 后台定时循环刷新某个页面如果间隔时间过长的话
会出现apache自动停止的现象。出现的原因则是设置了 ThreadsPerChild 450 MaxConnectionsPerChild
3000错误日志报错[mpm_winnt:notice] [pid 126...
分类:
Web程序 时间:
2014-04-30 20:07:28
阅读次数:
520
题目:http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 1
/*http://acm.nefu.edu.cn/JudgeOnline/problemshow.php?problem_id=612 2
关键是对数处理位数...
分类:
其他好文 时间:
2014-04-30 19:46:56
阅读次数:
411
需求1:打包成Linux上可执行程序 a.
先下载pyinstaller程序,我当前下载的是PyInstaller-2.1的版本 进行如下操作:
pythoner@pythoner-virtual-machine:~/PyInstaller-2.1$ sudo python2.7 setup.py ...
分类:
系统相关 时间:
2014-04-30 19:21:15
阅读次数:
691
分类: php mongo 2013-07-18 10:23 623人阅读 评论(0) 收藏
举报目录(?)[-]连接MongoDB数据库选择数据库与表插入数据记录更新数据记录删除记录操作查询数据记录关闭链接常见函数使用
最近有个项目,需要用php操作mongoDb数据,所以了解下mongoDb.....
分类:
数据库 时间:
2014-04-30 19:07:41
阅读次数:
568
1.setuid的作用我们知道当给一个命令赋予了setuid权限之后,那么用户在执行这个命令时便暂时拥有了该命令所有者的权限,也就是说,不管是谁执行的此命令,都是以该命令所有者的身份执行的。在Linux系统中,最明显的一个例子就是passwd这个命令。我们查看/etc/shadow这个文件的权限如下...
分类:
其他好文 时间:
2014-04-29 11:43:45
阅读次数:
428
一、linux 命令 0.man:查询使用手册1.pwd:Print the full
filename of the current working directory. 打印当前工作目录(文件夹)2.ls:List information
about the FILEs (the current...
分类:
编程语言 时间:
2014-04-29 11:31:46
阅读次数:
489