会员
周边
众包
新闻
博问
闪存
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
平凡的世界
远方的路,就在脚下
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
6
···
11
下一页
2018年11月30日
LNMP常见问题
摘要:
阅读全文
posted @ 2018-11-30 12:21 Window2016
阅读(140)
评论(0)
推荐(0)
2018年11月10日
speechSynthesis,TTS语音合成。
摘要: 语音朗读 朗读 暂停 重新开始 停止
阅读全文
posted @ 2018-11-10 21:12 Window2016
阅读(2876)
评论(0)
推荐(0)
2018年11月8日
关于移动端文字无法垂直居中(或line-height不起作用)的问题的解决方案(网摘)
摘要: 最近开发移动端APP,发现安卓端对于文字垂直居中的问题兼容性不好,网上也搜了很多方法,但是都比较麻烦,自己摸索出来了最终的解决方案: 1、首先在html头部把我们常用的lang="en"改为lang="zh-cmn-Hans"。 此设置会导致安卓端和iOS端的密码输入符会出现问题: iOS端:(密码
阅读全文
posted @ 2018-11-08 21:24 Window2016
阅读(2554)
评论(0)
推荐(0)
2018年6月16日
nginx+thinkphp pathinfo模式配置
摘要: server { listen 81; server_name http://lanxing.cc gohosts.com; root "D:\WWW\lanxing\public"; location / { index index.html index.htm index.php; ...
阅读全文
posted @ 2018-06-16 12:18 Window2016
阅读(431)
评论(0)
推荐(0)
2018年6月6日
js json按key值排序
摘要: 最近有个需求需要把json按key值进行排序,可是js并没有直接的函数可以对json进行排序的这么办呢? 然后想到了一个间接的方法来实现: 1、将json中的key值取出,存在一个数组中,然后对这个数组排序。 2、循环存放key的数组,根据key的索引取出json中的值,然后拼接上。 jsonSort:function (jsonObj) { let arr=[]; ...
阅读全文
posted @ 2018-06-06 11:18 Window2016
阅读(20720)
评论(0)
推荐(2)
2018年3月7日
ThinkPHP5 安装自定义模块
摘要: 安装官方给的demo,在build.php文件中 通过comporse 安装新的模块执行命令: php think build --config build.php 即可。
阅读全文
posted @ 2018-03-07 13:29 Window2016
阅读(310)
评论(0)
推荐(0)
2018年3月2日
腾讯云ubuntu memcached 安装
摘要: ubuntu安装 sudo apt-get install memcached 停止memcached服务:sudo systemctl stop memcached 激活memcached服务:sudo systemctl enable memcached 启动memcached服务:sudo s
阅读全文
posted @ 2018-03-02 11:01 Window2016
阅读(197)
评论(0)
推荐(0)
腾讯云centos+nginx+nodejs proxy代理配置
摘要: nginx安装:yum install nginx -y 将nginx设置为开机启动:chkconfig nginx on nginx -t 查看配置文件路径 nginx proxy配置: nginx重启命令:nginx -s reload或systemctl restart nginx.servi
阅读全文
posted @ 2018-03-02 09:32 Window2016
阅读(296)
评论(0)
推荐(0)
2018年3月1日
阿里云nginx+thinkphp环境运行会直接下载php文件的问题。
摘要: 测试了好久,在网上查了各种nginx.conf的虚拟机配置都没用 其实最简单的方法就是在php.ini中找到 #cgi.fix_pathinfo=1; 去掉前面的#,如果值不是1则改为1
阅读全文
posted @ 2018-03-01 14:54 Window2016
阅读(995)
评论(0)
推荐(0)
阿里云安装nginx 启动失败的原因。
摘要: 阿里云编译安装nginx服务器后启动一直报下面错误。 百度了一圈,看到一个说要先关掉apache服务,感觉这个好像是对的,立马做了下面操作。 果然把nginx起了起来。 从这边才知道apache和nginx是不能共存的。
阅读全文
posted @ 2018-03-01 11:18 Window2016
阅读(933)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
···
11
下一页
公告