一

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


  • Home

  • Archives
  • Search

modifying the query string in mod_rewrite of apache2

Posted on 2011-07-02   |   In linux

RewriteRule backreferences

These are backreferences of the form $N (0 <= N <= 9), which provide access to the grouped parts (in parentheses) of the pattern, from the RewriteRule which is subject to the current set of RewriteCond conditions..

RewriteCond backreferences

These are backreferences of the form %N (1 <= N <= 9), which provide access to the grouped parts (again, in parentheses) of the pattern, from the last matched RewriteCond in the current set of conditions.

By default, the query string is passed through unchanged. You can, however, create URLs in the substitution string containing a query string part. Simply use a question mark inside the substitution string to indicate that the following text should be re-injected into the query string. When you want to erase an existing query string, end the substitution string with just a question mark. To combine new and old query strings, use the [QSA] flag.

Read more »

globaleval function of jquery changed in version 1.6

Posted on 2011-07-02   |   In jquery

globalEval function of jquery before version 1.6, such as 1.5.2 and 1.2.6, source code:

Read more »

rails-3.0.7 在ubuntu-11.04中安装问题

Posted on 2011-07-02   |   In ruby

rails-3.0.7安装问题

Read more »

configure php xdebug in ubuntu-11.04

Posted on 2011-05-18   |   In php

先安装php和xdebug,并配置php.ini文件。

Read more »

get window scroll bar width

Posted on 2011-04-19   |   In javascript

浏览器因为操作系统或者系统主题不同,导致当前窗口中的scrollbar的宽度不一致,在web应用中影响了页面布局,下述方法可以获取到当前浏览器的滚动条宽度:

Read more »
1…424344…99
yuweijun

yuweijun

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