ruby doc ruby github rails guide
分类:
其他好文 时间:
2014-07-29 16:09:09
阅读次数:
209
## PinchArea 可以参看[PinchArea文档](http://qt-project.org/doc/qt-5/qml-qtquick-pincharea.html)。下面是SDK自带的demo。通过此demo可以了解PinchArea的使用。 PinchArea实现了“挤压”操作。 **要点:**在o...
分类:
其他好文 时间:
2014-07-29 16:08:09
阅读次数:
550
Original link:http://build.sharpdevelop.net/ccnet/doc/CCNET/Configuration%20Preprocessor.htmlFor example: What does "cb:include" mean?Is there any ...
分类:
Web程序 时间:
2014-07-28 15:33:43
阅读次数:
183
http://blog.csdn.net/openme_openwrt/article/details/7348452编译OpenWrt-索引Wiki导航:http://wiki.openwrt.org/doc/start编译OpenWRT0早期的openwrt编译文档:http://downloads.openwrt.org/docs/buildroot-documentation.html#about1工具链:http://wiki.openwrt.org/abo..
分类:
其他好文 时间:
2014-07-28 00:37:21
阅读次数:
570
官方资料:http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix
还有一个值得参考的mysql安装,与python-mysql安装博客http://hearrain.com/2011/01/498
据官方文档说,
For example, if you r...
分类:
数据库 时间:
2014-07-27 23:37:59
阅读次数:
295
文件共享可以通过 FTP、NFS、SAMBA,第一个需要先下载,无法“直接打开”,实用性比较差就不介绍了,重点放在 SAMBA,最后再简单介绍一下 NFS。 SAMBA 安装主要参考:http://wiki.openwrt.org/doc/uci/s...
分类:
其他好文 时间:
2014-07-27 12:13:31
阅读次数:
393
属性管理-特性
一般开发这不必关心属性的实现,对工具的构建这来说,了解这一块对API的灵活性有帮助。
大多数情况下,属性位于对象自身之中,或者继承自对象所派生自的一个类。 ----python学习手册
property
property(fget=None, fset=None, fdel=None, doc=None) -> property attribute
fget...
分类:
编程语言 时间:
2014-07-27 11:23:52
阅读次数:
239
CJson文档:http://www.yiiframework.com/doc/api/1.1/CJSONCJson::encode可以编码任何类型的数据:源码如下;public static function encode($var){ switch (gettype($var)) { ...
分类:
Web程序 时间:
2014-07-27 10:17:32
阅读次数:
309
xml文件格式例如以下: localhost sa jiayuan 读取节点中的一个属性 XmlDocument doc=new XmlDocument(); ...
分类:
其他好文 时间:
2014-07-26 17:11:21
阅读次数:
262
1.使用命令安装ctags:
sudo apt-get install ctags
2.安装taglist
下载:
http://vim.sourceforge.net/scripts/download_script.php?src_id=6416
拷贝到ubuntu中,使用命令解压:
unzip taglist_42.zip
解压后出现两个文件夹,doc和plugin,将其拷贝...
分类:
其他好文 时间:
2014-07-26 15:02:30
阅读次数:
232