一

{"type":"编程笔记"}


  • Home

  • Archives
  • Search

php 301 permanently redirect [php5.1 manual]

Posted on 2008-04-05   |   In php

PHP下的301重定向

Read more »

get unicode string using fromcharcode and charcodeat in javascript

Posted on 2008-04-03   |   In javascript

字符串和unicode编码、html character entity码之间的转换方式

Read more »

difference of \b and [\b] in javascript

Posted on 2008-04-03   |   In javascript

\bMatch a word boundary. That is, match the position between a \w character and a \W character or between a \w character and the beginning or end of a string. (Note, however, that [\b] matches backspace.)

Read more »

load a track link when window.onunload

Posted on 2008-04-02   |   In javascript

When close this window or leave this page will get request below, this trick may be cause bad user experience, and Opera will ignore it:

Read more »

simple javascript inheritance

Posted on 2008-03-22   |   In javascript

John Resig published a great article on his blog, which brought out a smiple javascript inheritance resolution:

Read more »
1…798081…99
yuweijun

yuweijun

492 posts
12 categories
RSS
GitHub Twitter
© 2021 yuweijun
Powered by Hexo
Theme - NexT.Mist.KISS