自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

xinem的专栏

在别人的生活里跑龙套,不如精彩地做自己!

  • 博客(7)
  • 资源 (9)
  • 收藏
  • 关注

原创 Linux 系统库函数 -- dup 和 dup2

    The dupsystem calls provide a way of duplicating a file descriptor, giving us two or more different descriptors that access the same file. These might be used for reading and writing to different locations in the file. The dupsystem call duplicates a f

2010-11-26 14:17:00 1086

原创 Linux系统库函数 -- lseek函数用法

所有打开的文件都有一个当前文件偏移量(current file offset),以下简称为 cfo。cfo 通常是一个非负整数,用于表明文件开始处到文件当前位置的字节数。读写操作通常开始于 cfo,并且使 cfo 增大,增量为读写的字节数。文件被打开时,cfo 会被初始化为 0,除非使用了 O_APPEND 。     使用 lseek 函数可以改变文件的 cfo 。         #include         off_t lseek(int filedes, off_t offset,

2010-11-26 14:10:00 27638 1

原创 减少系统调用次数以提高系统效率

以文件拷贝为例: We’ll do this in a number of ways during this chapter to compare the efficiency of each method. For brevity, we’ll assume that the input file exists and the output file does not, and that all reads and writes succeed. Of course, in real-life p

2010-11-26 12:21:00 1526

原创 Linux 文件、文件夹默认权限

•若用户建立为”文件”则默认“没有可执行(x)项目”,即只有rw这两个项目,也就是最大为666分,默认属性如下: -rw-rw-rw- • 若用户建立为”目录”,则由于x与是否可以进入此目录有关,因此默认为所有权限均开放,即为777分,默认属性如下: drwxrwxrwx

2010-11-26 11:28:00 1561

原创 Linux 文件操作库函数 -- ioctl

    ioctl is a bit of a ragbag of things. It provides an interface for controlling the behavior of devices and their descriptors and configuring underlying services. Terminals, file descriptors, sockets, and even tape drives may have ioctlcalls defined for

2010-11-26 11:24:00 1309

原创 Linux 文件操作库函数 – close

We use closeto terminate the association between a file descriptor, fildes, and its file. The file descriptor becomes available for reuse. It returns 0 if successful and -1 on error. #include int close(int fildes); Note that it can be import

2010-11-26 11:13:00 913

原创 umask

The umask is a system variable that encodes a mask for file permissions to be used when a file is cre- ated. You can change the variable by executing the umask command to supply a new value. The value is a three-digit octal value. Each digit is the re

2010-11-26 11:06:00 559

Middlegen for Hibernate

Middlegen for Hibernate,用于从数据库导出配置文件,用于Hibernate,需要用到mysql的jdbc驱动和ant。

2010-02-15

jQuery 1.4 中文文档 (chm格式)

jQuery 1.4 中文文档 (chm格式),比较适合初学者。

2010-02-15

Flex 3 拖放实现

Flex 3 实现的拖放示例,很简单,可以移植到自己的程序中,Web形式和AIR形式都可以使用。

2010-02-04

教程----LCDS实现Flex与Java通信

教程----LCDS实现Flex与Java通信 比较基础,不会大家Q我:174333033

2009-03-13

roboform 6.9.91 自动填表工具

AIRoboForm 最好的网页填表工具,点一下就可以填完整页表格.每个站都可设不同的密码 , 而且不用手 keyin 更增加了一层防护,是集成人工智能的密码管理和一键填表工具. RoboForm具有以下功能: 记忆在线密码. 自动登录网站. 生成随机安全密码.通过身份管理自动填写注册表格.使用DES加密敏感的信息. 打印密码列表. 轻松备份和还原密码个人版(有一些限制)免费使用非常规范:没有广告,没有监测. 支持安装IE, OL, AOL8, MSN, MSN8, NN7, Mozilla等浏览器的Windows操作系统.现在已开始支持MYIE游览器了.强呀。

2008-12-15

Flash Player 10 Debug版本 ActiveX

Flash Player 10 Debug版本ActiveX 用于Flex builder中调试flash

2008-12-11

JSP+JavaBean做的一个简单的网上书店

用JSP+JavaBean做的一个简单的网上书店,完成了主要功能,还有些功能有问题,供大家学习。 使用的Mysql数据库 文件中提供了使用说明

2008-12-05

清华编译原理第二版完整答案

很多编译这本数的答案都不完整,这是整理后完整的答案。

2008-09-25

Java EE API(chm)

从官方下载到的J2EE的类库,已经压缩成chm文件。

2008-08-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除