一、简介REmoteDIctionaryServer(Redis),redis是一个基于内存的单机key/value系统,类似memcached,但支持value为多种形式,包括:字符串(string)、链表(list)、集合(set)、有序集合(sortedset)和hashtable二、特点1优...
分类:
其他好文 时间:
2014-07-22 23:14:34
阅读次数:
462
private void button1_Click(object sender, EventArgs
e) { var appWord = new Microsoft.Office.Interop.Word.Application(); ...
分类:
其他好文 时间:
2014-07-22 23:14:16
阅读次数:
383
Linux SkillsLinux SkillsTable of Contents1. How
to use ramdisk in Ubuntu and Fedora?2. How to enable ssh server in Ubuntu?3. How
to disable CPU in Lin...
分类:
系统相关 时间:
2014-07-22 23:14:14
阅读次数:
673
集合“分为 Collection(接口):存放单一元素,里面就是他的值。 Map(接口)
存放键值对,一个键对应他的值。Collection下面又有两个接口List:元素有顺序的排列,就是说放进去什么顺序就是什么顺序,里面的元素也是可以重复的Set:元素没有顺序,不是实际上的没有顺序,只是他不是按....
分类:
其他好文 时间:
2014-07-22 23:14:13
阅读次数:
317
import java.io.BufferedInputStream;import
java.io.FileInputStream;import java.io.FileOutputStream;import
java.io.InputStream;import java.util.Enumerat...
分类:
编程语言 时间:
2014-07-22 23:14:13
阅读次数:
293
1用命令行(Terminal)下的svn命令svn addlibzbar.asvn commit -m
"add static liblibzbar.a"2用第三方svn工具,别用Xcode自带的,比如CornerStone,
Versions等(第三方工具需要进行设置后,才能提交.a文件)
分类:
其他好文 时间:
2014-07-22 23:14:12
阅读次数:
465
1,xml和html区别
xml和html都是用于操作数据或数据结构,在结构上大致是相同的,但它们在本质上却存在着明显的区别。综合网上的各种资料总结如下。它们的区别主要有以下几点:一、语法要求不同:1.在html中不区分大小写,在xml中严格区分。2.在HTML中,有时不严格,如果上下文清楚地显示....
分类:
其他好文 时间:
2014-07-22 23:14:12
阅读次数:
347
#include #include using namespace std;int
s[4],p[4];long long llmax(long long a,long long b){ return a>b?a:b;}int
main(){ int t; cin>>t; int c=1; whil...
分类:
其他好文 时间:
2014-07-22 23:13:54
阅读次数:
307
其实就是并查集,写麻烦了,同样的代码第一次提交wa了,第二次就过了。 1 #include 2
#include 3 4 #define MAXNUM 55 5 #define UP 0 6 #define RIGHT 1 7 #define DOWN 2
8 #def...
分类:
其他好文 时间:
2014-07-22 23:13:53
阅读次数:
310
Subscriber:huazaiSubscriptionCode:uLR8ZC-855550-61565856301609203Subscriber:feifeiSubscriptionCode:sLR8ZC-855550-61565856701742177Subscriber:kobeSubsc...
分类:
系统相关 时间:
2014-07-22 23:13:36
阅读次数:
558