1)进入源码官网https://www.kernel.org/页面如下:2)主线的git 地址,当点mainline 后面的 “browse ”时,如下:点一下,企鹅右边的 index:kernel/git/torvalds/linux.git,即可找到 主线源码的 git 地址具体如下(三者都是相...
分类:
系统相关 时间:
2015-04-03 14:55:40
阅读次数:
222
CORS http://caniuse.com/#search=corsFoundation http://foundation.zurb.com/docs/sass.htmlD3 http://d3js.org/Generator https://github.com/yeoman/generat...
分类:
其他好文 时间:
2015-04-03 14:50:15
阅读次数:
108
题目链接:https://leetcode.com/problems/rotate-list//* 题意:给出一个链表,将链表向右旋转k个位置 *//** *思路:右旋k个位置,相当与将链表从第len-k个位置截断,然后 * 将两截链表交换位置,重新链接成一个链表 * */stru...
分类:
其他好文 时间:
2015-04-03 14:47:32
阅读次数:
113
public static boolean sendCustomMessage(String accessToken, String jsonMsg){
logger.info("消息内容:{"+jsonMsg+"}");
boolean result = false;
//请求地址
String requestUrl = "https://api.weixin.qq.com/cg...
分类:
微信 时间:
2015-04-03 13:37:39
阅读次数:
1264
https://www.genymotion.com/#!/downloadGenymotion name and http://plugins.genymotion.com/eclipse/
分类:
移动开发 时间:
2015-04-03 13:23:19
阅读次数:
150
SQLite.Swift :https://github.com/stephencelis/SQLite.swift let filemgr = NSFileManager.defaultManager() let dirPaths = NSSearchPathForDi...
分类:
数据库 时间:
2015-04-03 13:21:29
阅读次数:
362
360 云盘:http://yunpan.cn/cVgU3X7JFxAGY (提取码:1f07)百度云盘:链接: http://pan.baidu.com/s/1c0fbCWw 密码: w1pm参考:https://developers.google.com/maps/https://github....
分类:
Web程序 时间:
2015-04-03 13:10:16
阅读次数:
115
1)下载安装包: wget https://launchpad.net/gearmand/1.2/1.1.12/+download/gearmand-1.1.12.tar.gz2)安装编译器: yum install gcc gcc-c++3)安装依赖库:yum install -y boost b...
分类:
其他好文 时间:
2015-04-03 12:59:17
阅读次数:
139
一、YII简单介绍1、网站YiiFramework官方地址:http://www.yiiframework.comYiiFramework官方仓库:https://github.com/yiisoftYiiFramework中文社区地址:http://www.yiichina.comYiiFramework中文社区仓库:https://github.com/yiichinaYiiFramework中文图书:http://www.yii..
分类:
其他好文 时间:
2015-04-03 11:33:30
阅读次数:
128
前期准备:
a. 自己的电脑绑定独立的域名
b. 成功申请微信管理测试账号
c. 本引导采用的是php的CI框架
1.绑定域名
这一步 在笔记一 中已经解决,正式公众号的绑定很简单请访问官方文档
这里不再赘述。
2.获取 config相关的配置信息
(1) 获取token(失效时间 7200秒)
https:/...
分类:
微信 时间:
2015-04-03 11:28:03
阅读次数:
287