码迷,mamicode.com
首页 >  
搜索关键字:done    ( 2584个结果
HDU1950-Bridging signals-最长上升子序列
Description 'Oh no, they've done it again', cries the chief designer at the Waferland chip factory. Once more the routing designers have screwed up completely, making the signals on the chip connec...
分类:其他好文   时间:2015-08-02 08:57:33    阅读次数:181
oracle 10g不支持 continue解决方法
解决方案如下 :采用goto进行跳转DECLARE done BOOLEAN; BEGIN FOR i IN 1..50 LOOP IF done THEN GOTO end_loop; END IF; <> -- not allowed unless an executable statement follows...
分类:数据库   时间:2015-07-31 16:26:43    阅读次数:140
ZTD 简单做十个好习惯总结
更简单,更具行动力的终极高效系统:Zen To Done(简易做)    经过两个月的时间,简单做(ZTD)系列终于完结。希望这一套系统确实使你有所帮助。简单做(ZTD)系列主要介绍了时间管理的十个好习惯的培养,弥缝将在这篇文章中,将对每个习惯做一个简介,具体的请参考全文。     在培养简单做(ZTD)的十个习惯时,希望你能每次只培养一个好习惯,并且坚持至少30天。推荐阅读弥缝写的《...
分类:其他好文   时间:2015-07-31 14:54:57    阅读次数:112
Bridging signals
Time Limit: 5000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 1079    Accepted Submission(s): 704 Problem Description 'Oh no, they've done it again', ...
分类:其他好文   时间:2015-07-30 23:28:01    阅读次数:149
Cross Validation done wrong
Cross Validation done wrongCross validation is an essential tool in statistical learning1to estimate the accuracy of your algorithm. Despite its great...
分类:其他好文   时间:2015-07-30 20:51:38    阅读次数:220
ApplicationIdle
ApplicationIdle不忙的时候调用此事件::Fmx::Forms::Application->OnIdle = ApplicationIdle;void __fastcall TForm1::ApplicationIdle(TObject *Sender, bool &Done){ ...
分类:移动开发   时间:2015-07-30 20:47:56    阅读次数:134
Linux的shell中echo改变输出显示样式
Linux的shell中echo改变输出显示样式echo-e"\033[32;49;1m[DONE]\033[39;49;0m"或echo-e"\e[32;49;1m[DONE]\033[39;49;0m"输出结果:[DONE]文本终端的颜色可以使用“ANSI非常规字符序列”来生成。举例:echo-...
分类:系统相关   时间:2015-07-30 19:24:09    阅读次数:153
HDU 1950 Bridging signals(LIS O(nlogn))
Bridging signalsProblem Description'Oh no, they've done it again', cries the chief designer at the Waferland chip factory. Once more the...
分类:其他好文   时间:2015-07-30 13:10:55    阅读次数:167
批量查询ip地址的归属地
#!/bin/bash #批量查找ip地址所在地 whilereadi do sring=`curl-s"http://ip138.com/ips138.asp?ip=${i}&action=2"|iconv-fgb2312-tutf-8|grep‘1.‘|awk-F‘[<>]+‘‘{printsubstr($7,7)}‘|grep-v"^$"|sed-n‘4p‘` echo$i$sring done</etc/ip.txt
分类:其他好文   时间:2015-07-30 02:18:12    阅读次数:616
linux 笔记--while循环、函数和进程管理
while:break:提前退出循环continue:提前结束循环,而进入下一轮循环while:;do********done(死循环)函数:function代码重复使用,结构化,不能单独运行,需要被调用时才可以被使用1.function函数名{2.function(){******************}}return#:自定义返回值OS=kernel(..
分类:系统相关   时间:2015-07-29 06:46:40    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!