好好学习c#代码,学了怎么调用类using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace robot{
class Program { static...
分类:
其他好文 时间:
2014-05-15 10:45:07
阅读次数:
263
try catch finally 语句中
如果try中有返回语句,如果在fianlly代码块中有对这个值修改的话,并不影响其放回值public class Test { public static
void main(String[] string){ System.out.p...
分类:
其他好文 时间:
2014-05-15 10:38:40
阅读次数:
209
1 public class SlectedSort 2 { 3 public static void
sort(int[] a) 4 { 5 int N = a.length; 6 for (int i = 0; i < N; i++) 7 ...
分类:
其他好文 时间:
2014-05-15 10:25:02
阅读次数:
142
public class Test { public static void
main(String[] string){ int i = Integer.MAX_VALUE; System.out.println(i); ...
分类:
其他好文 时间:
2014-05-15 10:13:33
阅读次数:
224
在配置apache服务时经常遇到DocumentRoot must be a
directory的错误提示,刚接触到apache时折腾了几个小时才找到错误的原因,出现这样的错误一般都是由于selinux的原因。SELinux(Security-Enhanced
Linux) 是美国国家安全局(NSA...
分类:
系统相关 时间:
2014-05-15 10:07:38
阅读次数:
561
public class Test{ public static void
main(String args[]){ int i[]= new int[1]; System.out.println(i.equals(0));
}}//false...
分类:
其他好文 时间:
2014-05-15 10:03:08
阅读次数:
216
haproxy调度算法有以下几种:一、roundrobin,表示简单的轮询。二、static-rr,表示根据权重。三、leastconn,表示最少连接者先处理。四、source,表示根据请求源IP。五、uri,表示根据请求的URI;六、url_param,表示根据请求的URl参数‘balanceurl_param‘requiresanURLparamet..
分类:
其他好文 时间:
2014-05-15 01:00:17
阅读次数:
237
LAMP系列之PHP编译过程中常见错误信息的解决方法在CentOS编译PHP5的时候有时会遇到以下的一些错误信息,基本上都可以通过yum安装相应的库来解决。以下是具体的一些解决办法:*******************************************************************************checkingforBZip2..
分类:
Web程序 时间:
2014-05-15 00:51:58
阅读次数:
445
使用flash插件上传,可能是很多人选择的方式,但是随之而来的session丢失问题也着实让人头疼swfupload代码如下:<scripttype="text/javascript"src="<?phpechobase_url();?>/static/js/swfupload/swfupload/swfupload.js"></script>
<scripttype="text/ja..
分类:
其他好文 时间:
2014-05-15 00:46:12
阅读次数:
263
下是centos6.4里安装vim配置操作命令[BEGIN]2014/5/13星期二上午10:08:54
[root@bogon~]#rpm-qa|grepvim
[root@bogon~]#yumremovevimvim-enhancedvim-commonvim-minimal
[root@bogon~]#wgetftp://ftp.vim.org/pub/vim/unix/vim-7.4.tar.bz2
[root@bogon~]#yumupdatewget
[root@..
分类:
其他好文 时间:
2014-05-15 00:36:45
阅读次数:
379