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
阅读(1722)
推荐(0)
2016年8月18日
摘要:
官方开发文档网址:https://developer.linkedin.com angularjs LinkedIn初始化 授权登录:
阅读全文
posted @ 2016-08-18 15:25
qinyahui
阅读(1487)
推荐(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
阅读(157)
推荐(0)
2016年8月5日
摘要:
参考地址:http://kamilkp.github.io/angular-sortable-view 案例:jsp:
阅读全文
posted @ 2016-08-05 14:11
qinyahui
阅读(454)
推荐(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
阅读(272)
推荐(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
阅读(661)
推荐(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
阅读(7187)
推荐(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
阅读(502)
推荐(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
阅读(1050)
推荐(0)
2016年6月21日
摘要:
Polygons are made of Paths which are just MVCArrays (in this case, they're a list of LatLng objects). MVCArrays have three events: insert_at, remove_a
阅读全文
posted @ 2016-06-21 17:11
qinyahui
阅读(295)
推荐(0)