摘要: JSONObject json = new JSONObject(); json.put("train_date", train_date); json.put("from_station", fromStationCode); json.put("to_station",... 阅读全文
posted @ 2019-01-05 11:43 张永光 阅读(26880) 评论(0) 推荐(2) 编辑
摘要: update searchsystemconfigproperties when keyName=#{i.keyName} then #{i.keyValue} ... 阅读全文
posted @ 2019-01-05 11:39 张永光 阅读(513) 评论(0) 推荐(0) 编辑
摘要: 1、查看tomcat进程 2、查看日志 3、启动 4、关闭 5、查看tomcat服务 6、开机启动tomcat 7、关闭开机启动tomcat 8、重启tomcat服务 9、清空tomcat日志 阅读全文
posted @ 2019-01-05 11:35 张永光 阅读(1521) 评论(0) 推荐(0) 编辑
摘要: select top 10 * from (select row_number() over(order by ID asc) as rownumber,* from T_TRAINORDERRC) temp_row where rownumber>10; 阅读全文
posted @ 2019-01-05 11:29 张永光 阅读(1824) 评论(0) 推荐(0) 编辑
摘要: 1、linux下实现: 执行如下两条命令即可 sudo apt-get install cmatrix cmatrix 效果图如下: 2、JS实现,吧如下代码保存成HTML执行,即可 黑客帝国效果 效果图如下: 效果图如下: 阅读全文
posted @ 2019-01-05 11:22 张永光 阅读(978) 评论(0) 推荐(0) 编辑