上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 97 下一页
摘要: css3 input placeholder颜色修改方法<pre> input::-webkit-input-placeholder { /* placeholder颜色 */ color: #0d4123; } </pre> 阅读全文
posted @ 2019-11-14 13:05 newmiracle宇宙 阅读(526) 评论(0) 推荐(1) 编辑
摘要: php编辑器notepad++ 推荐一款非常好看主题和字体1、主题名称:Obsidian 2、字体字号:Courier New 10 3、设置方法:设置 语言格式设置 选择主题,同时勾选“使用全局字体”“使用全局字体大小” 阅读全文
posted @ 2019-11-14 13:04 newmiracle宇宙 阅读(560) 评论(0) 推荐(0) 编辑
摘要: php获取PHP执行的时间 <pre> //程序运行时间 $starttime = explode(' ',microtime()); //代码区域 //程序运行时间 $endtime = explode(' ',microtime()); $thistime = $endtime[0]+$endt 阅读全文
posted @ 2019-11-14 13:04 newmiracle宇宙 阅读(1254) 评论(0) 推荐(0) 编辑
摘要: php [poolwww] seemsbusy (youmayneedto increasepm.start_servers, or pm.min/max_spare_servers)错误解决方法修改php-fpm.conf配置文件 pm.max_children = 1024 ; The numb 阅读全文
posted @ 2019-11-14 13:03 newmiracle宇宙 阅读(3662) 评论(0) 推荐(0) 编辑
摘要: PHP failed to ptrace(PEEKDATA) pid 13659: Input/output error错误解决方法 现在改linux内核文件打开限制<pre>ulimit -SHn 51200</pre> 再修改nginx.conf配置文件<pre>worker_rlimit_no 阅读全文
posted @ 2019-11-14 13:03 newmiracle宇宙 阅读(258) 评论(0) 推荐(0) 编辑
摘要: PHP failed to ptrace(PEEKDATA) pid 13659: Input/output error错误解决方法 现在改linux内核文件打开限制<pre>ulimit -SHn 51200</pre> 再修改nginx.conf配置文件<pre>worker_rlimit_no 阅读全文
posted @ 2019-11-14 13:03 newmiracle宇宙 阅读(1532) 评论(0) 推荐(0) 编辑
摘要: jquery倒计时代码<pre> <span id="day_show">0天</span> <strong id="hour_show">0时</strong> <strong id="minute_show">0分</strong> <strong id="second_show">0秒</st 阅读全文
posted @ 2019-11-14 13:02 newmiracle宇宙 阅读(692) 评论(0) 推荐(0) 编辑
摘要: php sublime常用插件 1 Sublime Text的默认设置是不开启显示编码的,如果想开启,可通过菜单Perference → Settings – User,在打开的配置文件里 ,在大括号后面,增加以下内容:// Display file encoding in the status b 阅读全文
posted @ 2019-11-14 13:02 newmiracle宇宙 阅读(847) 评论(0) 推荐(0) 编辑
摘要: 利用python实现微信小程序游戏跳一跳详细教程 1 先安装python 然后再安装pip <a href="http://newmiracle.cn/wp-content/uploads/2018/01/pip901.zip">pip901</a> 解压压缩包,打开命令行,执行python set 阅读全文
posted @ 2019-11-14 13:01 newmiracle宇宙 阅读(575) 评论(0) 推荐(0) 编辑
摘要: PHP curl下载图片的方法 <pre> <?php $images = [ 'http://wx.qlogo.cn/mmopen/vi_32/Q0j4TwGTfTKPkia3rxjuBoSQ1sUSmqYXDazibuIp8p2CCialBPjeYvcNJgky9P7hmlnDKgzX91utE 阅读全文
posted @ 2019-11-14 13:01 newmiracle宇宙 阅读(1136) 评论(0) 推荐(0) 编辑
上一页 1 ··· 72 73 74 75 76 77 78 79 80 ··· 97 下一页