上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 90 下一页
该文被密码保护。 阅读全文
posted @ 2019-04-14 13:43 Peter.Jones 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-04-14 11:54 Peter.Jones 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-04-12 13:35 Peter.Jones 阅读(0) 评论(0) 推荐(0)
摘要: ALTER TABLE t_order_assign_in ADD `operate_id` int(10) NOT NULL COMMENT '操作人id(t_sys_user)', ADD `plat_longitude` varchar(30) DEFAULT NULL COMMENT '签到坐标经度', ADD `plat_dimension` varchar(30... 阅读全文
posted @ 2019-04-12 11:00 Peter.Jones 阅读(619) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2019-04-10 17:18 Peter.Jones 阅读(335) 评论(0) 推荐(0)
摘要: #去除回车符号/r/n UPDATE t_week_power_line_loss SET `line_loss_rate` = REPLACE( REPLACE( `line_loss_rate` , CHAR( 10 ) , '' ) , CHAR( 13 ) , '' ) ; UPDATE t_power_site SET `site_name` = REPLACE( REPLACE( `... 阅读全文
posted @ 2019-04-10 14:36 Peter.Jones 阅读(1557) 评论(0) 推荐(1)
摘要: https://www.cnblogs.com/niejunlei/p/5977895.html Druid源码分析博客 : 博客1 : https://www.cnblogs.com/ZhangZiSheng001/p/12175893.html 源码详解系列(六) 全面讲解druid的使用和源码 阅读全文
posted @ 2019-04-04 22:27 Peter.Jones 阅读(191) 评论(0) 推荐(0)
摘要: #类型 0:默认 1:黑(0302) 2:白(0110) SELECT * FROM t_power_plat WHERE plat_type=1; UPDATE t_power_plat SET plat_type = ( CASE WHEN plat_type=1 THEN 0302 WHEN plat_type=2 THEN 0110 ELSE NULL END ... 阅读全文
posted @ 2019-04-04 11:14 Peter.Jones 阅读(963) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-03-28 15:17 Peter.Jones 阅读(0) 评论(0) 推荐(0)
摘要: 1.用记事本打开tomcat/bin/setclasspath.bat 2.添加两行代码,jdk和jre的根目录,相当于直接给出JAVA_HOME和JRE_HOME路径 阅读全文
posted @ 2019-03-28 14:39 Peter.Jones 阅读(676) 评论(0) 推荐(0)
上一页 1 ··· 67 68 69 70 71 72 73 74 75 ··· 90 下一页