2020/9/29

Mac mysql进程无法kill

LaunchDeamons定时任务守护mysqld进程 解决方法: sudo launchctl unload -w /Li…

  • macosmysql
  • 2020/9/29
  • helei
  • 1,787
  • 2020/9/29

    Mac mysql 配置环境变量

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

  • macosmysql
  • 2020/9/29
  • helei
  • 1,503
  • 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

  • macosphp
  • 2020/9/28
  • helei
  • 1,366
  • 2020/9/28

    window.requestAnimationFrame

    window.requestAnimFrame = (function() {       &nb…

  • canvasJavaScript
  • 2020/9/28
  • helei
  • 1,425
  • 2020/9/27

    html自定义滚动条样式

    <html>     <style>        …

  • csshtmlJavaScript
  • 2020/9/27
  • helei
  • 1,326
  • 2020/9/15

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

    <input confirm-type="search"  @confirm="confirm" &nb…

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

    ​uniapp获取input值的两种方法

    通过@input绑定事件 <input type="text" value="" v-model=&…

  • uni-app
  • 2020/9/15
  • helei
  • 1,641
  • 2020/9/15

    uniapp变量赋值

    当前文件 this.$data.变量名 全局变量 app.vue中定义 globalData: {     &…

  • uni-app
  • 2020/9/15
  • helei
  • 1,584
  • 2020/9/10

    MacBook切换显卡

    #强制使用核显(集成显卡)  sudo pmset -a GPUSwitch 0  #强制使用独立显卡  sudo pmse…

  • macos生活
  • 2020/9/10
  • helei
  • 1,603
  • 2020/9/9

    简易的命令行入门教程:

    简易的命令行入门教程: Git 全局设置: git config --global user.name "何雷" git config -…

  • github
  • 2020/9/9
  • helei
  • 1,090