码迷,mamicode.com
首页 >  
搜索关键字:ma    ( 3043个结果
mysql 设置/查看mysql连接数
mysql数据库连接数过多导致系统出错,系统不能连接数据库,关键要看两个数据: 1、数据库系统允许的最大可连接数max_connections。这个参数是可以设置的。如果不设置,默认是100。最大是16384。 2、数据库当前的连接线程数threads_connected。这是动态变化的。 查看ma...
分类:数据库   时间:2014-05-19 07:41:53    阅读次数:532
并查集
int const MAX_N=100000;int par[MAX_N];//父亲int rank[MAX_N];//树的高度//初始化n个元素void init(int n){ for(int i=0;i#includeint const MAX_N=100000;int const MA...
分类:其他好文   时间:2014-05-18 19:20:37    阅读次数:278
Install MongoDB driver for PHP on XAMPP for Mac OSX
试了不少方法,最后还是这个最有效。[转自:http://thatsimplecode.com/install-mongodb-driver-for-php-on-xampp-for-mac-osx]You need to have the following installed in your Ma...
分类:数据库   时间:2014-05-18 19:10:28    阅读次数:305
程序员学习路线
学了差不多两年的编程,沉下心来回想一下,除了类似 HelloWorld 这样简单的程序会写,其他稍微复杂一点的程序代码,连看都不敢看。说没有学过什么语言,那肯定不是啦!可能就是因为接触的语言多了,都是学了些皮毛,感觉什么语言都会。其实,是什么都不会。大一,有接触过Java,SQL server,Ma...
分类:其他好文   时间:2014-05-16 08:11:15    阅读次数:232
一份MAVEN的POM.XML文件样板
4.0.0com.tetlife.jmsb2c_jmswar1.0-SNAPSHOTb2c_jms MavenWebapphttp://maven.apache.orgUTF-83.0.5.RELEASEb2c_jms${basedir}/src/main/java${basedir}/src/ma...
分类:其他好文   时间:2014-05-15 22:23:35    阅读次数:438
linux 安装 redis
Redis Linux 安装由于 Redis 并没有发布 windows 的官方版本,windows 的安装使用不作介绍,只介绍 Linux 下的安装使用。 下载地址:https://github.com/dmajkic/redis/downloads下载最新版本然后tar, make,即可。(ma...
分类:系统相关   时间:2014-05-14 03:28:02    阅读次数:424
cout输出字符串指针
先给出通过字符型指针输出字符串的示例代码,如下:#include using std::cout;using std::endl; int main(){ const char *pszStr = "this is a string"; // 输出字符串 cout int ma...
分类:其他好文   时间:2014-05-14 01:33:08    阅读次数:247
对List中对象的去重my
今天项目中遇到了一个对List中对象去重的问题。首先对于我们自己系统中的对象我们只要重写该对象的 equal 和 hashcode 即可(利用对象中的能够唯一确定对象的属性)。但是我遇到的不是本系统的对象, 而是另一个系统中的对象, 我本身是无法对其进行重写的。 我的处理方法是遍历List,利用Ma...
分类:其他好文   时间:2014-05-13 19:06:03    阅读次数:237
ZOJ3671:Japanese Mahjong III
Mahjong is a game of skill, strategy and calculation and involves a certain degree of chance. In this problem, we concentrate on Japanese Mahjong, a variation of mahjong. For brief, all of the word ma...
分类:其他好文   时间:2014-05-13 14:59:51    阅读次数:356
ZOJ3669:Japanese Mahjong I
Mahjong is a game of skill, strategy and calculation and involves a certain degree of chance. In this problem, we concentrate on Japanese Mahjong, a variation of mahjong. For brief, all of the word ma...
分类:其他好文   时间:2014-05-13 13:54:14    阅读次数:463
3043条   上一页 1 ... 301 302 303 304 305 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!