03 2018 档案
摘要:yum -y install subversion mkdir -p /mnt/vdb1/data/svn/repo svnadmin create /mnt/vdb1/data/svn/repo [root@iZ2834y8cmdZ data]# ll drwxr-xr-x 13 root roo
阅读全文
摘要:在Lua编程中,经常会看到有时用点号定义一个table的成员函数,有时却用冒号,在调用的时候也是如此。那么点号和冒号在使用上有什么区别呢?它们与self之间又是什么样的关系呢?稍安勿躁,接下来谜底将一一为你揭开。 下面先看一个例子 可以看到: (1)定义的时候:Class:test()与 Class
阅读全文
摘要:注: rewrite 只能对域名后边的除去传递的参数外的字符串起作用,并且要写全域名后面的部分,如: http://i.com:9090/php/midou/admin.php/index/login.html 要写成 rewrite ^/php/midou/admin.php(.*)$ /php/
阅读全文
摘要:server { listen 9090; server_name i.com; root /Users/chong/Documents/www; # Load configuration files for the default server block. location / { index
阅读全文