摘要:
———————————————Edit——————————————————– —————-Find—————– —————————————–Navigate———————————————— ————————————————-Code———————————————– —————————————–Com 阅读全文
摘要:
rgba转16进制: 16进制转rgba: 10进制转rgba(转自网络,未验证): 方法一: 方法二: 阅读全文
摘要:
ERROR in ng:///F:/IDEWorkspace/dsmc/dsmc-front-new/trunk/src/app/routes/city-manage/component-coding/component-coding-main/small-component-detail/smal 阅读全文
摘要:
摘自:http://blog.csdn.net/vbirdbest/article/details/51122637 本文仅为学习使用,如有侵权,立即删除。 使用场景: 假如你的项目(这里指的是手机客户端项目)的某个版本(例如1.0版本)已经完成开发、测试并已经上线了,接下来接到新的需求,新需求的开 阅读全文
摘要:
1 //时间戳转换 2 function add0(m){return m<10?'0'+m:m } 3 function formatDate(timestamp) 4 { 5 //timestamp是整数,否则要parseInt转换 6 var time = new Date(timestamp); 7 var y = time.getFullYear(); ... 阅读全文
摘要:
1 public int getCountUser() throws ParseException { 2 Session hSession = sessionFactory.getCurrentSession(); 3 Query query = hSession.createQuery("select count(*) from WgUserinfoEntit... 阅读全文
摘要:
1.data = eval("("+data+")");2.JSON.parse(data); 阅读全文
摘要:
1 map.getView().on('change:resolution',checkZoom);//checkZoom为调用的函数 2 3 function checkZoom() { 4 // alert("1"); 5 // var childId; 6 console.log(map.getView().getZoom()); 7 if ... 阅读全文