码迷,mamicode.com
首页 >  
搜索关键字:format and partition disk    ( 19010个结果
JAVA字符串格式化-String.format()的使用(转)
常规类型的格式化String类的format()方法用于创建格式化的字符串以及连接多个字符串对象。熟悉C语言的同学应该记得C语言的sprintf()方法,两者有类似之处。format()方法有两种重载形式。format(String format, Object... args) 新字符串使用本地语...
分类:编程语言   时间:2014-07-22 23:17:33    阅读次数:497
LCM Cardinality 暴力
LCM CardinalityTime Limit:3000MSMemory Limit:0KB64bit IO Format:%lld & %lluSubmitStatusDescriptionProblem FLCM CardinalityInput:Standard InputOutput:S...
分类:其他好文   时间:2014-07-22 23:15:13    阅读次数:335
The Super Powers
The Super PowersTime Limit:1000MSMemory Limit:Unknown64bit IO Format:%lld & %llu[Submit] [Go Back] [Status]DescriptionAThe Super PowersWe all know the...
分类:其他好文   时间:2014-07-22 23:09:34    阅读次数:554
The Monocycle(BFS)
The Monocycle Time Limit: 3000MS64bit IO Format: %lld & %llu [Submit] [Go Back] [Status] Description Problem A: The Monocycle A monocycle is a cycle t...
分类:其他好文   时间:2014-07-22 23:08:53    阅读次数:444
C# 日期格式化
DateTime.Now.ToString("{0:yyyy-MM-dd HH:mm:ss}"); //返回string类型string.Format("{0:yyyy-MM-dd HH:mm:ss}",DateTime.Now);
分类:其他好文   时间:2014-04-29 11:42:47    阅读次数:408
[主机/oracle/msyql] 监控脚本
为了方便自己测试和监控,写了三个监控的脚本。 分别监控: 主机【cpu,mem,disk,fs,net】 oracle mysql 脚本如下:hmon.py: monitor Linux os system including cpu,memory,disk,net,file s...
分类:数据库   时间:2014-04-28 01:27:52    阅读次数:765
Conceptual blockbusting- chap2 perceptual blocks
Page 30Perceptual blocks are obstacles that prevent the problem-solver from clearly perceiving either the problem itself or the information needed to ...
分类:其他好文   时间:2014-04-28 00:54:37    阅读次数:403
oracle热点表online rename
对于在线的繁忙业务表的任何操作都可能带来意想不到的风险。一张业务表,对partition key进行升位,其步骤是:rename原表新建临时表交换分区到临时表升位临时表的字段的长度交换临时表到第二张临时表rename第二种临时表为业务表整个的操作过程如果顺利,预计在10s左右,如果放在文件中,速度会...
分类:数据库   时间:2014-04-27 22:32:31    阅读次数:776
自定义提示框
思路利用VA_LIST可变参数,自定义欲提醒信息。 1 // 信息提示框 2 void CDECL AlertBox(TCHAR *Format, ...) 3 { 4 TCHAR buf[1024]; 5 va_list pArglist; 6 va_start(pArgl...
分类:其他好文   时间:2014-04-27 21:34:07    阅读次数:459
Ubuntu部分命令的使用简介
1、lsusb #查看系统中的usb设备lsusb –v #查看详细的usb设备信息2、ubuntu mount u盘 第一步:查看U盘信息sudo fdisk -l 得到类似下面这样的信息Disk /dev/sdb: 8027 MB, 8027897856 byt...
分类:其他好文   时间:2014-04-27 17:36:21    阅读次数:478
19010条   上一页 1 ... 1899 1900 1901
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!