人五人六博客网
导航
  • 首页
  • thinkPHP
  • 数据库
  • Linux
  • PHP
  • 前端
  • 杂七杂八
  • 每日简报
  • 浏览器书签
搜索
  1. 首页
  2. 归档
  3. 202109
  • Mysql将查询后的数据进行排名的SQL语句
    • 2021/9/22
    • SQL
    Mysql将查询后的数据进行排名的SQL语句
    数据测试表表名TEST需求:这是一张店铺的虚拟表,ID为店铺ID,USER_ID为该店铺的发展人,现需要对USER_ID进行分组查询每个USER下共有多少家店铺,并对这个数据进行排名 思路:有点类似循环里面的自增一样,设置一个变量并赋予初始值,循环一次自增加1...
    • 1161阅读
    • 0评论
  • MySQL case when 使用
    • 2021/9/22
    • SQL
    MySQL case when 使用
    case when 自定义排序时的使用根据 case when 新的 sort字段排序 case when t2.status = 4 and t2.expire_time>UNIX_TIMESTAMP() and t2...
    • 681阅读
    • 0评论
  • php使用smtp发送邮件报错Cannot connenct to relay host
    • 2021/9/22
    • PHP
    php使用smtp发送邮件报错Cannot connenct to relay host
    使用DEDEcms自定义了一个发送邮件的php文件,使用了dedecms自带的mail.class.php,在本地可以正常发送,上传到服务器上后,出现提示Cannot connenct to relay host smtp.qq.com Error: () E...
    • 1054阅读
    • 0评论
  • PHP生成二维码
    • 2021/9/22
    • PHP
    PHP生成二维码
    /** * 功能:生成二维码 * @param string $qr_data 手机扫描后要跳转的网址 * @param string $qr_level 默认纠错比例 分为L、M、Q、H四个等级,H...
    • 782阅读
    • 0评论
  • 解决:Call to undefined function mb_detect_encoding()
    • 2021/9/22
    • Linux
    解决:Call to undefined function mb_detect_encoding()
    Linux: 首先使用yum或者apt安装mbstring.so,使用命令:yum install php-mbstring或者apt-get install php-mbstring (ubuntu用户最好使用apt-cache search mbstrin...
    • 1564阅读
    • 0评论
  • PHP 加减乘除运算方式
    • 2021/9/22
    • PHP
    PHP 加减乘除运算方式
    在PHP中常常会进行加减乘除运算一、可以直接使用+-*/进行计算,如需保留小数位则需另外单独处理 例:1/3 PHP计算结果为:0.33333333333333 二、PHP内置函数:加:bcadd(string $num1, st...
    • 926阅读
    • 0评论
    • 2021/9/18
    • 杂七杂八
    【转】phpstorm设置背景图片
    phpstorm设置背景图片
    • 1084阅读
    • 0评论
  • 【转】Ubuntu cron 定时执行任务
    • 2021/9/17
    • Linux
    【转】Ubuntu cron 定时执行任务
    Ubuntu cron 定时执行任务
    • 2145阅读
    • 0评论
1 2 3 4 5
边栏
热门文章
  • TP5执行插入/更新语句报The active result for the query contains no fields.
    1
    TP5执行插入/更新语句报The active result for the query contains no fields.
    • 2022/10/26
    • 11307阅读
  • Apktool回编译问题:libpng error: Not a PNG file
    2
    Apktool回编译问题:libpng error: Not a PNG file
    • 2022/5/31
    • 6415阅读
  • elementUI 中el-table 的 formatter 和 scope template 不能同时存在问题解决办法
    3
    elementUI 中el-table 的 formatter 和 scope template 不能同时存在问题解决办法
    • 2021/10/27
    • 4246阅读
  • ThinkPHP 获取最后一条sql语句
    4
    ThinkPHP 获取最后一条sql语句
    • 2021/9/30
    • 4070阅读
  • composer报错:A temporary file could not be opened to write the process output:  fopen(C:\Users\ADMINI~1\AppData\Local\Temp\2\sf_proc_00.out.lock): failed to open stream: No such file or directory
    5
    composer报错:A temporary file could not be opened to write the process output: fopen(C:\Users\ADMINI~1\AppData\Local\Temp\2\sf_proc_00.out.lock): failed to open stream: No such file or directory
    • 2022/2/23
    • 3856阅读
最新评论
    标签
    • 60s 89
    • 每日简报 80
    • windows 2
    • 文字转语音 1
    • deepseek 1
    • contextmenujs 1
    • tp6 1
    • Telnet 1
    • 分词 1
    • sqlserveer 0
    粤ICP备19127209号-1 本站由 Emlog 驱动
    sitemap