上一页 1 2 3 4 5 6 7 8 ··· 17 下一页
摘要: eclipse 中UTF-8设置 1.windows->Preferences 打开"首选项"对话框; 2.然后,general->Workspace,右 侧Text file encoding,选择Other,改变为UTF-8。 eclipse 粘贴字符串自动添加转义符 Eclipse has a 阅读全文
posted @ 2018-02-26 16:24 Season2009 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 一:传统方法 二:简洁方法 阅读全文
posted @ 2018-01-30 09:19 Season2009 阅读(334) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.winway produce-board 1.0.0-SNAPSHOT produce-board Maven Webapp http://maven.apache.org junit junit 4.12 test ... 阅读全文
posted @ 2018-01-29 11:37 Season2009 阅读(315) 评论(0) 推荐(0) 编辑
摘要: Oracle部分 想用powerDesign,需要用到oracle数据库,记录配置过程 1,安装win64_11gR2_client,选择安装方式为管理员,按默认选安装,过程大概几分钟就好 2,配置客户端 参照oracle10g如何配置客户端:https://jingyan.baidu.com/ar 阅读全文
posted @ 2018-01-18 15:51 Season2009 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 1, 获取json字符串中属性(传统方式) 2,获取json字符串中属性(面向对象方式) 3,从json文件中反序列化 如果不是集合对象则简单 如果Json文件中有些属性是没有的要加上 4, 把对象转换成json字符串 5,把json字符串转成对象 6,对象与json互转 阅读全文
posted @ 2018-01-11 16:24 Season2009 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 4.0.0 com.winway produce-board 1.0.0-SNAPSHOT produce-board Maven Webapp http://maven.apache.org junit junit 4.12 test ... 阅读全文
posted @ 2017-12-04 15:06 Season2009 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 首先要明确一点的是web.xml中上面四个组件加载顺序为 关于listener,这篇blog写得很不错 关于过滤器,拦截器,监听器具体应用上的区别,知乎上这个回答比较好理解:https://www.zhihu.com/question/35225845 阅读全文
posted @ 2017-12-04 14:58 Season2009 阅读(77) 评论(0) 推荐(0) 编辑
摘要: 1,日期转换 2,非空检查 当数据为null时,1中日期转换在界面上不会显示异常,但在日志文件中会看到空指针异常,有强迫症的人采用这种写法 3,For each 4, 把字符转成数字 5, ?号表达式 6, 属性绑定两种写法 上面方式结合casperdatasets开源类,用来做动态报表展示应该会挺 阅读全文
posted @ 2017-12-04 14:06 Season2009 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 方法一:实现接口 方法二:匿名方法 方法三:jdk8 阅读全文
posted @ 2017-11-28 13:27 Season2009 阅读(128) 评论(0) 推荐(0) 编辑
摘要: 查看内核版本 cat /proc/version cat /etc/redhat-release 查看系统是32位还是64位方法总结getconf LONG_BIT 安装相关工具 yum install curlyum install curl-develyum install zlib-devel 阅读全文
posted @ 2017-11-03 10:53 Season2009 阅读(1103) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 17 下一页