目前微信小程序已经支持个人版了 罗列一下微信开发的一些资料和工具 (如果你还不了解微信小程序如何操作请点击 新手教程 )里面罗列了 开发者工具 如何使用 和 微信的基本操作 很详细 一、微信开发者工具 官方下载地址如下: windows 64 、 windows 32 、 mac 二、第一个小程序 ...
分类:
微信 时间:
2017-04-27 02:33:57
阅读次数:
387
注:只是说明启动activity的过程(ActivityThread如何与ActivityManagerService简称AmS进行进程间通信调用全过程),不解析android从zygote(受精卵)到整个系统服务的启动 具体来讲,启动activity的方式有以下几种: 先分析第2种方式 andro ...
分类:
其他好文 时间:
2017-04-26 15:50:32
阅读次数:
304
从render_view_impl.cc開始说起。 1. 方法RenderViewImpl::Initialize中有: WebLocalFrame* web_frame = WebLocalFrame::create(main_render_frame_.get()); 这里会创建WebLocal ...
分类:
Web程序 时间:
2017-04-25 21:35:08
阅读次数:
244
Other men live to eat, while I eat to live. 很多人为食而生存,而我为生存而食。 Just the same, either you eat to live or you live to eat. But there may be something dif ...
分类:
其他好文 时间:
2017-04-23 15:06:47
阅读次数:
181
经过昨天几个小时的折腾, Rookey.Frame v1.0开发视频教程终于发布了,由于是第一次做视频有很多地方做的不够好,后续我会慢慢改进,争取将视频教程做好。 本期发布视频: (一)Rookey.Frame v1.0在线新建模块 介绍了如何零代码建立模块及实现增、删、改、查、导入、导出、表单附件 ...
分类:
其他好文 时间:
2017-04-23 10:55:12
阅读次数:
200
传送门 Description The little girl loves the problems on array queries very much. One day she came across a rather well-known problem: you've got an arra ...
分类:
其他好文 时间:
2017-04-22 20:43:41
阅读次数:
349
输出: 代码借鉴于http://airu.iteye.com/blog/1930391的java代码 ...
分类:
编程语言 时间:
2017-04-22 12:38:43
阅读次数:
238
while Thue: (条件为真无限循环) break(跳出循环) 猜年龄: ...
分类:
编程语言 时间:
2017-04-22 12:26:50
阅读次数:
192
传送门 Description You've got array a[1],?a[2],?...,?a[n], consisting of n integers. Count the number of ways to split all the elements of the array into ...
分类:
其他好文 时间:
2017-04-21 09:49:33
阅读次数:
178
17年4月中旬在51cto上报名了老男孩PYTHON高级自动化开发的课程,此随笔为记录学习中的有意义的东西(自我感觉有意义) 一、pycharm的基本配置与使用 之前自学过一段时间,一直用的自带的IDLE和notepad++,现在开始用pycharm,但是很不熟悉,随着使用不断补充和修改 开始可以设 ...
分类:
编程语言 时间:
2017-04-20 22:41:36
阅读次数:
236