- 博客(3)
- 资源 (1)
- 收藏
- 关注
转载 jquery 给光标位置赋值
//给光标位置赋值的关键代码 (function ($) { $.fn.extend({ insertAtCaret: function (myValue) { var $t = $(this)[0]; if (document.selection) { this.focus();
2016-04-05 10:00:55 684
转载 @Value spring 注解 获取*.properties 的属性值
config.properties appid_serverurl=http://www.baidu.com private @Value ("#config.getProperty('appid_serverurl')") String appid_serverurl
2016-04-05 09:08:11 286
转载 java 获取当前月的第一天和最后一天
// 获取当前月的第一天和最后一天 @SuppressWarnings({ "unchecked", "unused", "rawtypes" }) private Map handFirstDayAndLastDayFromMonth(){ Map day=new HashMap(); //获取前月的第一天 Calendar cal_1=Calen
2015-12-01 10:32:50 446
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人