#数据绑定语法# 数据绑定的基础表型形式,使用“Mustache”语法(双大括号)(特意查了一下Mustache同“moustache”释义为:髭;上唇的胡子,小胡子,最起码我觉得挺形象的) 实例:https://jsfiddle.net/miloer/035ase08/ 绑定的数据支持Javasc ...
分类:
其他好文 时间:
2016-04-28 12:22:02
阅读次数:
253
iOS常用插件总结:http://blog.csdn.net/oik_ios/article/details/50251191http://www.jianshu.com/p/d24eea8b405a 一、VVDocumenter注释自动补全插件:下载链接:https://github.com/on ...
分类:
移动开发 时间:
2016-04-28 12:11:26
阅读次数:
234
由于项目需要从HBase里读取数据,进行MapReduce之后输出到HDFS中。 为了测试方便,我这里写了一个批量插入HBase数据的测试代码。采用的Maven工程。 打算,今后的所有用到的小测试例子都放到这个工程里面了。 代码放到GitHub上面了:https://github.com/quchu ...
分类:
其他好文 时间:
2016-04-28 12:10:46
阅读次数:
170
wiki: https://github.com/bang590/JSPatch/wiki 1. Block block( 'int, MyClass *', function( paramA, paramB) { //do something } ); // double is not suppo ...
分类:
移动开发 时间:
2016-04-28 06:59:30
阅读次数:
239
PCF是一个PAAS平台 注册PCF账号 https://account.run.pivotal.io/sign-up 安装cf CLI 访问 https://console.run.pivotal.io/tools 或 https://github.com/cloudfoundry/cli 下载c ...
分类:
其他好文 时间:
2016-04-28 06:59:21
阅读次数:
329
View中渲染view视图文件的前置和后置方法,以及渲染动态内容的方法: GitHub地址: https://github.com/mogambos/yii-2.0.7/blob/master/vendor/yiisoft/yii2/base/View.php ...
分类:
其他好文 时间:
2016-04-28 01:52:16
阅读次数:
204
github:https://github.com/jkbrzt/httpie 一:HTTPie用途 HTTPie (读aych-tee-tee-pie)是一个 HTTP 的命令行客户端。其目标是让 CLI 和 web 服务之间的交互尽可能的人性化。 这个工具提供了简洁的 http 命令,允许通过自 ...
分类:
Web程序 时间:
2016-04-28 01:43:58
阅读次数:
203
index.php文件: mysqlRead.php文件: mysqlEdit.php文件: createDatabase.php文件: createTable.php文件: dropTable.php文件: mysqlAccount.php配置文件: php安卓服务器软件下载:https://yu ...
分类:
移动开发 时间:
2016-04-28 00:33:56
阅读次数:
331
下载和编译Linux内核源代码 Android源代码不包含Linux源代码,必须单独下载。不能直接在www.kernel.org下载Linux内核,应在Google提供的网站下载Android中使用的Linux内核。 1.下载“git clone https://android.googlesour ...
分类:
移动开发 时间:
2016-04-28 00:23:18
阅读次数:
216
1、下载acts测试包 https://android.googlesource.com/platform/tools/test/connectivity/+/master/acts 2、python运行时错误,安装一下软件包 sudo apt-get install python-setuptoo ...
分类:
系统相关 时间:
2016-04-28 00:16:07
阅读次数:
249