摘要: yum install mod_ssl openssl 安装ssl 打开conf.d 下面的ssl.conf文件 重启apache 如果访问的是apache那个页面,需要配置新的 <VirtualHost _default_:443> DocumentRoot "/var/www/html/"Ser 阅读全文
posted @ 2018-03-08 14:31 无限REIZ 阅读(486) 评论(0) 推荐(0) 编辑
摘要: //新建web.config 加上下面代码 阅读全文
posted @ 2018-03-01 17:34 无限REIZ 阅读(199) 评论(0) 推荐(0) 编辑
摘要: 之后就可以在控制器中随便使用了 阅读全文
posted @ 2018-02-09 16:17 无限REIZ 阅读(813) 评论(0) 推荐(0) 编辑
摘要: 添加循环下标添加 {dede:channel type='top' row='9' line='2'} //line='2'是指从2开始递增 <a href="[field:typeurl/]" title="[field:typename/]" class="dh[field:line/]" [f 阅读全文
posted @ 2018-02-06 16:40 无限REIZ 阅读(128) 评论(0) 推荐(0) 编辑
摘要: php -m 查看有没有pdo_mysql 拓展 yum install php70w-mysqlnd.x86_64 装上,重启apache 阅读全文
posted @ 2018-01-06 16:03 无限REIZ 阅读(476) 评论(0) 推荐(0) 编辑
摘要: <VirtualHost *:80> ServerName xx.com DocumentRoot /var/www/html/xx</VirtualHost> 阅读全文
posted @ 2018-01-03 16:05 无限REIZ 阅读(295) 评论(0) 推荐(0) 编辑
摘要: <script src="__PUBLIC__/jquery-2.0.3.min.js"></script> 阅读全文
posted @ 2017-12-11 19:42 无限REIZ 阅读(1015) 评论(0) 推荐(0) 编辑
摘要: location /wss { proxy_pass http://项目; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $remote_a 阅读全文
posted @ 2017-12-02 14:26 无限REIZ 阅读(314) 评论(0) 推荐(0) 编辑
摘要: location / { root 项目名称; index index.html index.php; try_files $uri $uri/ =404; if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; #重点 } 阅读全文
posted @ 2017-12-02 14:18 无限REIZ 阅读(146) 评论(0) 推荐(0) 编辑
摘要: https://easywechat.org/zh-cn/docs/ 微信 https://daneden.github.io/animate.css/ css3 https://msdn.itellyou.cn/ windows系统 http://project.ueflat.xyz/#/api/ 阅读全文
posted @ 2017-11-28 14:28 无限REIZ 阅读(264) 评论(0) 推荐(0) 编辑