上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 75 下一页
摘要: 给span加属性 display:inline-block 即可 阅读全文
posted @ 2017-03-28 08:50 岁月淡忘了谁 阅读(6271) 评论(0) 推荐(0)
摘要: import java.text.SimpleDateFormat; import java.util.Date; /** * 获取long型唯一ID */ public class ID { private static long tmpID = 0; private static boolean tmpIDlocked = false; public s... 阅读全文
posted @ 2017-03-22 14:34 岁月淡忘了谁 阅读(2606) 评论(0) 推荐(0)
摘要: 1、对于提交(最后一次操作commit了)的话可以查询那个提交段 SELECT 列名1,列名2…… FROM 表名 VERSIONS BETWEEN TIMESTAMP MINVALUE AND MAXVALUE where VERSIONS_STARTTIME IS NOT null ORDER BY VERSIONS_STARTTIME DESC; 查出来的第一条就是最后改变的数据 2、... 阅读全文
posted @ 2017-03-21 19:08 岁月淡忘了谁 阅读(3714) 评论(0) 推荐(1)
摘要: classpath*:/mybatis-config.xml classpath*:/com/**/sqlmap-*.xml classpath:mybatis/mapper/*.xml classpath:mybatis/ma... 阅读全文
posted @ 2017-03-21 09:32 岁月淡忘了谁 阅读(32601) 评论(0) 推荐(1)
摘要: 1.作用: @Component 泛指组件,当组件不好归类的时候,我们可以使用这个注解进行标注。(Component 成分; 组分; 零件) @Resource (资源) @Autowired (自动绑定) @Repository 于标注数据访问组件,即DAO组件(repository 仓库; 贮藏 阅读全文
posted @ 2017-03-20 11:36 岁月淡忘了谁 阅读(283) 评论(0) 推荐(0)
摘要: 异步记载树默认展开: 1、页面进来加载方法:expandAll(); 2、异步加载回调函数:onAsyncSuccess: zTreeOnAsyncSuccess 3、然后加入下面内容: var curStatus = "init", curAsyncCount = 0, asyncForAll = false,goAsync = ... 阅读全文
posted @ 2017-03-20 10:32 岁月淡忘了谁 阅读(420) 评论(0) 推荐(0)
摘要: select t2.* from ( select t1.*,rownum rn from (select id from employee) t1 where rownum ? 阅读全文
posted @ 2017-03-20 10:31 岁月淡忘了谁 阅读(572) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-03-17 19:01 岁月淡忘了谁 阅读(4) 评论(0) 推荐(0)
摘要: 方法一: function GetQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)","i"); var r = window.location.search.substr(1).match(reg); 阅读全文
posted @ 2017-03-17 18:38 岁月淡忘了谁 阅读(3342) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-03-17 18:31 岁月淡忘了谁 阅读(247) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 75 下一页