码迷,mamicode.com
首页 >  
搜索关键字:format    ( 13577个结果
RMAN冷备份、一致性备份脚本
RMAN冷备份、一致性备份脚本 run{shutdown immediate; startup mount;allocate channel c1 type disk;allocate channel c2 type disk;backup database format '/home/oracle...
分类:其他好文   时间:2015-05-28 10:48:26    阅读次数:137
G - Power Strings POJ 2406 (字符串的周期)
G - Power Strings Time Limit:3000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Submit Status Practice POJ 2406 Description Given two strings a and b we define a*b to be their concatenati...
分类:其他好文   时间:2015-05-27 23:03:43    阅读次数:255
awk使用案例一例
需求:对nginx的access.log日志分析,要求最近100次请求中状态值不是200的百分比。日志格式如下:192.168.123.6--[26/May/2015:23:44:21+0800]"GET/get_seller_info&format=jsonHTTP/1.1"20034679"-""Dalvik/1.6.0(Linux;U;Android4.4.4;MX4ProBuild/KTU84P)""-""3.562"思..
分类:其他好文   时间:2015-05-27 16:04:59    阅读次数:210
无限的路
D - 无限的路 Time Limit:1000MS     Memory Limit:32768KB     64bit IO Format:%I64d & %I64u Submit Status Description 甜甜从小就喜欢画图画,最近他买了一支智能画笔,由于刚刚接触,所以甜甜只会用它来画直线,于是他就在平面直角坐标系中画出如下的图形:  ...
分类:其他好文   时间:2015-05-27 15:51:34    阅读次数:151
【Mysql】日期时间格式化
1、日期转成指定格式:DATE_FORMAT(date, format)2、int型时间转成指定格式:FROM_UNIXTIME(unix_timestamp,format)根据format字符串格式化date值:%S, %s 两位数字形式的秒( 00,01, ..., 59)%I, %i 两位数字...
分类:数据库   时间:2015-05-27 13:42:27    阅读次数:168
nginx log记录请求的头信息
记录访问的log,为了在出现特殊情况时,方便检查出现问题的地方。log_format accesslog ‘$remote_addr – $remote_user [$time_local] “$request” ‘‘$status $body_bytes_sent “$http_referer” ...
分类:其他好文   时间:2015-05-27 13:40:51    阅读次数:150
FZU1404 Andy的作业
Andy的作业Time Limit:1000MSMemory Limit:32768KB64bit IO Format:%I64d & %I64uDescriptionAndy每天都有很多作业要做,他的老师总是在说“这些作业你明天必须交上来……”。现在他找你帮忙做其中的一项作业,给出N个整数A1, ...
分类:其他好文   时间:2015-05-26 23:23:27    阅读次数:160
css3 @font-face
学了就忘,该记录一下了字体下载网址:http://www.dafont.com http:www.google.com/webfonts用法:@font-face { font-family: 'zwl'; src:url('fonts/zwllll.eot') format('eot'), u.....
分类:Web程序   时间:2015-05-26 23:05:19    阅读次数:143
PE文件格式详解(上)
作者:MSDN译者:李马摘要 Windows NT 3.1引入了一种名为PE文件格式的新可执行文件格式。PE文件格式的规范包含在了MSDN的CD中(Specs and Strategy, Specifications, Windows NT File Format Specifications).....
分类:其他好文   时间:2015-05-26 18:38:44    阅读次数:133
UVALive 6869 Repeated Substrings
Repeated SubstringsTime Limit:3000MSMemory Limit:Unknown64bit IO Format:%lld & %lluDescriptionString analysis often arises in applications from biolog...
分类:其他好文   时间:2015-05-26 10:38:08    阅读次数:109
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!