2020/10/14

finalcutpro基本快捷键

https://support.apple.com/zh-cn/guide/final-cut-pro/ver90ba5929/mac

  • finalcut
  • 2020/10/14
  • helei
  • 1,148
  • 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,856
  • 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,897
  • 2020/9/29

    Mac mysql 配置环境变量

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

  • macos mysql
  • 2020/9/29
  • helei
  • 1,582
  • 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,374
  • 2020/9/28

    window.requestAnimationFrame

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

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

    html自定义滚动条样式

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

  • css html JavaScript
  • 2020/9/27
  • helei
  • 1,341