03 2019 档案

摘要:解决办法,添加一个定时器setTimeout function showResponse(responseText) { var obj = new com.hotent.form.ResultMessage(responseText); if (obj.isSuccess()) {//成功 $.l 阅读全文
posted @ 2019-03-22 09:06 爱跳舞的程序员 阅读(262) 评论(0) 推荐(0) 编辑
摘要:xls与xlsx的区别 xls是excel2003及以前版本生成的文件格式。xlsx是excel2007及以后版本生成的文件格式(excel 2007之后版本可以打开xls格式的文件)。 HSSF类,只支持2007以前的excel(文件扩展名为xls),而XSSH支持07以后的 阅读全文
posted @ 2019-03-19 09:27 爱跳舞的程序员 阅读(762) 评论(0) 推荐(0) 编辑
摘要:/** * 字符串的日期 格式 yyyy-MM-dd 转入参数,添加或减去它的天数,在返回字符串 */ public static String addOrDelRq(String rq, int num) throws Exception { SimpleDateFormat sdf = new 阅读全文
posted @ 2019-03-12 17:07 爱跳舞的程序员 阅读(370) 评论(0) 推荐(0) 编辑
摘要:该工具可以使用exe4j来打包成exe工具(如何打包自己百度) 先上截图功能 运行main方法后,会弹出如下窗口 输入密文 然后点击解密,在点格式化 代码分享 package tools; import java.awt.BorderLayout; import java.awt.Color; im 阅读全文
posted @ 2019-03-07 15:36 爱跳舞的程序员 阅读(444) 评论(0) 推荐(0) 编辑
摘要:1.添加字段: alter table 表名 add (字段 字段类型) [ default '输入默认值'] [null/not null] ; 2.添加备注: comment on column 库名.表名.字段名 is '输入的备注'; 如: 我要在ers_data库中 test表 docum 阅读全文
posted @ 2019-03-07 11:33 爱跳舞的程序员 阅读(2546) 评论(0) 推荐(0) 编辑
摘要:无论是DATE还是timestamp都可以进行加减操作 umtoyminterval函数——数字转换函数 语法:NUMTOYMINTERVAL ( n , 'char_expr' )char_expr:日期描述,可以是YEAR和MONTH作用:可以将数字转换成相应的日期单位时间NUMTOYMINTE 阅读全文
posted @ 2019-03-06 11:20 爱跳舞的程序员 阅读(3221) 评论(0) 推荐(0) 编辑
摘要:现假设oracle有一table(entry_date Date, name varchar2 (20 byte) .......)并在entry_date上建立索引。 当执行select min(entry_date) from table1 时,速度很快, 执行select max(entry_ 阅读全文
posted @ 2019-03-06 10:30 爱跳舞的程序员 阅读(128) 评论(0) 推荐(0) 编辑

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