人五人六博客网
导航
  • 首页
  • thinkPHP
  • 数据库
  • Linux
  • PHP
  • 前端
  • 杂七杂八
  • 每日简报
  • 浏览器书签
搜索
  1. 首页
  2. 人五人六
  3. 列表
  • php设置接口请求时间,或请求时间过长后报404
    • 2023/7/5
    • PHP
    php设置接口请求时间,或请求时间过长后报404
    一、php配置文件php.ini 中找到max_execution_time max_execution_time=0 //0表示不限制,单位秒 二、设置好后,接口请求超过40秒报404(服务器使用的phpstudy的Apache环境) 打开Apache配置文...
    • 812阅读
    • 0评论
    • 2023/6/21
    • Linux
    linux环境下php安装sqlsrv扩展第二版
    以下示例以CentOs7.6 + php7.3 为例,可根据实际情况切换其他版本,注意版本之间的对应关系即可 第一步、安装Microsoft ODBC driver for SQL Server (Linux) 通过 https://learn.mi...
    • 978阅读
    • 0评论
  • Vue项目新打包文件放在服务器后,客户端自动更新问题
    • 2023/6/10
    • 前端
    Vue项目新打包文件放在服务器后,客户端自动更新问题
    每次测试构建或者打包更新版本发到服务器上,导致偶尔会出现不能及时更新到最新代码的问题。 一、在vue.config.js中配置output,打包后的文件会带时间戳 const Timestamp = new Date().getTime(); module.e...
    • 706阅读
    • 0评论
  • php遍历文件夹下所有文件
    • 2023/6/8
    • PHP
    php遍历文件夹下所有文件
    /** * 获取文件夹下的所有文件 * @param $dirPath 指定目录 * @return string */ function listDirFiles($dirPath) { if($dir = opendir($dirPath...
    • 1100阅读
    • 0评论
  • vue中 使用md5加密
    • 2023/6/3
    • 前端
    vue中 使用md5加密
    vue中 使用md5加密
    • 504阅读
    • 0评论
  • PHP判断当前协议是否为HTTPS
    • 2023/6/2
    • PHP
    PHP判断当前协议是否为HTTPS
    /** * PHP判断当前协议是否为HTTPS */ function is_https() { if ( !empty($_SERVER['HTTPS']) && strtolower($_...
    • 1185阅读
    • 0评论
  • JS判断当前是http还是https
    • 2023/6/2
    • 前端
    JS判断当前是http还是https
    JavaScript 的document对象中有一个location的子对象,其包括是属性如下:document.location.host //表示当前域名 + 端口号document.location.hostname //表示域名document.loc...
    • 622阅读
    • 0评论
  • tp5.1 Workerman 配置websocket支持wss
    • 2023/6/2
    • thinkPHP
    tp5.1 Workerman 配置websocket支持wss
    protected $socket = 'websocket://0.0.0.0:2346'; //监听协议、地址、和端口 protected $context = [ 'ssl' => [ 'lo...
    • 893阅读
    • 0评论
« 1 2 3 4 5 6 7 ... 22 »
边栏
热门文章
  • TP5执行插入/更新语句报The active result for the query contains no fields.
    1
    TP5执行插入/更新语句报The active result for the query contains no fields.
    • 2022/10/26
    • 8415阅读
  • Apktool回编译问题:libpng error: Not a PNG file
    2
    Apktool回编译问题:libpng error: Not a PNG file
    • 2022/5/31
    • 6381阅读
  • elementUI 中el-table 的 formatter 和 scope template 不能同时存在问题解决办法
    3
    elementUI 中el-table 的 formatter 和 scope template 不能同时存在问题解决办法
    • 2021/10/27
    • 4131阅读
  • ThinkPHP 获取最后一条sql语句
    4
    ThinkPHP 获取最后一条sql语句
    • 2021/9/30
    • 4028阅读
  • php获取毫秒时间戳microtime的使用
    5
    php获取毫秒时间戳microtime的使用
    • 2021/9/24
    • 3360阅读
最新评论
    标签
    • 60s 89
    • 每日简报 80
    • windows 2
    • 文字转语音 1
    • deepseek 1
    • contextmenujs 1
    • tp6 1
    • Telnet 1
    • 分词 1
    • sqlserveer 0
    粤ICP备19127209号-1 本站由 Emlog 驱动
    sitemap