会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
无限REIZ
什么都是学会的。
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
7
8
9
下一页
2018年3月8日
centos7 apache 安装阿里云安全证书 ssl 测试成功
摘要: 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
阅读(512)
评论(0)
推荐(0)
2018年3月1日
IIS 7.5 去掉index.php 西数服务器
摘要: //新建web.config 加上下面代码
阅读全文
posted @ 2018-03-01 17:34 无限REIZ
阅读(203)
评论(0)
推荐(0)
2018年2月9日
lumen 自定义 函数
摘要: 之后就可以在控制器中随便使用了
阅读全文
posted @ 2018-02-09 16:17 无限REIZ
阅读(821)
评论(0)
推荐(0)
2018年2月6日
dedecms 笔记
摘要: 添加循环下标添加 {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
阅读(131)
评论(0)
推荐(0)
2018年1月6日
thinkphp could not find driver centos7 and php7
摘要: php -m 查看有没有pdo_mysql 拓展 yum install php70w-mysqlnd.x86_64 装上,重启apache
阅读全文
posted @ 2018-01-06 16:03 无限REIZ
阅读(484)
评论(0)
推荐(0)
2018年1月3日
centos7.2 apache 绑定二级目录 访问依然是apache页面
摘要: <VirtualHost *:80> ServerName xx.com DocumentRoot /var/www/html/xx</VirtualHost>
阅读全文
posted @ 2018-01-03 16:05 无限REIZ
阅读(304)
评论(0)
推荐(0)
2017年12月11日
七牛 js 上传 解决没有文件名
摘要: <script src="__PUBLIC__/jquery-2.0.3.min.js"></script>
阅读全文
posted @ 2017-12-11 19:42 无限REIZ
阅读(1044)
评论(0)
推荐(0)
2017年12月2日
nginx 小程序及时聊天
摘要: 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
阅读(320)
评论(0)
推荐(0)
nginx thinkphp 配置pathinfo
摘要: 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
阅读(157)
评论(0)
推荐(0)
2017年11月28日
more web
摘要: 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
阅读(290)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告