MultipleTime Limit:2 SecMemory Limit:64
MBSubmissions:197Solved:35DescriptionRocket323loves math very much. One
day,Rocket323got a number string. He c...
分类:
其他好文 时间:
2014-06-07 04:33:31
阅读次数:
250
这几天都有一些任务要跟, 把ios的学习拉后, 看看要抓紧咯,
看看轮到的学习的是UITableView。BIDViewController.h#import @interface BIDViewController :
UIViewController@property (copy, nonato...
分类:
移动开发 时间:
2014-05-31 11:27:25
阅读次数:
386
vim mysql.sh#!/bin/bashDAY=`date
+%Y-%m-%d`//日期以年月日显示并赋予DAY变量SIZE=`du -sh
/var/lib/mysql//查看mysql的大小并且赋予变量SIZEecho "Date :$DAY" >>
/tmp/mysqlbak.txt//...
分类:
数据库 时间:
2014-05-30 07:14:46
阅读次数:
240
Finding NemoTime Limit: 2000MSMemory Limit:
30000KTotal Submissions: 7372Accepted: 1714DescriptionNemo is a naughty boy. One
day he went into the deep...
分类:
其他好文 时间:
2014-05-29 09:36:17
阅读次数:
355
题目: 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
华硕今天举行互联云伙伴大会(ASUS Cloud
Day),宣布「华硕互联云」策略,云端总经理吴汉章表示,华硕目前拥有超过3000万个人云端用户,目标年底5000万户。
分类:
其他好文 时间:
2014-05-28 13:23:19
阅读次数:
321
题目链接题意: find the maximum positive difference
between the price on the ith day and the jth day附上代码: 1 class Solution { 2
public: 3 int maxProfit(ve...
分类:
其他好文 时间:
2014-05-28 03:49:45
阅读次数:
307
题目: Say you have an array for which the ith element
is the price of a given stock on day i. If you were only permitted to complete
at most one transac...
分类:
其他好文 时间:
2014-05-28 00:55:20
阅读次数:
288
题目: 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 00:53:26
阅读次数:
338
date()函数用于格式化时间或日期date(format,timestamp)mktime()函数可为指定的日期返回Unix时间戳mktime(hour,minuite,second,mouth,day,year,is_dst)include和require语句用于在执行流中向其他文件插入有用的代...
分类:
Web程序 时间:
2014-05-27 16:59:04
阅读次数:
278