07 2018 档案

摘要:注:onkeyup和onkeydown需要同时使用,2000推荐使用数据库中的varchar2()中的最大长度 阅读全文
posted @ 2018-07-24 09:53 demon09 阅读(418) 评论(0) 推荐(0) 编辑
摘要:1.首先确认电脑已安装 .NET Framework3.5 2.本地计算机的安装: 参考:https://www.cnblogs.com/hoobey/p/6010804.html 3.服务器的安装: 参考:https://www.cnblogs.com/sekai/articles/5493234 阅读全文
posted @ 2018-07-13 18:10 demon09 阅读(960) 评论(0) 推荐(0) 编辑
摘要:select * from tbs_rep_template as of timestamp to_timestamp('2018-07-12 14:23:00', 'yyyy-mm-dd hh24:mi:ss') where tplname like '%工业管道定期检验报告%'; --其中2018-07-12 14:23:00为:误删数据的大致时刻的提前时间 阅读全文
posted @ 2018-07-12 17:41 demon09 阅读(2162) 评论(0) 推荐(0) 编辑
摘要:--去除换行chr(10) update zhzl_address t set t.add_administration_num=replace(t.add_administration_num,chr(10),''); --去掉回车chr(13) update zhzl_address t set t.add_administration_num=replace(t.add_administr... 阅读全文
posted @ 2018-07-05 18:18 demon09 阅读(1993) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示