上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 57 下一页
摘要: ubuntu 下 Nginx是高度自由化的Web服务器,它的功能是由许多模块来支持。如果使用了某个模块,这个模块使用了一些类似zlib或OpenSSL等的第三方库,那么就必须先安装这些软件。Ubuntu下不像在centOS中使用yum直接在线安装,可以使用以下方法。 (1)PCRE库 PCRE库支持 阅读全文
posted @ 2018-04-12 00:19 whmmm 阅读(148) 评论(0) 推荐(0)
摘要: 相信熟悉Web Server的人一定熟悉Apahce。相信熟悉Apahce的人一定知道URL Rewrite。Apache的mod_rewrite模块,可以帮助人们构造出各种各样美化后的URL。在Apache中使用URL Rewrite,可以有多种方式:一种是直接在httpd.conf中添加相应re 阅读全文
posted @ 2018-04-11 22:24 whmmm 阅读(346) 评论(0) 推荐(0)
摘要: 首先 修改 xampp 的 httpd.conf:(底部加入.方便修改) 第二步:修改 httpd.xampp.conf: xampp 开启 opcache: 阅读全文
posted @ 2018-04-11 16:16 whmmm 阅读(760) 评论(0) 推荐(0)
摘要: 有时 后 popstate 无法使用 下面的代码可以解决... 阅读全文
posted @ 2018-04-07 22:19 whmmm 阅读(178) 评论(0) 推荐(0)
摘要: switch 语句.. 阅读全文
posted @ 2018-04-06 10:59 whmmm 阅读(200) 评论(0) 推荐(0)
摘要: 配置 编辑httpd.conf文件 去掉 #LoadModule headers_module modules/mod_headers.so 前面的注释# 去掉 #LoadModule deflate_module modules/mod_deflate.so 前面的注释# 去掉 #LoadModu 阅读全文
posted @ 2018-04-03 14:00 whmmm 阅读(181) 评论(0) 推荐(0)
摘要: 本地服务器: 1.php.ini 添加内容: 2. 设置 phpstrom 的 php 解释器 和 xdebug,修改 debug节点 下面的 dbgp.... 3.在 idea 中配置一个 server 注意:这个server 如果是本地服务器,那么它就是80端口,这个phpstorm并不会自己启 阅读全文
posted @ 2018-04-02 10:45 whmmm 阅读(285) 评论(0) 推荐(0)
摘要: left??right 操作符。。。当 left 为空时 返回 right 。。注意 和 empty 相比 ,空字符,0,'0' 都会返回它本身,而不是 右边的。。也就是 当且仅当 没有设置变量或者 变量为 null 时 才返回右边,而 空字符,0,‘0’ 会被 empty 方法当做空 值来处理。。 阅读全文
posted @ 2018-03-27 18:00 whmmm 阅读(297) 评论(0) 推荐(0)
摘要: 如果是upupw,它 做了 安全限制。。。将 上传目录 写成 uploadfiles 等 才能 写进去。。 文件路径 也不要有 中文。。很有可以能 下载时 找不到路径。。。。这个太坑。。。 阅读全文
posted @ 2018-03-27 17:55 whmmm 阅读(705) 评论(0) 推荐(0)
摘要: td 要设置成 display : block td 里面的span 自动换行。。 阅读全文
posted @ 2018-03-20 14:59 whmmm 阅读(1205) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 57 下一页
//增加一段JS脚本,为目录生成使用