logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Html域名跳转

域名跳转代码基本上可以分为服务器端跳转和客户端跳转,两种代码是有不同区别的。第一种:域名在服务器端跳转Response.Redirect(http://将这里改成要跳转的域名)Response.End 第二种、如果你的域名要在客户端跳转,可以这样:language="javascript" type="text/javascript">window.location="h

ubuntu下设定系统locale,支持中文zh_CN.UTF-8

转自:http://www.1x3x.net/blog/linux-vps/2012/02/vps-how-to-set-locale-in-ubuntu.html先安装一下中文支持,如果喜欢繁体的,language-pack-zh-hantsudo apt-get install language-selector language-env language-pack-z

ubuntu下设定系统locale,支持中文zh_CN.UTF-8

转自:http://www.1x3x.net/blog/linux-vps/2012/02/vps-how-to-set-locale-in-ubuntu.html先安装一下中文支持,如果喜欢繁体的,language-pack-zh-hantsudo apt-get install language-selector language-env language-pack-z

Linux bash 部分命令学习

Linux Shortcuts and Commands:Linux Newbie Administrator Guideby Stan and Peter KlimasThis is a practical selection of the commands we use most often. Pressto see the listing of all availabl

#linux#bash
PHP5.3 安装Zend Optimizer(Zend Guard Loader)解决php乱码

转自:http://qiaodahai.com/linux-php-zend-guard-loader-installation-instructions.html从PHP5.3开始如果要支持ZendGuard加密的PHP代码,必须安装Zend Guard Loader,老的zend optimizer将不被支持。本文介绍如何在Linux系统中为PHP5.3安装Zend Gua

到底了