上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 2019-12-17 要实现 Bootstrap-table 动态生成 columns ref: https://blog.csdn.net/mengjavakaifa/article/details/78873531 // 通过 Object.keys(obj) 来获取对象的名称, key的数量对 阅读全文
posted @ 2019-12-17 11:03 君子之行 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 2019-12-17 Chrome 开启 ES6 支持 阅读全文
posted @ 2019-12-17 09:09 君子之行 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 2019-12-15 1 JS onLoad window.onload = firstFunction window.onload = secondFunction 第二个将取代第一个,因为每个事件处理函数只能绑定一条指令。 window.onload = function(){ firstFun 阅读全文
posted @ 2019-12-15 13:19 君子之行 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 2019-12-11 git@github.com:CZiJun/tech-web-artDesign.git 路径 文件的引用 css 放在 head link 标签 js 放在 </body> body 结束标签之前 onClick = function(this) 会传入相当于 decoume 阅读全文
posted @ 2019-12-11 07:46 君子之行 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 2019-12-06 1.subject : Java standard code https://mp.weixin.qq.com/s/MDrTKTVj0UVQetPPG6mmqA 1) 使用 BeanUtils.copyProperties(source, target) 进行两个对象的属性复制 阅读全文
posted @ 2019-12-06 10:22 君子之行 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 2019-12-05 official web site : https://www.thymeleaf.org/documentation.html http://itutorial.thymeleaf.org/ ref : 1. 内联 https://www.cnblogs.com/lmsblo 阅读全文
posted @ 2019-12-05 10:52 君子之行 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 2019-12-04 1> slf4j , log4j2 configuration case: solution : add slf4j-log4j12 1 <!-- slf4j --> 2 <dependency> 3 <groupId>org.slf4j</groupId> 4 <artifa 阅读全文
posted @ 2019-12-04 10:30 君子之行 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 2019-12-02 Pragmatic Unit Testing 1. General Principies: 一般原则 1) Test anything that might break. 测试任何可能失败的地方 2) Test everything that does break. 测试任何已 阅读全文
posted @ 2019-12-02 10:59 君子之行 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 2019-12-02 ref : 《writing effective use cases》 编写有可读性的用例 广度优先,从低精度到高精度 精度级别 1.主执行者的名字和目标 2.用例简介或主成功场景 3.扩展条件 4.扩展的处理步骤 对于每一步: 1.显示一个成功的目标 2.捕获执行者的意图,而 阅读全文
posted @ 2019-12-02 10:36 君子之行 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 2019-11-29 Ref 《Java Web programming》 chapter 11 log log4j.configurationFile 系统属性, 如果属性存在,从它指定的文件中加载配置。 相应的类路径下找不到各种信息时,Log4j2 可以将自己配置为记录错误和更高级别的日志,并将 阅读全文
posted @ 2019-11-29 10:13 君子之行 阅读(6) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 13 下一页