先试下 globals.lua, 这个是从 Lua1.0 那里拷贝过来的。因为在 Lua1.0 里对这个程序的输出有点疑问,所以这里再执行一下它。 源代码如下: --------------------------- $debug k,v=nextvar(k) while k do ?pri...
分类:
其他好文 时间:
2014-09-09 09:12:38
阅读次数:
243
Linux mint cinnamon how to customize theme Linux mint have two style theme- system theme and user theme eg: system setting->themes like picture below: Void is user theme and the other is system the...
分类:
系统相关 时间:
2014-09-09 09:12:18
阅读次数:
275
voiddraw(){
rect(20,20,60,60);
}
voidmousePressed(){
link("http://processingjs.org");
}
link(url);
link(url,target)
分类:
其他好文 时间:
2014-09-09 09:11:08
阅读次数:
185
voidsetup(){size(200,200);rectMode(CENTER);noFill();translate(100,100);for(inti=1;i<16;i++){rotate((PI/16)*i);rect(0,0,100,100);}}
分类:
其他好文 时间:
2014-09-09 09:10:58
阅读次数:
211
voidsetup(){size(200,200,P3D);noFill();smooth();}voiddraw(){background(0);translate(width/2,height/2,-(width/2));rotateY(map(mouseX,0,width,-PI,PI));stroke(100);box(150);rotateX(map(mouseY,0,height,-PI,PI));stroke(150);box(75);}
分类:
其他好文 时间:
2014-09-09 09:10:49
阅读次数:
348
怪不得oldboy不支持初学者用RHEL。这段时间在2台虚拟机上分别通过CentOS5.8和RHEL6.0安装nagios的客户端,CentOS一切顺利。但是,RHEL不断给我制造麻烦。前几天在RHEL环境yum安装mysql遇到问题,耽误2天时间。昨晚又因为在RHEL上安装dos2unix命令,昨晚加上今天下午又折腾1个小..
分类:
其他好文 时间:
2014-09-09 09:10:39
阅读次数:
749
网站建设:运用php上传大文件配置方法如下:翻开php.ini,1.第一找出fileuploads区域,有影响文件上传的以下几个参数:file_uploads=on;能否准许经过http上传文件的开关。默许为on即是开upload_tmp_dir;文件上传至服务器上存储临时文件的地方,假设没指定就会用系统默许的临时文..
分类:
Web程序 时间:
2014-09-09 09:10:28
阅读次数:
294
phpsocket通信机制实例说明与代码----什么是socket所谓socket一般也称作"套接字",用于描述ip地址和端口,是一个通讯链的句柄。使用程序一般经过"套接字"向network发出请求也许应对network请求。说白了就是一种通讯机制。它类似于银行,电信啊这一些部分的电话客服业务单元。您..
分类:
Web程序 时间:
2014-09-09 09:10:19
阅读次数:
246
今天给php编译安装Fileinfo的时候,报configure:WARNING:Youwillneedre2c
0.13.4orlaterifyouwanttoregeneratePHPparsers.看了下说是要re2c这个东西.解决办法:wgethttp://sourceforge.net/projects/re2c/files/re2c/0.13.5/re2c-0.13.5.tar.gz/downloadtarzxfre2c-0.13.5.tar.gz..
分类:
Web程序 时间:
2014-09-09 09:10:09
阅读次数:
256