帖子列表

  • javascript实现urlencode & urldecode...

    ELM 发表于: 2008-04-29,

    URLEncode()function URLEncode (clearString) { var output = ''; var x = 0; clearString = clearString.toString(); var regex = /(^*)/; while (x < clearSt...

  • JavaScript控制父窗口内容的方法

    ELM 发表于: 2008-04-27,

    具体看代码: org 在:http://www.wenzk.net/bbs/thread-1103-1-1.html是关于如何控制子窗口内容的方法,这个是反过来控制父窗口的内容,打开文件, 点击 Open new window打...

  • javaScript控制打开子窗口内容

    ELM 发表于: 2008-04-27,

    详见代码: org 不做过多的解释了,这段代码很简单,运行代码,单击打开新窗口,然后点击原窗口的 test 按钮,新窗口的 org 改成 abc了。...

  • JavaScript窗口功能指南之操纵窗口...

    ELM 发表于: 2008-04-27,

    (作者:听风编译 2001年01月19日 11:35)   一旦你得到了表示窗口的变量,你就能通过各种方法来操纵它。在前面的介绍中,我们讨论过close()方法:   win = window.open("http://w...

  • JavaScript窗口功能指南之检查一个窗口是否...

    ELM 发表于: 2008-04-27,

    (作者:听风编译 2001年01月19日 11:35)   当你创建一个新窗口时,给open()方法的返回值分配一个变量非常重要。比如,下面的语句创建一个新窗口,然后立即关闭它:   win = window...

  • JavaScript窗口功能指南之打开一个新窗口...

    ELM 发表于: 2008-04-27,

    (作者:听风编译 2001年01月19日 11:35)   当你点击一个简单的链接打开一个新窗口时,你没有对新窗口任何控制权。浏览器以默认的功能打开新窗口。此外,你也不能使用JavaScript...

  • JavaScript窗口功能指南之引用已打开的窗口...

    ELM 发表于: 2008-04-27,

    (作者:听风编译 2001年01月19日 11:35)   如果你想关联一个指定的窗口,你可以使用< A >标记的TARGET属性。除非你分配,一个浏览器窗口不会有一个名字。当你使用TARGET属性通...

  • Nginx配置样例

    ELM 发表于: 2007-12-09,

    About nginx is an HTTP-server and POP3/IMAP proxy. Under active development from year 2002 by Igor Sysoev. Working under Free BSD?, Linux, Solaris and OS X pp...

  • New Nginx Conf with Rails Caching

    ELM 发表于: 2007-11-29,

    The config file has been updated and commented so it is easier to figure out. It also sets the right header when it proxies to mongrel and doesn;t choke on the ...

  • Nginx, Fastcgi, PHP, rewrite config for ...

    ELM 发表于: 2007-11-29,

    Afternoon. So I've been getting stuck into making Drupal 4.7 (and 5.0) work with Nginx, which is a bit like Lighttpd except without the firehose-esque memory l...

  • Nginx, PHP and a PHP FastCGI daemon init...

    ELM 发表于: 2007-11-12,

    One of the things us ex-Apache httpd or ex-Lighttpd users have to get used to when installing nginx is how there isn’t built-in FastCGI support for process spa...

  • Nginx 配置示例

    ELM 发表于: 2007-11-12, 回复: 1

    About nginx is an HTTP-server and POP3/IMAP proxy. Under active development from year 2002 by Igor Sysoev. Working under Free BSD?, Linux, Solaris and OS X pp...

  • Proxying Gotchas (and tricks) with Nginx

    ELM 发表于: 2007-11-12,

    As I continue my migration away from Pound and Lighttpd, I'm discovering dark corners of Nginx. Tonight I ran into a problem proxying from Nginx to a Lighttpd b...

  • Nginx Rewrite 规则

    ELM 发表于: 2007-11-06,

    下午在试验了一个下午的rewrite规则,死活就是不好用,原来以为是自己写规则的方法有问题 最后发现原来是变量用错了,系统识别的变量是$host 不是 $http_host if ( $host ...

  • Compiling nginx in RedHat Linux: PCRE li...

    ELM 发表于: 2007-11-05,

    If you will try to compile nginx in Redhat Linux, you can get following error even if you have pcre-devel package installed: Configuration summary + threads a...

  • Flash Video (FLV) Streaming With Nginx

    ELM 发表于: 2007-11-05,

    I was looking forward for this feature for last 3 months! And at last, it is there! Now, nginx works on our streaming servers perfectly and flv streaming will n...

  • Typical Configurations Overview For Ngin...

    ELM 发表于: 2007-11-05,

    In one of my previous posts I have described very powerful Unix admin tool - Nginx. As I said, main problem of this server is lack of English documentation. Tha...

  • Nginx With PHP As FastCGI Howto

    ELM 发表于: 2007-11-05,

    After my first post about nginx web and reverse-proxy server, I have received many e-mail comments and questions. One of the most popular questions was “How to...

  • Nginx - Small, But Very Powerful and Eff...

    ELM 发表于: 2007-11-05,

    Today, I want to describe one of the interesting tools I am using in my job. This tool is nginx - small, but very powerful and efficient web server created by I...

  • New Nginx.conf with optimizations

    ELM 发表于: 2007-11-05, 回复: 1

    I have been working on optimizing my nginx.conf file as I use it on more and more sites. Thanks to folks on the nginx and mongrel mailing lists for some of thes...

271/212>

Web技术