码迷,mamicode.com
首页 >  
搜索关键字:release 2    ( 10656个结果
查看linux [Fedora] 系统信息
系统版本:$ head -n 1 /etc/issueFedora release 20 (Heisenbug)或者$ cat /etc/issue系统位数:$ getconf LONG_BIT64内核信息:$ cat /proc/version Linux version 3.11.10-301....
分类:系统相关   时间:2014-11-19 23:58:08    阅读次数:412
cardova-android打包
1、cordova build --release android2、利用jdk的keytool建keykeytool -genkey -v -keystore my-release-key.keystore -alias alias_name -keyalg RSA -keysize 2048 -...
分类:移动开发   时间:2014-11-19 18:12:10    阅读次数:140
OC 内存管理-02 autorelease 概念 以及用法
(1) @autoreleasepool { }//自动释放池代表,池子将要被销毁,对池子中所有的对象进行一次release操作(2) 不管你这个对象时在@autoreleasepool 之内创建的还是在之外创建的,只要你在池子中调用了autorelease那么这个对象就会被放入到池子中(3) 只有...
分类:其他好文   时间:2014-11-19 17:56:06    阅读次数:122
log4net学习手册四 Apache log4net?配置实例
以下内容是Apache log4net官网技术文档通过google翻译而来http://logging.apache.org/log4net/release/features.html概述本文介绍的示例配置为内置的appender。这些结构的设计与log4net.Config.DOMConfigur...
分类:Web程序   时间:2014-11-19 15:30:31    阅读次数:279
memcached在windows下的安装与命令使用方法
下载地址:http://blog.couchbase.com/memcached-windows-64-bit-pre-release-available点击红圈处:下载后解压,比如解压到D盘的memcached文件夹中 打开 开始-->运行-->cmd 调出命令窗口,使用命令进入到memcache...
分类:Windows程序   时间:2014-11-19 15:24:08    阅读次数:284
Oracle数据库连接检测(Shell)
1 版本信息 Oracle数据库版本:Oracle Release 10.2.0.1.0 系统版本:Red Hat EnterpriseLinux 5.4   2 检测步骤 2.1 编写Shell脚本 在有SQLPLUS执行权限的用户下,编辑check_oracle_connection.sh脚本。 vi check_oracle_connection.sh...
分类:数据库   时间:2014-11-19 14:16:58    阅读次数:209
log4net学习手册三 Apache log4net? 示例
以下内容是Apache log4net官网技术文档通过google翻译而来http://logging.apache.org/log4net/release/features.html概述下面的实施例仅是可以在log4net的源下载,而不是上线。要获得示例下载log4net的源代码版本。构建示例构建...
分类:Web程序   时间:2014-11-19 13:57:40    阅读次数:263
log4net学习手册二 Apache的log4net?支持的框架
以下内容是Apache log4net官网技术文档通过google翻译而来http://logging.apache.org/log4net/release/features.html对.NET框架的概述支持的log4netlog4net的是建立在许多不同的框架。该框架的每个新版本增加新的功能。为了...
分类:Web程序   时间:2014-11-19 12:33:17    阅读次数:213
log4net学习手册一 Apache log4net的特点?
一下内容是Apache log4net官网技术文档通过google翻译而来http://logging.apache.org/log4net/release/features.html概述log4net的是一个工具,帮助程序员输出日志报表的各种输出目标。如遇问题,一个应用程序,它有助于启用日志记录,...
分类:Web程序   时间:2014-11-19 12:07:09    阅读次数:503
HDU 5073 Galaxy
Description Good news for us: to release the financial pressure, the government started selling galaxies and we can buy them from now on! The first one who bought a galaxy was Tianming Yun and he g...
分类:其他好文   时间:2014-11-19 11:11:04    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!