Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2404306
  • 博文数量: 328
  • 博客积分: 4302
  • 博客等级: 上校
  • 技术积分: 5486
  • 用 户 组: 普通用户
  • 注册时间: 2010-07-01 11:14
个人简介

悲剧,绝对的悲剧,悲剧中的悲剧。

文章分类

全部博文(328)

文章存档

2017年(6)

2016年(18)

2015年(28)

2014年(73)

2013年(62)

2012年(58)

2011年(55)

2010年(28)

发布时间:2015-11-11 02:21:09

While it is probably better to run a PSGI based server, than a CGI-based server it can be also very useful to learn how to write CGI scripts. Especially if you need to maintain one.This article will help you set up an Apache web server to run CGI scripts.Background start .........【阅读全文】

阅读(7645) | 评论(0) | 转发(0)

发布时间:2015-11-09 23:45:59

我们在通过文件句柄读取文件内容的时候,一般都是顺序读取的。其实 Perl 中提供了改变读取位置的方法,就是 seek 函数。seek 函数的使用方法是:seek FILEHANDLE,POSITION,WHENCE其中,position 代表偏移的字节数,whence 有三种选择,分别是SEEK_SET, 也就是 0,代表文件开头SEEK_CUR, 也就是 .........【阅读全文】

阅读(2198) | 评论(0) | 转发(0)

发布时间:2015-08-27 15:07:17

查看提交历史......【阅读全文】

阅读(1600) | 评论(0) | 转发(0)

发布时间:2015-07-14 16:15:43

简单的来说,反射机制指的是程序在运行时能够获取自身的信息。在java中,只要给定类的名字,那么就可以通过反射机制来获得类的所有信息.......【阅读全文】

阅读(1571) | 评论(0) | 转发(0)

发布时间:2015-07-13 16:27:14

JSON (JavaScript Object Notation) is text-based lightweight technology for generating human readable formatted data. JSON represent object data in the form of key-value pairs. We can have nested JSON objects too and it provides an easy way to represent arrays also.......【阅读全文】

阅读(3003) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册