随笔分类 -  coding

HTML页面跳转的5种方法
摘要:下面列了五个例子来详细说明,这几个例子的主要功能是:在5秒后,自动跳转到同目录下的hello.html(根据自己需要自行修改)文件。1) html的实现 1 2 3 4 5 6 <head> <!-- 以下方式只是刷新不跳转到其他页面 --> <meta http-equiv="refresh" c 阅读全文

posted @ 2016-04-20 17:30 SYSTEM ADMINISTRATION

安装gcc4.1.2
摘要:1. 下载gcc4.1.2源代码cd到${srcdir}目录下,下载源代码包wget http://ftp.gnu.org/gnu/gcc/gcc-4.1.2/gcc-4.1.2.tar.bz2tar jxf gcc-4.1.2.tar.bz22. 配置新建编译目录${objdir},在${objdir}目录进行配置:prefix设置安装目标目录${destdir}ln -s /usr/lib64/crti.o /usr/lib/crti.o../gcc-4.1.2/configure --prefix=${destdir} --enable-shared --enable-threads=p 阅读全文

posted @ 2013-04-11 16:19 SYSTEM ADMINISTRATION

Characters vs. Bytes
摘要:Characters vs. Bytes SearchThis is the first of a three-part essay on modern character string processing for computer programmers. Here I explain and illustrate the methods for storing Unicode charact... 阅读全文

posted @ 2009-08-09 23:32 SYSTEM ADMINISTRATION

导航