03 2018 档案

摘要:const arr = [ { name:'tom', age:15 }, { name:'rose', age:17 }, { name:'tom', age:11 }, { name:'rose', age:15 }, { name:'jack', age:18 }, { name:'tom', 阅读全文
posted @ 2018-03-31 10:37 xfcao 阅读(262) 评论(0) 推荐(0)
摘要://获取手机验证码 $scope.regInfo = { phone: "15139000000", code: "", text: "发送验证码", }; $scope.second = 0; $scope.currentCode = ""; $scope.creatCode = function 阅读全文
posted @ 2018-03-29 10:30 xfcao 阅读(251) 评论(0) 推荐(0)
摘要:$(function(){})已经是一个匿名函数了,在里面定义的函数已经是私有了,不能全局访问。把函数定义在全局,也就是function外面,这样外部才能调用。 Jquery是优秀的Javascrīpt框架。我们现在来讨论下在 Jquery 中两个页面载入后执行的函数。 $(document).re 阅读全文
posted @ 2018-03-26 16:45 xfcao 阅读(3290) 评论(0) 推荐(0)
摘要:AS下如何生成自定义的.jks签名文件, 以及如何生成数字签名 链接:http://www.cnblogs.com/smyhvae/p/4456420.html 链接:http://blog.csdn.net/sunbinkang/article/details/74990292 Android s 阅读全文
posted @ 2018-03-20 13:27 xfcao 阅读(3705) 评论(0) 推荐(0)
摘要::app:processArm64DebugResourcesC:\Users\xfcao\.gradle\caches\transforms-1\files-1.1\xwalk_core_library-23.53.589.4.aar\a78b95926944f7387daae7029a177f6 阅读全文
posted @ 2018-03-19 16:36 xfcao 阅读(2887) 评论(0) 推荐(0)