spring-data-redis序列化策略 spring-data-redis提供了多种serializer策略,这对使用jedis的开发者而言,实在是非常便捷。sdr提供了4种内置的serializer: JdkSerializationRedisSerializer:使用JDK的序列化手段(s...
分类:
编程语言 时间:
2014-12-12 12:57:52
阅读次数:
289
Mac自带ant,如果想更新到最新版本 就要知道他的默认路径。 Mac OS ant 安装位置: ? /usr/shared/ant 一般安装过程如下:打开terminal 1:sudo sh (会提示你输入当前用户的密码)? 2:cp apache-ant.1.8.2-bin...
分类:
系统相关 时间:
2014-12-12 11:54:11
阅读次数:
215
怎样与他人共享文件夹?下面是实际解决的一个方案,不过前提是PC机要在同一局域网内。
重新安装系统后,发现了一个很重要的问题。之前导出的Win7虚拟机未成功备份,而在此之前老师已提醒过要备份。
万幸的是在计算机E盘里留有原件,可是问题又来了,该文件占有6.79G的内存空..
分类:
其他好文 时间:
2014-12-12 01:34:45
阅读次数:
142
Bluetooth Driver acts as interface between HCI core and TI Shared Transport Layer.
/drivers/bluetooth/Btwilink.c:
#include
#include
#include
#include
#include
#include
#define DEBUG
#defin...
分类:
其他好文 时间:
2014-12-11 19:15:25
阅读次数:
295
源代码下载:http://download.csdn.net/detail/jiangtao_st/76231131、Maven配置[html]view plaincopyprint?redis.clientsjedis2.5.0com.alibabafastjson1.1.412、Properti...
分类:
其他好文 时间:
2014-12-10 13:54:24
阅读次数:
468
http://www.eyrie.org/~eagle/notes/rpath.htmlhttp://thecourtsofchaos.com/2013/09/16/how-to-copy-and-relink-binaries-on-osx/http://osiris.laya.com/codin...
分类:
其他好文 时间:
2014-12-10 12:27:45
阅读次数:
185
In this Document
Purpose
Troubleshooting Steps
References
APPLIES TO:
Oracle Database - Enterprise Edition - Version 8.0.6.3 and later
Inform...
分类:
其他好文 时间:
2014-12-09 19:39:44
阅读次数:
307
在10G之前,使用DBMS_STATS收集统计信息将会导致与此对象相关的游标失效,下次执行此的时候将会进行HARD PARSE,除非收集的时候NO_INVALIDATE设置为TRUE。由于硬解析会消耗大量的CPU,还会导致大量的library cache 和 shared pool 的LATCH竞争...
分类:
其他好文 时间:
2014-12-09 17:37:59
阅读次数:
326
Library cache是Shared pool的一部分,它几乎是Oracle内存结构中最复杂的一部分,主要存放shared curosr(SQL)和PLSQL对象(function,procedure,trigger)的信息,以及这些对象所依赖的table,index,view等对象的信息。Li...
分类:
数据库 时间:
2014-12-09 12:00:17
阅读次数:
323
1 @{ 2 ViewBag.Title = "UpdateUserInfo"; 3 Layout = "~/Views/zjg669/Shared/_Layout.cshtml"; 4 } 5 @using System.Data; 6 @using System.D...
分类:
Web程序 时间:
2014-12-08 10:34:18
阅读次数:
124