上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页
摘要: 进入svn的conf目录下 修改svnserve.conf [general] anon-access = none #未登录用户不允许访问 auth-access = write password-db = passwd authz-db = authz 修改passwd文件 admin=1234 阅读全文
posted @ 2018-04-12 11:45 咸蛋超人、 阅读(460) 评论(0) 推荐(0) 编辑
摘要: a1 = aa[0].slice(1); //去掉第一个字符串 a2 = a2.substr(0, a2.length - 1); 阅读全文
posted @ 2018-04-12 09:43 咸蛋超人、 阅读(3745) 评论(0) 推荐(0) 编辑
摘要: 1、在springMVC中加入 2、添加定时器开关 3、项目启动扫描包(我下面是多个包) 4、 阅读全文
posted @ 2018-04-09 11:30 咸蛋超人、 阅读(795) 评论(0) 推荐(0) 编辑
摘要: $("#middle").contents().find("tbody tr").each(function(i,n){ var child = $(this).children(); console.log(child); var dics = child.eq(1).find("td").text(); ... 阅读全文
posted @ 2018-04-04 17:49 咸蛋超人、 阅读(2546) 评论(0) 推荐(0) 编辑
摘要: <iframe src="html/bai.jsp" frameBorder=0 id=middle name=middle scrolling="yes" style="HEIGHT: 400; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"> </if 阅读全文
posted @ 2018-04-04 17:47 咸蛋超人、 阅读(779) 评论(0) 推荐(0) 编辑
摘要: 在CentOS安装软件的时候,可能缺少一部分支持库,而报错。这里首先安装系统常用的支持库。那么在安装的时候就会减少很多的错误的出现。 [root@bogon 桌面]# yum install -y gcc gdb strace gcc-c++ autoconf libjpeg libjpeg-dev 阅读全文
posted @ 2018-03-29 17:20 咸蛋超人、 阅读(1896) 评论(0) 推荐(0) 编辑
摘要: [mysqld] skip-name-resolve必写 key_buffer=512M max_connections=512 sort_buffer_size =32Mread_buffer_size=8Mmax_allowed_packet=4M table_cache=1024 thread 阅读全文
posted @ 2018-03-28 16:42 咸蛋超人、 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 1、安装包下载:http://dev.mysql.com//Downloads/MySQL-5.7/mysql-5.7.12-linux-glibc2.5-x86_64.tar (解压mysql-5.7.12.tar.gz这个文件) 2、创建mysql的用户以及其所在的用户组 [root@local 阅读全文
posted @ 2018-03-28 14:47 咸蛋超人、 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 进入mysql 执行命令 grant all privileges on *.* to 'root'@'localhost' identified by '123465' with grant option; 阅读全文
posted @ 2018-03-14 13:08 咸蛋超人、 阅读(172) 评论(0) 推荐(0) 编辑
摘要: $.ajaxFileUpload({ url : '/updateMallGoods', data : { "goodsName":goodsName, "proDesc":proDesc, "specArray":JSON.stringify(myArray), "newspecArray":JS 阅读全文
posted @ 2017-12-26 16:34 咸蛋超人、 阅读(1059) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 12 下一页