- 博客(15)
- 收藏
- 关注
转载 redis notes
brew install redis redis-server select 0/1/2/3 set name 'name' set user:1 'name' string set get append keyname appendvalue getrang...
2015-09-03 23:37:00 142
转载 vim 快捷键
nnoremap <leader>ca :execute 'normal! ggVG"*yG'<cr>nnoremap <leader>cp :execute 'normal! "*pG'<cr> nnoremap <Leader>...
2015-05-21 22:40:00 166
转载 git提交时使用唐词,宋词或者中文谚语做注释
需要用到一个叫fortune的命令行工具,介绍以及安装步骤参见: http://www.ruanyifeng.com/blog/2015/04/fortune.html 安装完毕以后,根据你使用的shell类型找到相关的配置文件(我用的是zsh,所以配置文件为~/.zshrc)...
2015-04-27 01:48:00 214
转载 mongo 正则取反
db.LOG_ACCESS.find({HTTP_USER_AGENT:{$not:/(android|ios|mozilla|apache)/i}},{HTTP_USER_AGENT:1}) ...
2015-04-22 22:25:00 751
转载 mongo 创建全文索引
db.collection.ensureIndex({index-key:"text"}) //text表明是全文索引 转载于:https://my.oschina.net/8pBwdE...
2015-04-22 22:23:00 156
转载 mongodb 中 获取指定数据库中所有collection(表)的记录数,表的大小
lists = db.getCollectionNames();for(i in lists){print(lists[i]+" --- "+db[lists[i]].stats().count+" ... "+db[lists[i]].stats().size)} ...
2015-04-15 22:41:00 2839
转载 Introduction to MongoDB
Introduction to MongoDB The Big Picture MongoDB != RDBMS Setting up the server Manipulating dat...
2014-07-01 02:21:00 132
转载 Understanding NoSQL
Understanding NoSQL 1.What is NoSQL Agenda Common Traits(特点) Consistency Indexing ...
2014-06-29 13:17:00 336
转载 NoSQL Big Picture
Cloud Microsoft Azure Tables Hadoop on Azure/HBase Amazon SimpleDB DynamoDB Elastic MapReduce DB-specif...
2014-06-28 21:39:00 113
转载 nettuts mongo
install on mac brew install mongodb sudo chown `id -u` /data/db sudo mongod tools mongo MongoDB client as a javas...
2014-06-27 01:43:00 147
转载 ### LinuxCBT Basic Security Edition ###
### LinuxCBT Basic Security Edition ### BIOS 1.Disable all unnecessary boot media 2.set a setup password 3.set a system password...
2014-05-18 23:13:00 486
转载 ### LinuxCBT Key Files Edition ###
### LinuxCBT Key Files Edition ###Features: 1.Key files && directories that are present across-the-board on Linux systems 2.Pertains ...
2014-05-06 23:25:00 432
转载 Lua note
Where Lua is Used Apache HTTP Server MysqlWorkbench Redis VLC Media Player Wireshark Lots and lots of games!Types 8 basic type...
2014-05-03 23:01:00 209
转载 ### Linuxcbt PostgreSQL Edition ###
### Linuxcbt PostgreSQL Edition ###Features: 1.Object-relational Database Management System(ORDBMS) a.Objects cna be related in a hierarchy:...
2014-04-24 00:07:00 330
转载 ### LinuxCBT VBOX Edition ###
### LinuxCBT VBOX Edition ###Features: 1.Tier-2 Hypervisor(虚拟层) a.runs on existing OS instead of Tier-1(VMware ESXI) - which runs on bare-me...
2014-04-15 00:01:00 229
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人