The title sounds a bit awkward, let my briefly explain what is it all about.In my program, I want to wait for user input, but at the same time, I want...
分类:
其他好文 时间:
2014-10-17 01:19:53
阅读次数:
434
begin --main函数 ?? for a in 1..9 loop ?????? for b in 1..9 loop ??????????? for c in 1..9 loop ???????????????? if 11*a+11*b+11*c = 100*a+10*b+c then? ?????...
分类:
其他好文 时间:
2014-10-15 20:37:21
阅读次数:
226
作业:闪回表实验
1.构造测试表flb_test,数据不小于10000行;
create">TEST_USER1@PROD>create table flb_test(id number,dd date);
Table created.
begin">TEST_USER1@PROD>begin
2 for i in 1..10000
3 loop
4 inser...
分类:
数据库 时间:
2014-10-14 11:53:58
阅读次数:
277
How do I use bash for loop to repeat certain task under Linux / UNIX operating system? How do I set infinite loops using for statement? How do I use t...
分类:
其他好文 时间:
2014-10-14 05:05:07
阅读次数:
249
今天用PHPCMS做一项目时,需要实现在首页调用全站文章的需求,但是PHPCMS没有现成的标签可以拿来用,看了下默认的首页模板,有这么一段代码:{pc:contentaction="hits"catid="6"num="10"order="viewsDESC"}{loop$data$r}<li><ahref="{$r[url]}"target="_blank">{$r..
分类:
其他好文 时间:
2014-10-13 12:06:29
阅读次数:
157
while(1)
{
}
for(;;)
{
}
Loop:
...
goto Loop;...
分类:
其他好文 时间:
2014-10-11 23:09:46
阅读次数:
162
跟TP、CI框架不同,phpcmsv9分配变量的方式是:控制器中声明了变量$a='zrp'或$data=array('aa','bb');在模板中就可以直接输出:字符串:{$a}数组:遍历{loop $data $key $val} {$val}{/loop}
分类:
Web程序 时间:
2014-10-11 18:44:15
阅读次数:
201
用双LOOP的方法实现两个内表匹配筛选性能不高,可以换成下面LOOP READ TABLE的方法...
分类:
其他好文 时间:
2014-10-11 17:45:15
阅读次数:
553
一、同时调用多个栏目的文章,文章前显示栏目名称:{pc:getsql="select*fromv9_newswherecatidin(61,62,63,64,65)orderbyiddesc"num="10"return="data"}{loop$data$n$r}[{$categorys[$r[‘catid‘]][‘catname‘]}]{str_cut($r[title],27,‘‘)}{/loop}{/pc}复制代码二、不同栏目不同推..
分类:
其他好文 时间:
2014-10-10 20:30:34
阅读次数:
148
Thread message loop for a thread with a hidden window?I have a Delphi 6 application that has a thread dedicated to communicating with a foreign applic...