上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 74 下一页
摘要: thinkphp5.1 路由使用正则报错如下: preg_match(): Compilation failed: this version of PCRE is compiled without UTF support at offset 0 阅读全文
posted @ 2019-05-27 18:03 opensmarty 阅读(456) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-23 18:13 opensmarty 阅读(1) 评论(0) 推荐(0)
摘要: nginx-rtmp-module:https://github.com/arut/nginx-rtmp-module 源码地址:https://github.com/Tinywan/PHP_Experience 说明: rtmp的延迟主要取决于播放器设置,但流式传输软件,流的比特率和网络速度(以及 阅读全文
posted @ 2019-05-22 09:21 opensmarty 阅读(4470) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-21 19:11 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-21 19:10 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-21 19:07 opensmarty 阅读(1) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-21 15:37 opensmarty 阅读(1) 评论(0) 推荐(0)
摘要: 在Linux中显示文件大小的时候,通常的做法是使用“ls -l”,显示的大小是文件的字节大小。 但是,如果文件比较大的话,显示起来不是特别易读,这个时候,可以使用“ls -lh”,就可以使用比较接近文件大小的单位显示文件的大小,如下: [www.linuxidc.com@linux bin]$ ls 阅读全文
posted @ 2019-05-21 15:07 opensmarty 阅读(14099) 评论(0) 推荐(1)
摘要: php提供4种方法执行系统外部命令:exec()、passthru()、system()、 shell_exec()。在开始介绍前,先检查下php配置文件php.ini中是有禁止这是个函数。找到 disable_functions,配置如下: 如果“disable_functions=”后面有接上面 阅读全文
posted @ 2019-05-21 11:46 opensmarty 阅读(3208) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2019-05-21 09:57 opensmarty 阅读(1) 评论(0) 推荐(0)
上一页 1 ··· 63 64 65 66 67 68 69 70 71 ··· 74 下一页