https://ruby-china.org/topics/20291http://www.zhihu.com/question/23512853http://ued.taobao.org/blog/tag/%E5%89%8D%E5%90%8E%E7%AB%AF%E5%88%86%E7%A6%BB/...
分类:
其他好文 时间:
2014-12-18 14:55:09
阅读次数:
148
Redis是一个key-value存储系统。和Memcached类似,但是解决了断电后数据完全丢失的情况,而且她支持更多无化的value类型,除了和string外,还支持lists(链表)、sets(集合)和zsets(有序集合)几种数据类型。这些数据类型都支持push/pop、add/remove...
分类:
其他好文 时间:
2014-12-18 14:54:07
阅读次数:
127
国内: 1.CSDN CSDN是中国软件开发联盟(Chinese software develop net)的缩写,是中国最大的开发者技术社区。它是集新闻、论坛、群组、Blog、文档、下载、读书、Tag、网摘、搜索、.NET、Java、游戏、视频、人才、外包、第二书店、《程序员》等多...
分类:
Web程序 时间:
2014-12-18 10:19:05
阅读次数:
179
Pragmatic Version Control Using Git
跳转到:
导航,
搜索
git config --global user.name "Travis Swicegood"git config --global user.email "development@domain51.com"git config --global --listgit con...
分类:
其他好文 时间:
2014-12-18 09:17:35
阅读次数:
168
Pro Git
跳转至:
导航、
搜索
working - staging - commited.gitignore
*.a 忽略所有*.a !/common/my.a 但是这个.a除外-
rm ... => git rm -f 本地不再保留git rm --cached readme.txt 本地保留,但不再跟踪git rm logs/\*.log 注意这里需...
分类:
其他好文 时间:
2014-12-18 09:17:28
阅读次数:
156
List Images
列出本地所有Docker image
# docker images
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
centos centos6 25c5298b1a36 ...
分类:
其他好文 时间:
2014-12-18 00:17:34
阅读次数:
339
在显示的过程中,出现了内容重叠的问题,其实就是UITableViewCell重用机制的问题。解决方法一:对在cell中添加的控件设置tag的方法在cell的contentView上需要添加控件,那么就可以对添加的控件设置tag,然后新建cell的时候先remove前一个cell tag相同的控件,再...
分类:
其他好文 时间:
2014-12-17 20:23:05
阅读次数:
173
错误10The tag 'DataGridTextColumn' does not exist in XML namespace 'http://schemas.microsoft.com/winfx/2006/xaml/presentation/sdk'.F:\项目\基于手机信令的城市规划大数据分...
分类:
其他好文 时间:
2014-12-17 12:41:20
阅读次数:
163
在使用mysqldump导出一份建库脚本是,发生了下面的错误:当执行 desc table_name; 时也报错:tag为表名,show index from tag;倒是可以执行。其实真正的错误原因是:Couldn't execute 'show fileds from table' 不能查看表的...
分类:
数据库 时间:
2014-12-17 00:12:39
阅读次数:
233