码迷,mamicode.com
首页 >  
搜索关键字:format release    ( 24203个结果
【深入理解Linux内核】《第一章 绪论》笔记
1.商用Unix操作系统包括: - AT&T公司开发的(System V Release 4) SVR4、 - 加州伯克利分校发布的4.4BSD - Dec公司(现属于HP)的Digital Unix - IBM公司的AIX - HP公司的HP-UX - Sun公司的Solaris - Apple公...
分类:系统相关   时间:2014-07-07 20:16:27    阅读次数:255
rails routes配置
Rails.application.routes.draw do match 'projects/:id/:controller(/:action(/:id))(.:format)'end
分类:其他好文   时间:2014-07-07 18:35:00    阅读次数:187
leveldb源码分析--日志
我们知道在一个数据库系统中为了保证数据的可靠性,我们都会记录对系统的操作日志。日志的功能就是用来在系统down掉的时候对数据进行恢复,所以日志系统对一个要求可靠性的存储系统是极其重要的。接下来我们分析leveldb的日志,首先在leveldb源码目录中有doc/log_format.txt,这个文件...
分类:数据库   时间:2014-07-07 13:20:31    阅读次数:338
[转] The QCOW2 Image Format
The QCOW2 Image Format https://people.gnome.org/~markmc/qcow-image-format.html The QCOW image format is one of the disk image formats supported by the...
分类:其他好文   时间:2014-07-01 00:11:18    阅读次数:421
SYSU暑假热身赛D
D - Rope in the Labyrinth Time Limit:500MS     Memory Limit:65536KB     64bit IO Format:%I64d & %I64u Submit Status Practice URAL 1145 Description A labyrinth with rectangular form...
分类:其他好文   时间:2014-06-30 08:14:14    阅读次数:277
Text Justification
题目 Given an array of words and a length L, format the text such that each line has exactly L characters and is fully (left and right) justified. You should pack your words in a greedy approa...
分类:其他好文   时间:2014-06-29 23:44:02    阅读次数:357
总结文件操作函数(二)-C语言
格式化读写: #include  int printf(const char *format, ...);                   //相当于fprintf(stdout,format,…); int scanf(const char *format, …); int fprintf(FILE *stream, const char *format, ...);      //...
分类:编程语言   时间:2014-06-29 23:20:21    阅读次数:328
RHEL 5.5 Installtion Oracle 11G
RHEL5.5InstalltionOracle11G说明:环境说明:操作系统:RedHatEnterpriseLinux5.532bit数据库:Oracle11GRelease2其他要求:内存最低1G,swap最低2G,目录规划:Oracle基目录:$ORACLE_BASE=/pm/h/u$ORACLE_BASE=/u01/app/oracleOracle主目录:$ORACLE_HOME=$ORACLE_BASE/prod..
分类:数据库   时间:2014-06-29 21:20:16    阅读次数:400
CentOS更新yum源的方法
一、下载国内比较稳定的yum源,我这里下载163的源同时我使用的是CentOS6.2的x86_64版本,所以下载的是CentOS6-Base-163.repo请根据,如下方法确认自己系统的版本[root@561~]#lsb_release-aLSBVersion::core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:..
分类:其他好文   时间:2014-06-29 21:14:10    阅读次数:394
ARM-ELF文件格式与GNU ARM Linker机制
这里所说的ARM系统基本文件格式,都是在基于ARM的嵌入式系统开发中常会碰到的文件格式。 ARM系统基本文件格式有三种:1) BIN,平板式二进制格式,一般用于直接烧写到Flash中,也可以用于加载到monitor程序中。2) ELF,EXECUTABLE AND LINKABLE FORMAT,一...
分类:其他好文   时间:2014-06-29 20:00:16    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!