会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
dreamstar
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
17
18
19
20
21
22
23
24
25
···
33
下一页
2018年9月11日
strust.xml 文件 action元素记录1
摘要: struts.xml文件 struts.xml文件应该放在web应用的类加载路径下。也就是WEB-INF/classes路径下 ...
阅读全文
posted @ 2018-09-11 09:05 dreamstar
阅读(45)
评论(0)
推荐(0)
编辑
2018年8月20日
js window onload 用法
摘要: js 中 window.onload 方法 在页面刚加载完成后执行 比如根据给元素设置初始值,或者设置页面是否只读 参考 一个页面中多个window.onload = function(){}冲突问题解决思路 或者使用隐式函数 ...
阅读全文
posted @ 2018-08-20 15:21 dreamstar
阅读(81)
评论(0)
推荐(0)
编辑
2018年8月6日
eclipse
摘要: eclipse jar包 参考 Eclipse中如何添加Junit jar包 Eclipse 没有new dynamic web project选项: Eclipse IDE for Java EE Developers才有 dynamic web pro...
阅读全文
posted @ 2018-08-06 16:53 dreamstar
阅读(53)
评论(0)
推荐(0)
编辑
2018年8月4日
JDBC,ORM,JPA,Hibernate
摘要: 1.java 和 javax java和javax都是Java的API(Application Programming Interface)包,java是核心包,javax的x是extension的意思,也就是扩展包 2.JDBC 3.ORM ORM,Ob...
阅读全文
posted @ 2018-08-04 16:02 dreamstar
阅读(47)
评论(0)
推荐(0)
编辑
2018年8月3日
liquibase
摘要: 1.Liquibase 是一个用户数据重构和迁移的开源工具,通过日志文件的形式记录数据库的变更,通过执行日志文件中的修改,将数据库更新或者回滚到一致的状态。 Liquibase 支持的数据库:Oracle,MySQL,等 Liquibase 支持的日志文件格式...
阅读全文
posted @ 2018-08-03 16:38 dreamstar
阅读(370)
评论(0)
推荐(0)
编辑
js 处理html元素
摘要: 参考 jQuery控制input不可编辑 1.js 控制 input框不可编辑 document.getElementById("idid").disabled = false;document.getElementById("idid").disabled ...
阅读全文
posted @ 2018-08-03 16:29 dreamstar
阅读(99)
评论(0)
推荐(0)
编辑
2018年6月25日
Oracle 一些报错
摘要: oracle 删除数据时遇到问题: ORA-02292: integrity constraint (用户名.约束名) violated - child record found 参考 ORA-02292: integrity constraint (BLDBANK.F_YXDH) violated
阅读全文
posted @ 2018-06-25 17:27 dreamstar
阅读(115)
评论(0)
推荐(0)
编辑
2018年6月13日
Java 回调函数callback 用法
摘要: 参考 Java学习之Java实现CallBack功能 1.定义回调函数接口 里面包含一个方法 public interface CallBack { public void execute(); } 2.定义回调函数的实现 public class BookCallBack implements C
阅读全文
posted @ 2018-06-13 10:35 dreamstar
阅读(1722)
评论(0)
推荐(0)
编辑
2018年5月21日
java BigDecimal 添加千位分隔符,保留几位小数
摘要: 含格式的都是String类的:比如添加千位分隔符的,转换为百分数格式的 1.使用DecimalFormat类,会返回String类型 舍入模式参考 DecimalFormat对数值格式化的舍入问题——RoundingMode import static org.junit.Assert.*; imp
阅读全文
posted @ 2018-05-21 16:49 dreamstar
阅读(3827)
评论(0)
推荐(0)
编辑
2018年5月17日
POI表格导出
摘要: 参考文章 https://www.cnblogs.com/abc8023/p/5843230.html https://blog.csdn.net/huluedeai/article/details/50544242 文章要点 1.POI导出表格的步骤 2.POI导出表格时,设置单元格的格式 imp
阅读全文
posted @ 2018-05-17 21:28 dreamstar
阅读(107)
评论(0)
推荐(0)
编辑
上一页
1
···
17
18
19
20
21
22
23
24
25
···
33
下一页