码迷,mamicode.com
首页 >  
搜索关键字:prefix key    ( 41939个结果
ehcache object key的实现原理
这几天为了设计缓存机制,查阅了很多缓存方面的资料,作为没有实战经验的小白自然被各种性能报告、内存机制、集群方式搞得一头雾水。但查了这些资料后,对各个cache的特点有了感性的了解。 ehcache是最后调研的cache,他有个明显不同的地方:缓存中的键和值都可以是object类型的对象。只可以是object这较好接受,大概是对象的序列化支持的,而ehcache本身是纯java实现,这是它得天独厚...
分类:其他好文   时间:2014-07-23 21:05:33    阅读次数:309
Java 将自定义的对象作为HashMap的key
Java 将自定义的对象作为HashMap的key...
分类:编程语言   时间:2014-07-23 21:02:48    阅读次数:300
oracle 主键删除,联合主键的创建
1,主键的删除  ALTER TABLE TABLENAME DROP PRIMARY_KEY 执行上面的SQL可以删除主键;如果不成功可以用 ALTER TABLE TABLENAME DROP CONSTRAINTS COLUMN CASCADE; --删除约束 ALTER TABLE TABLENAME DISABLE PRIMARY_COLUMN ; --设置被设置为主键的列为...
分类:数据库   时间:2014-07-23 21:01:55    阅读次数:237
memcache的安装及管理
Memcache(内存,缓存):是一个高性能的分布式的内存对象缓存系统,通过在内存里维护一个巨大的hash表。(key=value)(是用C语言开发的,并且需要libevent库的支持)
分类:其他好文   时间:2014-07-23 20:50:15    阅读次数:182
Virtualbox mouse move in and out and file share with windows
How to use Virstalbox to share files with Linux and Windows, and to move the mouse in and out Virtualbox freely without click Ctrl key, herewith what I have done to achieve both....
分类:Windows程序   时间:2014-07-23 18:10:36    阅读次数:375
Qt5.3.1 静态编译的configure
今天终于自己静态编译过了QT5.3.1, 成功用在项目上了, 记录下configure指令.  configure -confirm-license -opensource -platform win32-msvc2013 -mp -debug-and-release -static -prefix "E:\Qt\5.3.1-static-vs2013" -qt-sql-sqlite -...
分类:其他好文   时间:2014-07-23 18:08:45    阅读次数:256
ubuntu14中 memcached安装与使用
第一步,先安装lib-event 下载lib-event  的包http://libevent.org/ 下载完之后,解压安装 ./configure –prefix=/usr (或 ./configure --program-prefix=/usr)   make   make install  第二步,安装memcached 下载memcached的包...
分类:其他好文   时间:2014-07-23 17:19:31    阅读次数:291
Following unknown configure options were used:--enable-fpm
执行cd   php-5.2.13安装时候 ./configure --prefix=/usr/local/php/ --with-config-file-path=/usr/local/php/etc/ --with-mysql=/usr/local/mysql/ --with-libxml-dir=/usr/local/libxml2/ --with-jpeg-dir=/usr/local/...
分类:Windows程序   时间:2014-07-23 17:10:31    阅读次数:296
hdu oj Period (kmp的应用)
Period Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 2866    Accepted Submission(s): 1433 Problem Description For each prefix of ...
分类:其他好文   时间:2014-07-23 17:07:01    阅读次数:234
python endswith和startwith
转载:http://blog.sina.com.cn/s/blog_5dd2af0901012rmn.html做文本处理的时候经常要判断一个文本有没有以一个子串开始,或者结束。Python为此提供了两个函数:S.startswith(prefix[, start[, end]]) -> bool如果...
分类:编程语言   时间:2014-07-23 16:58:31    阅读次数:289
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!