- 博客(5)
- 收藏
- 关注
转载 下载及安装MySQL
下载及安装MySQL自MySQL版本升级到5.6以后,其安装及配置过程和原来版本发生了很大的变化,下面详细介绍5.6版本MySQL的下载、安装及配置过程。图1.1 MySQL5.6目前针对不同用户,MySQL提供了2个不同的版本:Ø MySQL Community Server:社区版,该版本完全免费,但是官方不提供技术支持。Ø MySQL Enterprise Serve
2013-05-08 22:07:33
327
原创 org.apache.tomcat.util.http.Parameters processParameters
使用ajax时在action后面多加了一个?号。var url = myajax("http://localhost:9898/getUserList.action?", { "numsPerPage": 10, "pageNum": 1, "userId": 1 });最后解析成了getUserList.action?&numsPerPage=10&page
2013-03-11 20:23:16
440
原创 Java String
//在字符串中查找子字符串的个数 private static int getSubStringNum(String parentString , String subString) { int num = 0; if(parentString.indexOf(subString) != -1) { String[] str1 = parentString.split(sub
2013-03-09 15:30:47
371
原创 myeclipse的安装
安装myeclipse-10.0-offline-installer-windows.exe注:到Luanch MyEclipse这步时,停止进行下一步//////////////Luanch MyEclipse--点击MyEclipse10 Crack run.bat--------------安装成功后:在Window-Preferences-MyEclipse-Subscrip
2013-03-07 19:51:44
351
原创 html css设置<a>图片链接
index.html代码如下:Insert title here mycss.css代码如下:/*设置默认商家图片*/.bgCoupon1{display:block;height:24px;width:55px;background:url(../images/mytest.jpg) left no-repeat;}myjs.js代码如下:fun
2013-03-07 19:46:37
1199
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅