码迷,mamicode.com
首页 >  
搜索关键字:docker time activemq    ( 71642个结果
c++生成随机数
#include#include#include#define random(x) (rand()%x)void main(){ srand((int)time(0)); for(int x=0;x<10;x++) printf("%d/n",random(100...
分类:编程语言   时间:2014-06-29 15:34:25    阅读次数:302
Linux命令:cp、time、cut、awk 、获取文件大小命令
最近写了一个shell脚本,用到了cp、time、cut、awk命令,把他们的使用方法给写下来:1.cp和mvcp命令:用来完成文件的复制,从源文件夹复制到目标文件夹。执行后源文件夹和目标文件夹均有源文件。mv 命令:用来移动文件。执行后,源文件夹中没有源文件。我经常用mv命令来重命名文件注意:cp...
分类:系统相关   时间:2014-06-29 14:03:19    阅读次数:5085
time ctime
time_t time(time_t *t);如果t是空指针,直接返回当前时间。如果t不是空指针,返回当前时间的同时,将返回值赋予t指向的内存空间。函数: ctime功 能: 把日期和时间转换为字符串用 法: char *ctime(const time_t *time);#include#incl...
分类:其他好文   时间:2014-06-07 06:01:02    阅读次数:169
拓扑排序 --- 模板题
确定比赛名次Time Limit: 2000/1000 MS (Java/Others)Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 10536Accepted Submission(s): 4120Problem Des...
分类:其他好文   时间:2014-06-07 05:12:41    阅读次数:285
ytu 2558: 游起来吧!超妹!(水题,趣味数学题)
2558: 游起来吧!超妹!Time Limit:1 SecMemory Limit:128 MBSubmit:7Solved:3[Submit][Status][Web Board]Description夏天到了,无聊的超妹跑到了落雪湖里抓鱼吃。结果,游到湖的正中 央时被湖边保安看到了,保安要抓住...
分类:其他好文   时间:2014-06-07 05:12:02    阅读次数:249
LeetCode123:Best Time to Buy and Sell Stock III
题目: Say you have an array for which the ith element is the price of a given stock on day i. Design an algorithm to find the maximum profit. You may co...
分类:其他好文   时间:2014-05-28 22:37:18    阅读次数:327
systemtrace抓取方式
只需以下两行命令:$ cd android-sdk/platform-tools/systrace$ python systrace.py --time=10 -o mynewtrace.html sched gfx view wm--time=10 -----------------trace运行...
分类:其他好文   时间:2014-05-28 22:26:08    阅读次数:1421
Apache.NMS.Stomp 下载
最近项目中有用到ActiveMQ, MQ服务器61613的端口是用的STOMP协议, 原来项目中有使用MQ, 但发现缺少Apache.NMS.Stomp.dll的引用,于是上官网上找,结果发现所有的Apache.NMS.Stomp.dll下载链接都失效了,无奈,只好将源码下载回来自己编译。http:...
分类:其他好文   时间:2014-05-28 11:41:45    阅读次数:504
SQL 常用语句
–-表现最差的前10名使用查询SELECT TOP 10 ProcedureName = t.text, ExecutionCount = s.execution_count, AvgExecutionTime = isnull ( s.total_elapsed_time / s.executio...
分类:数据库   时间:2014-05-28 11:25:22    阅读次数:449
数论 --- 简单题
吃糖果Time Limit: 6000/3000 MS (Java/Others)Memory Limit: 65535/32768 K (Java/Others)Total Submission(s): 22376Accepted Submission(s): 6396Problem Descri...
分类:其他好文   时间:2014-05-28 11:11:43    阅读次数:194
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!