CQ-CSER

计算机爱好者

text-indent隐藏文字(以图换字)

Posted on | 十二月 7, 2009 | No Comments

以图换字是CSS布局中非常常用的一种手段,因为图片文字有时候比可选的文字的表达效果更好!
  因此,某些文字标题是用图片来表达的。但写一个img标签实在不雅,为了照顾蜘蛛,我们使用浏览器障眼法。
  于是用最常用的text-indent: Read more

JavaScript 读写文件

Posted on | 十二月 7, 2009 | No Comments

<script>
/*
object.OpenTextFile(filename[, iomode[, create[, format]]]) Read more

HTTP请求模型简介

Posted on | 十二月 7, 2009 | No Comments

一、连接至Web服务器
一个客户端应用(如Web浏览器)打开到Web服务器的HTTP端口的一个套接字(缺省为80)。

例如:http://www.myweb.com:8080/index.html
在Java中,这将等同于代码:
Soceet socket=new Socket(“www.myweb.com”,8080);
InputStream in=socket.getInputStream();
OutputStream out=socket.getOutputStream(); Read more

Apache2的httpd.conf翻译

Posted on | 十二月 6, 2009 | No Comments

Apache2的httpd.conf翻译 Read more

c#压缩与解压缩(续)

Posted on | 十二月 5, 2009 | 1 Comment

前一篇的调用注册表键值或方式有问题 Read more

C#枚举硬件设备

Posted on | 十二月 5, 2009 | No Comments

《C#枚举硬件设备(升级版)》源码 Read more

asp.net(c#)利用RAR实现文件压缩

Posted on | 十二月 5, 2009 | 1 Comment

3种方法.C#调用RAR压缩与解压 大同小异 Read more

DES加密解密函数 收藏 c#

Posted on | 十二月 5, 2009 | No Comments

Read more

VB调用WINRAR

Posted on | 十二月 5, 2009 | 4 Comments

很老的东西了 Read more

ASP程序的安装问题.恰巧今天看到一篇文章,拿来与大家一起分享

Posted on | 十二月 5, 2009 | No Comments

 

用InstallShield 进行 ASP 软件的打包和自动安装 Read more

  • Archives

  • SUNSHINE

  • About

    本博客采用创作共用版权协议,要求署名、非商业用途和保持一致. 转载本博客内容也遵循“署名-非商业用途-保持一致”的创作共用协议.

    订阅

    Search

    Admin