04 2018 档案

摘要:ORA-01704: 文字字符串过长! . insert into table values(a,3,'一个长文章'); ORA-01704: 文字字符串过长! declare v_clob clob :='一个长文章'; begin insert into table values(a,3,v_c 阅读全文
posted @ 2018-04-18 10:21 少年在漂泊 阅读(495) 评论(0) 推荐(0)
摘要:merge into case_person_saxx tusing (select max(id) as id, app_id from case_xzcf group by app_id) son (t.app_id = s.app_id)when matched then update set 阅读全文
posted @ 2018-04-17 18:45 少年在漂泊 阅读(1021) 评论(0) 推荐(0)
摘要:【项目】->【右键】->【build path】->【configure build path】->【libraries】这里把你的tomcat 改成(Edit)你用的版本然后 【项目】->【右键】->【Properties】->【Targeted-Runt 阅读全文
posted @ 2018-04-16 17:50 少年在漂泊 阅读(134) 评论(0) 推荐(0)
摘要:1、vim修改tomcat下bin/catalina.sh文件,125行添加 if [ -z "$CATALINA_PID" ]; then CATALINA_PID=$PRGDIR/CATALINA_PID fi 如果是vi catalina.sh ,无法编辑,点击按钮“i”,进入编辑模式。 2、 阅读全文
posted @ 2018-04-09 16:18 少年在漂泊 阅读(391) 评论(0) 推荐(0)
摘要:stfp 用户名@ip 阅读全文
posted @ 2018-04-03 14:36 少年在漂泊 阅读(947) 评论(0) 推荐(0)
摘要:java.util.regex.PatternSyntaxException: Unexpected internal error near index 1 \^ String filePath ="/f/f/f\\aauuf"; String tt = filePath.replaceAll("\ 阅读全文
posted @ 2018-04-03 14:35 少年在漂泊 阅读(1051) 评论(0) 推荐(0)