码迷,mamicode.com
首页 >  
搜索关键字:format release    ( 24203个结果
UVA 712(二叉树模拟)
L - S-Trees Time Limit:3000MS     Memory Limit:0KB     64bit IO Format:%lld & %llu Submit Status Appoint description:  System Crawler  (2014-04-01) Description   S-Tree...
分类:其他好文   时间:2014-06-03 00:53:43    阅读次数:335
在64位linux上编译32位程序
ld指令有一个选项:--oformat output_format,用于指定输出文件的格式。输入文件./kernel/kernel.o等是elf32格式,当前系统是64位,而ld默认生成的文件格式是elf64-x86-64;因此会出现“ld: warning: i386 architecture of input file `./kernel/kernel.o' is incompatible...
分类:系统相关   时间:2014-06-03 00:37:43    阅读次数:668
命令行查看linux发行版版本信息
有时候安装完自己的linux发行版系统(如ubuntu、centos、redhat、opensuse、……)时,把版本信息忽略了,又不想重启电脑,此时我们可以通过命令行方式来查看: 1.cat /etc/issue 2.lsb_release -a 其中lsb代表什么呢?LSB:Linux Stan...
分类:系统相关   时间:2014-06-02 17:26:49    阅读次数:337
samtools 常用的使用方法
samtools: Utilities for the SAM format下面介绍一下samtools 常用的功能:1,对fasta文件建立indexsamtools faidx ref.fasta2, 将sam文件转化为bam文件samtools view -bS in.sam > in.bam...
分类:其他好文   时间:2014-06-02 09:24:02    阅读次数:484
OD: Format String, SQL Injection, XSS
Format String 格式化串漏洞考虑如下的代码:1 #include2 int main()3 {4 int a=44,b=77;5 printf("a=%d, b=%d\n",a,b);6 printf("a=%d, b=%d\n");7 return 0;...
分类:数据库   时间:2014-06-02 05:49:54    阅读次数:482
iOS: 布局可视化语法 Visual Format Syntax
可视化语法 Visual Format SyntaxThe following are examples of constraints you can specify using the visual format. Note how the text visually matches the im...
分类:移动开发   时间:2014-06-02 05:37:46    阅读次数:351
ORA-01081: "cannot start already-running ORACLE - shut it down first"
Appliesto: OracleServer-EnterpriseEdition-Version:8.1.7.4to11.2.0.2.0-Release:8.1.7to11.2 GenericUNIX 当检查oracle实例后台进程不存在这时启动启动数据库报错: ORA-01081:"cannotstartalready-runningORACLE-shutitdownfirst" 造成此种原因是 Orphanedsharedmemor..
分类:数据库   时间:2014-06-02 04:04:29    阅读次数:844
Flask实例教程三
一:Flask中url的工作方式#encoding=utf-8 fromflaskimportFlask app=Flask(__name__) @app.route("/task/") deftask_list(): return"Listofalltask" @app.route("/task/<int:task_id>/") deftask_detail(task_id): return"Detailoftask#{}.".format(task_id) @app.ro..
分类:其他好文   时间:2014-06-02 03:53:19    阅读次数:662
【Heritrix源码分析】Heritrix基本内容介绍
1、版本说明 (1)最新版本:3.3.0 (2)最新release版本:3.2.0  (3)重要历史版本:1.14.4 3.1.0及之前的版本:http://sourceforge.net/projects/archive-crawler/files/    3.2.0及之后的版本:http://archive.org/ 由于国情需要,后者无法访问,因此本blog研究的是1.14.4版...
分类:其他好文   时间:2014-06-01 17:30:53    阅读次数:420
sqlplus登录提示:ORA-12162错误
[root@localhost ~]# su - oracle [oracle@localhost ~]$ sqlplus '/as sysdba' SQL*Plus: Release 11.2.0.1.0 Production on Tue Apr 22 17:10:52 2014 Copyright (c) 1982, 2009, Oracle.  All rights re...
分类:数据库   时间:2014-06-01 09:02:31    阅读次数:802
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!