2020/9/29

mysql sql_mode

一、sql_mode值的含义  ONLY_FULL_GROUP_BY 对于GROUP BY聚合操作,如果在SELECT中的列,没有在GROUP BY中出现,那么将认为这个SQL是不合法的,因为列不在GROUP BY从句中 STRICT_TRANS_TABLES 在…

  • mysql
  • 2020/9/29
  • helei
  • 1,701
  • 2020/9/29

    Mac mysql进程无法kill

    LaunchDeamons定时任务守护mysqld进程 解决方法: sudo launchctl unload -w /Library/LaunchDaemons/com.oracle.oss.mysql.mysqld.plist

  • macos mysql
  • 2020/9/29
  • helei
  • 1,671
  • 2020/9/29

    Mac mysql 配置环境变量

    配置环境变量 vi ~/.zshrc export PATH=${PATH}:/usr/local/mysql/bin 保存后 source ~/.zshrc

  • macos mysql
  • 2020/9/29
  • helei
  • 1,379
  • 2020/9/28

    Connection refused) while connecting to upstream, client: 127.0.0.1, server: localhost, request: “GET /index.php HTTP/1.1”, upstream: “fastcgi://127.0.0.1:9000”, host: “localhost:8080”

    mac启动nginx运行php项目报错 原因没有启动php-fpm sudo php-fpm

  • macos php
  • 2020/9/28
  • helei
  • 1,262
  • 2020/9/28

    window.requestAnimationFrame

    window.requestAnimFrame = (function() {                 return window.requestAnimationFrame |…

  • canvas JavaScript
  • 2020/9/28
  • helei
  • 1,308
  • 2020/9/27

    html自定义滚动条样式

    <html>     <style>         html,body{             width:100%; &…

  • css html JavaScript
  • 2020/9/27
  • helei
  • 1,215
  • 2020/9/15

    uniapp input键盘点击完成/搜索事件/uniapp input输入法自动显示搜索

    <input confirm-type="search"  @confirm="confirm"  type="text" value="" v-model="shopmsg" @input="chan…

  • uni-app
  • 2020/9/15
  • helei
  • 2,002