2002 年 12 月 05 日 数据库连接池在编写应用服务是经常需要用到的模块,太过频繁的连接数据库对服务性能来讲是一个瓶颈,使用缓冲池技术可以来消除这个瓶颈。我们可以在 互联网上找到很多关于数据库连接池的源程序,但是都发现这样一个共同的问题:这些连接池的实现方法都不同程度地增加了与使用者之间的耦 ...
分类:
数据库 时间:
2016-11-29 14:04:17
阅读次数:
203
Lesson: The "Hello World!" Application The sections listed below provide detailed instructions for compiling and running a simple "Hello World!" appli... ...
分类:
移动开发 时间:
2016-11-29 09:44:07
阅读次数:
163
The idea is to add a set to the hashMap to remember all the locations of a duplicated number. ...
分类:
其他好文 时间:
2016-11-29 07:41:36
阅读次数:
243
该关卡最主要的就是想要我们学习到Outfile函数(文件写入函数)的使用。 通过源代码我们很容易的写出了payload。倘若我们一个个去尝试的话,说实话,不容易。 Payload: 虽然提示了语法错误。但是我们看看。在H盘是真实的存在的。 THE END ...
分类:
数据库 时间:
2016-11-29 06:20:53
阅读次数:
306
学习导航第一节:http://blog.csdn.net/bobo8945510/article/details/53197727 —自定义View—自定义属性及引用第二节:http://blog.c...
分类:
其他好文 时间:
2016-11-28 23:48:49
阅读次数:
414
import os,platformini="""[global]index-url = https://pypi.doubanio.com/simple/[install]trusted-host=pypi.doubanio.com"""os_version=platform.platform() ...
分类:
其他好文 时间:
2016-11-28 23:06:34
阅读次数:
188
ci重定向 对于/index.php/abc这种url,Apache和lighttpd会按"index.php?abc"来解释,而nginx会认为是请求名字是“index.php”的目录下的abc文件的内容。所以CI在nginx下不配置rewrite是无法运行的,而在Apache和lighttpd则 ...
分类:
其他好文 时间:
2016-11-28 20:16:34
阅读次数:
139
IDEA提交代码,一直卡着不动,显示:Commit Changes Dialog local changes refresh 修改方法为: 参考:http://stackoverflow.com/questions/28751247/how-to-control-intellij-idea-14-i ...
分类:
其他好文 时间:
2016-11-28 15:38:37
阅读次数:
1900
由于这些东西比较容易忘掉,在这里几下吧 1. pip 对应用进行安装: sudo pip install your_app 2. pip 对应用进行update sudo pip install --upgrade your_app 3. pip 指定你你要在某地下载的 应用,比如: sudo pi ...
分类:
其他好文 时间:
2016-11-28 14:47:51
阅读次数:
111