上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: 1 检查文件读写属性 ls -l 2 检查磁盘空间 df -h 3 重启tomcat 阅读全文
posted @ 2016-10-09 10:29 蔡昊 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-09-30 17:07 蔡昊 阅读(157) 评论(0) 推荐(0) 编辑
摘要: import java.io.UnsupportedEncodingException; import org.apache.commons.codec.binary.Base64; public class base64 { public static void main(String[] arg 阅读全文
posted @ 2016-09-22 14:57 蔡昊 阅读(178) 评论(0) 推荐(0) 编辑
摘要: #增加字段ALTER TABLE `t_user_info` ADD COLUMN `phone_number` VARCHAR(11) NULL DEFAULT '' comment '测试表id' AFTER `login_count`desc t_user_info #增加日期时间字段timm 阅读全文
posted @ 2016-09-21 15:01 蔡昊 阅读(337) 评论(0) 推荐(0) 编辑
摘要: 打开cmd 输入 services.msc 找到mysqla 右键属性 获得安装地址 阅读全文
posted @ 2016-09-20 15:43 蔡昊 阅读(415) 评论(0) 推荐(0) 编辑
摘要: mvn help:effective-pom 命令 输出 阅读全文
posted @ 2016-08-29 10:45 蔡昊 阅读(620) 评论(0) 推荐(0) 编辑
摘要: eclipse + svn 1 打开eclipse -> Help ->Install New Software选项, 点击Add按钮 2 subclipse 1.8.x - http://subclipse.tigris.org/update_1.8.x 3 select all 报错,不能连接, 阅读全文
posted @ 2016-08-23 14:09 蔡昊 阅读(172) 评论(0) 推荐(0) 编辑
摘要: Spring除了支持Schema方式配置AOP,还支持注解方式:使用@Aspect来配置 @Component@Aspectpublic class LogInterceptor { private Logger logger = LoggerFactory.getLogger(LogInterce 阅读全文
posted @ 2016-08-22 14:06 蔡昊 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 调用: getLocalTime(mtime) <script type="text/javascript"> function getLocalTime(nS) { var date = new Date(nS); var yy = date.getFullYear(); var mm = dat 阅读全文
posted @ 2016-08-22 09:33 蔡昊 阅读(146) 评论(0) 推荐(0) 编辑
摘要: <style>/* 设置滚动条的样式 */::-webkit-scrollbar {width: 12px;}/* 滚动槽 */::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);border-ra 阅读全文
posted @ 2016-08-21 00:04 蔡昊 阅读(88) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页