码迷,mamicode.com
首页 >  
搜索关键字:centos 7.0 hostname static    ( 78606个结果
CRC16 查表法
1 static const unsigned short crc16_table[256]= 2 { 3 0x0000, 0xC0C1, 0xC181, 0x0140, 0xC301, 0x03C0, 0x0280, 0xC241, 4 0xC601, 0x06C...
分类:其他好文   时间:2014-05-10 00:02:02    阅读次数:382
去除html标记和替换script标记
1: /// 2: /// 去除HTML标记 3: /// 4: /// 包括HTML的源码 5: /// 已经去除后的文字 6: public static string RemoveHTML(string Htmlstring) 7: { 8:...
分类:Web程序   时间:2014-05-09 23:51:01    阅读次数:404
Integer 内部实现
1 public static void main(String[] args) { 2 Integer in1 = 128; 3 Integer in2 = 128; 4 System.out.println(in1 == in2 ); 5...
分类:其他好文   时间:2014-05-09 23:50:29    阅读次数:270
使用增强for循环遍历集合的时候操作集合的问题?
1 // 遍历一个list 2 public static void printList(List list){ 3 for (String string : list) { 4 list.add("eeee"); // 运行错误 5 ...
分类:其他好文   时间:2014-05-09 23:31:33    阅读次数:467
centos增加软连接
#增加软连接ln -s /usr/local/git/bin/* /usr/bin/
分类:其他好文   时间:2014-05-09 23:26:47    阅读次数:313
.NET(C#):获取进程的内存私有工作集
将读取的数据写到log.txt文件中,先在工程下新建一个log.txt文件public class Program { public const string LOGGER_FILE = "log.txt"; public static void Logger(st...
分类:Web程序   时间:2014-05-09 23:03:52    阅读次数:843
在CentOS上安装Git(转)
CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。确保已安装了依赖的包yum install curl yum install curl-devel yum install zlib-devel yum install openssl-devel yum ...
分类:其他好文   时间:2014-05-09 22:59:31    阅读次数:391
centos vsftp 500 OOPS: cannot change directory
CentO中把vsftpd安裝配置好了,以為大功告成,但用FTP 登入出現下錯誤:500 OOPS: cannot change directoryCentOS系統安裝了SELinux,因為預設下是沒有開啟FTP的服務。//查看SELinux設置# getsebool -a|grep ftpftp_...
分类:其他好文   时间:2014-05-09 22:59:08    阅读次数:351
VS2010开发MFC ActiveX,摄像头拍照上传Webservice(2)
继续记录,第二步开发摄像头拍照功能.使用vfw.h开发摄像头拍照功能,关于vfw网上有很多文章,很多代码可以参考参考:http://blog.163.com/huangqiao_8/blog/static/33900492008017111847364/Vedio for Windows 是WIN3...
分类:Web程序   时间:2014-05-09 20:34:59    阅读次数:389
Linux - CentOS 6.3 (x86_64)安装过程详细图解
I:下载CentOS 6.3楼主已经从CentOS官方公布下载列表当中整理出了2个在国内的下载地址,这样就不需要为访问墙外的龟速网络而费心了。32位:下载地址1,下载地址264位:下载地址1,下载地址2这里我们开始了解一下LiveCD: Live CD,又译为自生系统,是事先存储于某种可移动存储设备...
分类:系统相关   时间:2014-05-09 19:19:40    阅读次数:487
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!