码迷,mamicode.com
首页 >  
搜索关键字:redis list    ( 76141个结果
[leetcode]Copy List with Random Pointer @ Python
原题地址:https://oj.leetcode.com/problems/copy-list-with-random-pointer/题意:A linked list is given such that each node contains an additional random pointe...
分类:编程语言   时间:2014-05-26 23:16:12    阅读次数:368
myBatis批量添加,修改和删除
摘自:http://blog.csdn.net/myjlvzlp/article/details/84343761、批量添加元素session.insert(String string,Object o)public void batchInsertStudent(){ List ls = n...
分类:其他好文   时间:2014-05-26 22:43:20    阅读次数:239
导出excel
导出excel时,我以前使用的是POI,如下:public class Test { private void exportEXCEL(List d502s) { Field[] fields = d502s.get(0).getClass().getDeclaredFields...
分类:其他好文   时间:2014-05-26 22:30:03    阅读次数:383
一步完成MySQL向Redis迁移
在把一个大表从 MySQL 迁移到 Redis 时,你可能会发现,每次提取、转换、导入一条数据是让人难以忍受的慢!这里有一个技巧,你可以通过使用管道把 MySQL 的输出直接输入到 redis-cli输入端,这可以使两个数据库都能以他们的最顶级速度来运行。使用了这个技术,我把 800 万条 MySQ...
分类:数据库   时间:2014-05-26 22:16:44    阅读次数:496
github开源库(三)
41.android-swipelistviewSwipeListView是一个Android List View实现,实现了自定义ListView单元格,可通过滑动来显示扩展面板。开发者可直接登陆Google Play下载安装其Demo应用。42.greenDAOgreenDAO是一个可以帮助An...
分类:其他好文   时间:2014-05-26 22:00:33    阅读次数:379
阿里REDIS优化
分类:其他好文   时间:2014-05-26 21:35:03    阅读次数:303
compile时提示CListCtrl没有声明,为什么这个mfc的类不能直接用?
compile时提示CListCtrl没有声明,为什么这个mfc的类不能直接用?解决办法:#include
分类:其他好文   时间:2014-05-26 16:34:21    阅读次数:213
python模块与包加载机制
模块的搜索路径:When a module namedspamis imported, the interpreter searches for a file namedspam.pyin the current directory, and then in the list of director...
分类:编程语言   时间:2014-05-26 15:09:11    阅读次数:367
spring中集成使用jedis(1)
本文主要说明在项目中通过spring集成jedis的使用方法。首先,在jedis的连接配置中,出于性能考虑选择连接池形式。jedis中的连接池类为redis.clients.jedis.JedisPool其中包含多个构造器,可根据需要自行选取,这里选择较为基础形式:public JedisPool(...
分类:编程语言   时间:2014-05-26 14:51:31    阅读次数:336
Redis 命令参考
http://redis.readthedocs.org/en/latest/index.html
分类:其他好文   时间:2014-05-26 14:47:47    阅读次数:173
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!