10 2016 档案

摘要:vi /etc/my.cnf修改 max_user_connections 参数的数值,重启 MySQL 服务器 阅读全文
posted @ 2016-10-31 17:24 wujixing909 阅读(1580) 评论(0) 推荐(0)
摘要:vi /etc/crontab copy.sh 更新另一个服务器 阅读全文
posted @ 2016-10-31 16:23 wujixing909 阅读(244) 评论(0) 推荐(0)
摘要:1)卸载系统自带的jdk版本: 查看自带的jdk: #rpm -qa|grep gcj 可能看到如下类似的信息: libgcj-4.1.2-44.el5 java-1.4.2-gcj-compat-1.4.2.0-40jpp.115 使用rpm -e --nodeps 命令删除上面查找的内容: #r 阅读全文
posted @ 2016-10-28 13:34 wujixing909 阅读(299) 评论(0) 推荐(0)
摘要:前台 后台controller 数据库获取数据 阅读全文
posted @ 2016-10-28 10:27 wujixing909 阅读(768) 评论(0) 推荐(0)
摘要:NULL判断时 : IS NOT NULL ''判断时: !=‘’ 阅读全文
posted @ 2016-10-28 10:13 wujixing909 阅读(163) 评论(0) 推荐(0)
摘要:jsp id js赋值 阅读全文
posted @ 2016-10-28 10:11 wujixing909 阅读(8524) 评论(2) 推荐(0)
摘要:jquery完美实现textarea输入框限制字数 说点什么吧,你可以输入140个字,现在剩余140个 阅读全文
posted @ 2016-10-26 13:35 wujixing909 阅读(13193) 评论(0) 推荐(0)
摘要:数据库把字段改成longtext即可 阅读全文
posted @ 2016-10-26 13:34 wujixing909 阅读(1644) 评论(0) 推荐(0)
摘要:spring-hibernate.xml配置 需要下载c3p0的jar包 阅读全文
posted @ 2016-10-26 13:33 wujixing909 阅读(492) 评论(0) 推荐(0)
摘要:1.substrsubstr(start,length)表示从start位置开始,截取length长度的字符串。 var src="images/off_1.png";alert(src.substr(7,3)); 弹出值为:off 2.substringsubstring(start,end)表示 阅读全文
posted @ 2016-10-25 17:47 wujixing909 阅读(131) 评论(0) 推荐(0)
摘要:addday天后的日期 n天前的日期 go按键的判断 阅读全文
posted @ 2016-10-25 14:05 wujixing909 阅读(1189) 评论(0) 推荐(0)
摘要:前端上传 js函数 controller 前台toUpload.jsp controller upload函数 success.jsp 下载 阅读全文
posted @ 2016-10-21 15:47 wujixing909 阅读(1333) 评论(0) 推荐(0)
摘要:cp -r portal/download/* ../download/ 阅读全文
posted @ 2016-10-20 18:03 wujixing909 阅读(321) 评论(0) 推荐(0)
摘要:当@PathVariable遇上中文和点 Spring MVC从3.0开始支持REST,而主要就是通过@PathVariable来处理请求参数和路径的映射。 由于考虑到SEO的缘故,很多人喜欢把新闻的名称作为路径中的一部分去处理,这时候中文的名称就会遇到问题,没办法映射,这个是因为编码问 题,只要到 阅读全文
posted @ 2016-10-19 15:06 wujixing909 阅读(1632) 评论(0) 推荐(0)
摘要:/edu/eduTop" frameborder="2" bordercolor="#333333"> /edu/eduBL" frameborder="2"> /edu/eduBR" frameborder="2"> 阅读全文
posted @ 2016-10-14 11:57 wujixing909 阅读(1848) 评论(0) 推荐(0)
摘要:body { background-color: #F3F9FD; color: #004779; font-size: 12px; font-family: 宋体; /* scrollbar-base-color: #dbecf8; scrollbar-arrow-color: #2a8ed1; scrollbar-track-color: #bdddf2; scrollba... 阅读全文
posted @ 2016-10-13 15:48 wujixing909 阅读(254) 评论(0) 推荐(0)
摘要:如果修改文件夹名字, 需要更改 cd /etc/samba/smb.conf 然后重启samba service smb restart 如果要修改文件夹权限 chmod -R 777 folder chown -R USER folder chgrp -R USER folder 阅读全文
posted @ 2016-10-13 15:43 wujixing909 阅读(221) 评论(0) 推荐(0)
摘要:前台 后台处理 todayVisitor函数 阅读全文
posted @ 2016-10-12 11:32 wujixing909 阅读(360) 评论(0) 推荐(0)
摘要:前台 后台 HSSFRow row = sheet.createRow(0);: 创建第0行 HSSFCell c2 = row.createCell(2); 创建0行2列 HSSFCell c3 = row.createCell(4); 说明2列占了2列 sheet.addMergedRegion 阅读全文
posted @ 2016-10-11 11:56 wujixing909 阅读(807) 评论(0) 推荐(0)
摘要:定义两个ul的class, 一个向左浮动, 一个向右浮动 网页元素 阅读全文
posted @ 2016-10-11 09:04 wujixing909 阅读(2306) 评论(0) 推荐(0)
摘要:1. 光大挂失,挂失单,身份证,5元, 街道劳动保障服务中心 25862538 25862598 临时卡 60936691 三大街档案馆7楼 阅读全文
posted @ 2016-10-10 12:27 wujixing909 阅读(136) 评论(0) 推荐(0)
摘要:text/html;charset=UTF-8 阅读全文
posted @ 2016-10-10 11:06 wujixing909 阅读(1202) 评论(0) 推荐(0)
摘要:严重: One or more listeners failed to start. Full details will be found in the appropriate container log fileWEB-INF/classes目录下新建一个文件叫logging.properties 阅读全文
posted @ 2016-10-10 11:05 wujixing909 阅读(1699) 评论(0) 推荐(0)
摘要:package com.tgb.web.controller.entity; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistenc... 阅读全文
posted @ 2016-10-10 09:41 wujixing909 阅读(478) 评论(0) 推荐(0)