码迷,mamicode.com
首页 >  
搜索关键字:could you do me a favor    ( 45411个结果
When Things Get Very Creative With The Iconic Bags
Although laptop bags shoulder should be well prepared, should not be too great because it allows you to move freely in the laptop. If it is possible t...
分类:其他好文   时间:2014-05-16 04:37:59    阅读次数:440
simplelogger
贵灯提供的简单打印函数,非原创; 注意: do{}while(false); 的使用(内部多个判断,用 do false 中的 break 可以避免使用 if true 引起的嵌套层数过多); 关键段 CRITICAL_SECTION 的使用,封装了 lock 和 unlock 函数; 不定长参数 ...
分类:其他好文   时间:2014-05-16 04:26:20    阅读次数:321
js动态加载控件jsp页面
例子1:(具体参照drp中的flow_card_add.jsp) cell0 cell1 cell2 例子2: /news.do?method=add" method="post" enctype="multipart/form-data"> 新闻标题 ...
分类:Web程序   时间:2014-05-16 03:57:52    阅读次数:442
url-pattern配置
/a /ff.do *do这三种写法是对的
分类:其他好文   时间:2014-05-15 21:58:05    阅读次数:250
zoj 3386 Trick or Treat 三分 求最大值的 最小值
题目来源:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=3963题意: 给定 N 个不同的点, 求在x轴上的 一点, 使 这点到N个点的 距离 最大 的 最小值。f(x) = max(i){ (xi - x) ^2 + yi ^...
分类:其他好文   时间:2014-05-15 21:39:24    阅读次数:314
Extending your SharePoint 2007 site with Microsoft ASP.NET AJAX 3.5
After ASP.NET 3.5 has been installed you need to modify the web.config file of your MOSS web site with a few Ajax specific entries. Typically, the web...
分类:Web程序   时间:2014-05-15 21:16:22    阅读次数:528
bash 编程 for
for变量in列表;do语句1语句2done列表的生成逐个给出如/etc/inittab/etc/使用通配符如forfilein/var/*使用命令如forfilein`ls/var`数字序列{起始数字..结束数字}如{1..100}或者`seq起始步长步长结束步长`使用for循环遍历目录#!/bin/bash #version:0.1 #author:ml #pragram:this..
分类:其他好文   时间:2014-05-15 12:40:38    阅读次数:280
java 初级02
1.为什么使用循环结构? 主要解决代码重复使用时的多次书写。2.循环有些? java循环有while for do...while foreach四种3.while 循环条件和循环体是循环的两个关键。 循环条件都市boolean类型的表达式。循环条件成立,则执行循环体,循环体执行结束,再判断条件,如...
分类:编程语言   时间:2014-05-15 09:45:01    阅读次数:271
shell脚本-批量telnet
由于现网有时候要测试很多端口的连通性,所以就写了个小脚本,实现批量测试将telnet成功的写入到telnet_alive.txt中,失败则写入telnet_die.txt中#!/bin/bash#thisscripttestUPtootherhost.#Iplist=/opt/script_test/iplist.dataPortnumber=7001foripin$(catiplist.data)do(slee..
分类:Web程序   时间:2014-05-15 08:46:11    阅读次数:385
hdu 1867 A + B for you again
题目:     链接:...
分类:其他好文   时间:2014-05-14 23:53:03    阅读次数:482
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!