2016年9月2日
摘要: 参考:http://heipark.iteye.com/blog/1394844 需要json-lib-2.1-jdk15.jar和xom-1.2.5.jar,maven pom.xml如下: xml代码 java代码 阅读全文
posted @ 2016-09-02 13:37 qinyahui 阅读(2826) 评论(0) 推荐(0) 编辑
  2016年8月25日
摘要: import java.text.SimpleDateFormat;import java.util.Date;import java.util.GregorianCalendar;import javax.xml.datatype.DatatypeFactory;import javax.xml. 阅读全文
posted @ 2016-08-25 16:23 qinyahui 阅读(1671) 评论(0) 推荐(0) 编辑
  2016年8月18日
摘要: 官方开发文档网址:https://developer.linkedin.com angularjs LinkedIn初始化 授权登录: 阅读全文
posted @ 2016-08-18 15:25 qinyahui 阅读(1414) 评论(2) 推荐(0) 编辑
  2016年8月8日
摘要: 参考地址: http://www.itnose.net/detail/6095003.html 开发环境 E:\project> node -v v0.10.30 E:\project> npm -v 1.4.21 E:\project> express -V 4.2.0 建立工程 使用expres 阅读全文
posted @ 2016-08-08 14:04 qinyahui 阅读(154) 评论(0) 推荐(0) 编辑
  2016年8月5日
摘要: 参考地址:http://kamilkp.github.io/angular-sortable-view 案例:jsp: 阅读全文
posted @ 2016-08-05 14:11 qinyahui 阅读(433) 评论(0) 推荐(0) 编辑
  2016年7月27日
摘要: 参考地址:http://www.tuicool.com/articles/RvQFreq Google+登录api: https://developers.google.com/identity/sign-in/web/devconsole-project Google+自定义button: htt 阅读全文
posted @ 2016-07-27 10:26 qinyahui 阅读(244) 评论(0) 推荐(0) 编辑
  2016年7月21日
摘要: public void saveMapAddressInfo(String orderCode){ try{ List<Leads> leadses = leadsService.findLeadsByCode(orderCode); if (leadses != null && leadses.s 阅读全文
posted @ 2016-07-21 10:09 qinyahui 阅读(641) 评论(0) 推荐(0) 编辑
  2016年6月30日
摘要: 来源: http://www.broofa.com/2008/09/javascript-uuid-function/ 1、代码: http://www.broofa.com/Tools/Math.uuid.js 2、测试: http://www.broofa.com/Tools/Math.uuid 阅读全文
posted @ 2016-06-30 17:38 qinyahui 阅读(7128) 评论(0) 推荐(0) 编辑
  2016年6月29日
摘要: <html><head><title>中国站长天空-网页特效-表单特效-点击文字选中的复选框</title><meta http-equiv="content-Type" content="text/html;charset=gb2312"></head><body><!--把下面代码加到<body 阅读全文
posted @ 2016-06-29 14:14 qinyahui 阅读(498) 评论(0) 推荐(0) 编辑
  2016年6月28日
摘要: <ul class="pdl-15"><li ng-repeat="order in vm.selectOrders" ng-class="{styleSwitch: hover}"><div class="width-90b float-left selectedOption">{{order.o 阅读全文
posted @ 2016-06-28 13:29 qinyahui 阅读(1024) 评论(0) 推荐(0) 编辑