码迷,mamicode.com
首页 >  
搜索关键字:version    ( 21237个结果
svn命令
* 验证svn安装是否成功:svnadmin --version* 创建svn的数据仓库:svnadmin create E:\repository\svn\itcast* 启动svn服务:svnserve -d -r E:\repository\svn\itcast 单仓库启动 svn...
分类:其他好文   时间:2014-07-10 11:05:21    阅读次数:201
debian内核代码执行流程(三)
接续《debian内核代码执行流程(二)》未完成部分下面这行输出信息是启动udevd进程产生的输出信息:[ 3.306217] udevd[49]: starting version 175175是udevd的版本号。根据《essential linux device drivers》中关于u...
分类:其他好文   时间:2014-07-10 00:55:36    阅读次数:350
[android警告]AndroidManifest.xml警告 Not targeting the latest versions of Android
警告:Not targeting the latest versions of Android; compatibility modes apply.Consider testing and updating this version. Consult the android.os.Build.VE...
分类:移动开发   时间:2014-07-09 23:56:40    阅读次数:431
[android错误] Installation error: INSTALL_FAILED_VERSION_DOWNGRA
错误表现:[2014-06-27 18:19:51 - XXX] Installing XXXX.apk...[2014-06-27 18:20:00 - XXX] Installation error: INSTALL_FAILED_VERSION_DOWNGRADE[2014-06-27 18:...
分类:移动开发   时间:2014-07-09 23:54:03    阅读次数:320
Error: Selected device is not a touchscreen I understand
selected device is not a touchscreen I understandarm交叉编译工具中的头文件库中的linux/input.h中的EV_VERSION定义为#define EV_VERSION 0x010000而linux内核include/linux/...
分类:其他好文   时间:2014-07-08 00:14:34    阅读次数:200
MVCC SQLSERVER的快照隔离级别
MVCC SQLSERVER的快照隔离级别MVCC产品简介编辑Multi-Version Concurrency Control 多版本并发控制大多数的MySQL事务型存储引擎,如InnoDB,Falcon以及PBXT都不使用一种简单的行锁机制。事实上,他们都和另外一种用来增加并发性的被称为“多版本...
分类:数据库   时间:2014-07-07 20:45:47    阅读次数:879
bool的值
/////////////////////////////////////////////////////////////////////////////////// FileName : bool_value.cc// Version : 0.10 created ...
分类:其他好文   时间:2014-07-07 20:32:46    阅读次数:143
自己动手编译apache-tomcat-6.0.41-src源码
第一步:下载apache-tomcat-6.0.41-src第二步:阅读BUILDING.txt。了解所需要的步骤。In order to build a binary distribution version of Apache Tomcat from asource distribution, ...
分类:其他好文   时间:2014-07-07 20:21:08    阅读次数:359
const_cast, reinterpret_cast, static_cast的用法
/////////////////////////////////////////////////////////////////////////////////// FileName : cast_item27.cpp// Version : 0.10// Author...
分类:其他好文   时间:2014-07-07 18:58:18    阅读次数:164
继承名称的掩盖
/////////////////////////////////////////////////////////////////////////////////// FileName : effect_item33.h// Version : 0.10// Author...
分类:其他好文   时间:2014-07-07 17:46:36    阅读次数:151
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!