06 2008 档案
摘要:using system; using system.net; using system.io; using system.text; [stathread] static void main(string[] args) { // // todo: 在此处添加代码以启动应用程序 // string url="http://localhost/csdn2/1.asp"; // string...
阅读全文
摘要:最近一直在搞discuz论坛,使用mysql+php 由于mysql默认的字符集编码为latin ,而我们一般使用的是gbk 或者 gb2312编码 所以不改过来容易造成乱码 我用的是mysql 5.0 安装程序安装的 ,安装目录在C:\Program Files\MySQL\MySQL Server 5.0 请到这个目录下面找到 my。ini文件 修改default-characte...
阅读全文
摘要:乱码产生原因 mysql字符编码是版本4.1引入的,支持多国语言,而且一些特性已经超过了其他的数据库系统。 我们可以在MySQL Command Line Client 下输入如下命令查看mysql的字符集 mysql> SHOW CHARACTER SET; +----------+-----------------------------+---------------------+-...
阅读全文
摘要:本文介绍的是Windows 2000下PHP+IIS的安装方法(ISAPI方式) 1,把php-5.0.0-Win32.zip解压放到C:\php 2,php.ini-dist改名为php.ini,找到第438行改成 extension_dir = c:\php\ext 3,去掉565行;extension=php_mysql.dll前面的";"注释符号 4,复制php.ini到Winnt目录下...
阅读全文
摘要:
阅读全文
摘要:CSS filters are a great way to add effects to text, images and other aspects of a webpage without having to make special graphics. Filters only work on Internet Explorer 4.0+, and only work on text if...
阅读全文
摘要:厌倦了在图片处理软件上给每张图片加上边框修饰?让CSS帮你一把吧!嘿嘿,看看下面的几张效果图,边框都不是用图片做的,很方便吧? 文字块的应用效果 NARROW This is the text that goes in the middle. MEDIUM Another box that has a bit more text so that the box will be ...
阅读全文
摘要:用HttpWebRequest POST数据时POST数据被截掉了。使用HTTPLook跟踪出来的HTTP头信息 POST /sp/SPLogin HTTP/1.1 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-excel, ap...
阅读全文
摘要:原文出自:A List Apart 作者:Sergio Villarreal 中文翻译:onestab [2004.02.28] “…假如有一种技术,用 CSS 对任意块级元素灵活地添加阴影,而且能随着内容的大小自动扩展,还要适用于大多数流行的浏览器,那该有多好!不信么?告诉您,只需写几行代码就能做到。” 阴影效果成了平面设计的一个套路,平面设计师把它当作瑞士军刀的起子,随处使用,尽管招致不少...
阅读全文