码迷,mamicode.com
首页 >  
搜索关键字:complete    ( 2283个结果
Sharepoint 包括元数据的列表定义
http://www.sharepointconfig.com/2011/03/the-complete-guide-to-provisioning-sharepoint-2010-managed-metadata-fields/
分类:其他好文   时间:2014-12-29 18:13:32    阅读次数:106
Best Time to Buy and Sell Stock(动态规划)
Say you have an array for which theithelement is the price of a given stock on dayi.If you were only permitted to complete at most one transaction (ie...
分类:其他好文   时间:2014-12-28 18:12:08    阅读次数:170
LeetCode31:Best Time to Buy and Sell Stock
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 transaction (ie, buy one and sell one share of the stock),...
分类:其他好文   时间:2014-12-26 16:41:15    阅读次数:136
自己喜欢的编辑器字体设置
做程序员有一段时间了,也有自己的喜好,比如,sublime编辑器,就很喜欢以下这种设置的字体:{ "auto_close_tags": true, "auto_complete": true, "auto_match_enabled": true, "color_scheme": "Packages...
分类:其他好文   时间:2014-12-25 20:01:37    阅读次数:158
Linux 下python 如何设置使用tab键
首先在家目录下创建一个隐藏文件,vi~/.pythonstartup,内容如下:#pythonstartupfileimportreadlineimportrlcompleterimportatexitimportos#tabcompletionreadline.parse_and_bind(‘tab:complete‘)#historyfilehistfile=os.path.join(os.environ[‘HOME‘],‘.pythonhistory‘)try:..
分类:编程语言   时间:2014-12-25 18:40:10    阅读次数:159
[C++]LeetCode: 54 Best Time to Buy and Sell Stock
题目: 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 transaction (ie, buy one and sell one share of the ...
分类:编程语言   时间:2014-12-25 16:25:25    阅读次数:146
boost安装
下载 http://www.boost.org/ 安装 文件解压在/usr/local/目录下 在/usr/local/boost-*目录下,执行./bootstrap.sh 在/usr/local/boost-*目录下,执行sudo ./bjam  --layout=versioned --build-type=complete --toolset=gcc install  在/...
分类:其他好文   时间:2014-12-25 14:34:17    阅读次数:177
SQL Server2008查询备份进度
方法一:selectcommand,percent_complete,running_time=convert(varchar,((datediff(s,start_time,getdate()))/3600))+‘hour,‘+convert(varchar,((datediff(s,start_time,getdate()))%3600/60))+‘min,‘+convert(varchar,((datediff(s,start_time,getdate()))%60))+‘sec‘,est_ti..
分类:数据库   时间:2014-12-24 18:27:08    阅读次数:226
StackOverFlow 最有影响力的IT书箱
参考:http://stackoverflow.com/questions/1711/what-is-the-single-most-influential-book-every-programmer-should-readCode Complete (2nd edition) by Steve M...
分类:其他好文   时间:2014-12-24 13:17:55    阅读次数:239
leetcode:Best Time to Buy and Sell Stock II
Say you have an array for which theithelement is the price of a given stock on dayi.Design an algorithm to find the maximum profit. You may complete a...
分类:其他好文   时间:2014-12-24 11:20:46    阅读次数:184
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!