摘要: https://github.com/srikanth-lingala/zip4j ZipParameters zipParameters = new ZipParameters(); zipParameters.setEncryptFiles(true); zipParameters.setEnc 阅读全文
posted @ 2019-07-30 14:49 hellocn 阅读(1066) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/wsdtq123/article/details/78888734 阅读全文
posted @ 2019-07-25 14:28 hellocn 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 转发图标 https://www.cnblogs.com/cckui/p/10212476.html 转发方法 https://www.cnblogs.com/xyyt/p/9947755.html 阅读全文
posted @ 2019-04-26 17:59 hellocn 阅读(145) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/h--d/p/6001366.html 阅读全文
posted @ 2019-04-22 15:04 hellocn 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 1.小程序示例源码:https://github.com/wechat-miniprogram/miniprogram-demo 2.微信 weui下载地址:https://github.com/weui/weui-wxss/ weui用微信开发者工具打开步骤。 新先小程序,目录选择dist。app 阅读全文
posted @ 2019-04-19 23:52 hellocn 阅读(5499) 评论(0) 推荐(0) 编辑
摘要: 原文链接: http://www.ruanyifeng.com/blog/2015/07/flex-grammar.html?utm_source=tuicool https://www.cnblogs.com/xuyuntao/articles/6391728.html 阅读全文
posted @ 2019-04-19 23:27 hellocn 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 如果直接打开官方的demo,微信开发者工具上是不显示云开发按钮的。 是因为默认appid是测试号。要换成一个正式appid就会显示云开发按钮了。 分享一个朋友的人工智能教程。零基础!通俗易懂!风趣幽默!大家可以看看是否对自己有帮助,点击查看教程。 阅读全文
posted @ 2019-04-19 09:20 hellocn 阅读(2637) 评论(0) 推荐(1) 编辑
摘要: 分享一个朋友的人工智能教程。零基础!通俗易懂!风趣幽默!大家可以看看是否对自己有帮助,点击查看教程。 1.https://blog.csdn.net/xtiawxf/article/details/52571949 https://blog.csdn.net/hxm_code/article/det 阅读全文
posted @ 2019-04-17 11:05 hellocn 阅读(1314) 评论(1) 推荐(0) 编辑
摘要: 1.怎么获取当月的最后一天 var now=new Date(); new Date(new Date(now.getFullYear(),now.getMonth()+1,1).getTime()-1) 阅读全文
posted @ 2019-04-10 12:06 hellocn 阅读(115) 评论(0) 推荐(0) 编辑
摘要: org.apache.commons.lang3.time.DateUtils https://blog.csdn.net/yihaoawang/article/details/50638199 阅读全文
posted @ 2018-12-08 17:44 hellocn 阅读(348) 评论(0) 推荐(0) 编辑