码迷,mamicode.com
首页 >  
搜索关键字:my    ( 14389个结果
mysql5.5解压版配置
一、下载http://dev.mysql.com/downloads/mysql/ 的下面二、安装过程1、解压缩mysql-noinstall-5.0.37-win32.zip到一个目录,加入解压缩到E:\myserver目录。2、编写mysql的运行配置文件my.inimy.ini--------...
分类:数据库   时间:2014-07-16 21:08:10    阅读次数:206
Servlet返回验证码
Web.xml文件 This is the description of my J2EE component This is the display name of my J2EE component GetCheckCode GetCheckCode GetCheckCode /checkc...
分类:其他好文   时间:2014-07-16 20:39:02    阅读次数:125
shell中的${},##和%%的使用
假设我们定义了一个变量为:file=/dir1/dir2/dir3/my.file.txt可以用${ }分别替换得到不同的值:${file#*/}:删掉第一个/及其左边的字符串:dir1/dir2/dir3/my.file.txt${file##*/}:删掉最后一个/ 及其左边的字符串:my.fil...
分类:其他好文   时间:2014-07-16 20:02:32    阅读次数:175
修改MYSQL最大连接数的2种方法
mysql默认最大连接数是100,增加加默认MYSQL连接数的方法有两个方法一:进入MYSQL安装目录 打开MYSQL配置文件 my.ini(windows) 或 my.cnf(linux环境)查找 max_connections=100 修改为 max_connections=1000 服务里重起...
分类:数据库   时间:2014-07-13 12:33:19    阅读次数:241
HF-DP1: strategy pattern
This is the 1st pattern I study. In here, I will mark down my doubts, java study, DESIGN PRINCIPLES, DESIGN PATTERN. There are 3 design principles in ...
分类:其他好文   时间:2014-07-13 10:51:33    阅读次数:229
Nginx 72万连接性能测试(一)
转自:http://my.oschina.net/chenzhuo/blog/150200?p=2#comments根据系统内存64G估算单台tengine做反向代理最高支持72万连接。为了验证达到该连接数时系统稳定运行,进行压测,先验证nginx与client建立72万连接时性能(不转发)。关闭超...
分类:其他好文   时间:2014-07-13 08:39:57    阅读次数:310
hoj 1867 经理的烦恼 树状数组
链接:http://acm.hit.edu.cn/hoj/problem/view?id=1867谁说是入门题啊,真想拍他一巴掌经理的烦恼My Tags(Edit)Source:HCPC 2005 SpringTime limit: 2 secMemory limit: 32 MSubmitted:...
分类:其他好文   时间:2014-07-13 00:20:59    阅读次数:360
[mysql]重装windows后恢复mysql及"Access denied for user'root'@'IP'"问题的处理
mysql数据库实际上是绿色软件,重装系统后还是可以继续使用的。 1、重装系统后保留原先的mysql安装目录和数据目录。 2、制作一个批处理文件用于启动mysql:【run.bat】该文件存放在mysql安装目录下的bin下。      mysqld.exe --defaults-file=../my-default.ini --console 3、执行run.bat即可。 ...
分类:数据库   时间:2014-07-12 17:31:54    阅读次数:300
hdu 3315 My Brute 费用流,费用最小且代价最小
很常见的想法了= =#include #include #include using namespace std;const int N=400;const int MAXE=200000;const int inf=10&&d[u]+edge[j].w=0) printf("Oh, I lose ...
分类:其他好文   时间:2014-07-12 14:33:52    阅读次数:167
Entity Framework公共的增删改方法
using System;using System.Collections.Generic;using System.Data.Entity;using System.Data.Entity.Infrastructure;namespace My{ /// Entity Framework公...
分类:其他好文   时间:2014-07-12 14:08:06    阅读次数:181
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!