零域
  • 首页
  • 归档
  • 标签
  • 分类
  • 友链
  • HAO
  • 首页
  • 归档
  • 标签
  • 分类
  • 友链
  • HAO
  • MYSQL:Access denied for user'user1'@'localhost'解决办法

    前提介绍在执行select * from table into outfile ‘/home/xx.txt* character set utf8 fields terminated by ‘’ optionally enclos...
      2023-02-05  
    • mysql 
    阅读全文 
  • git仓库修改是否忽略大小写

    问题描述:Git仓库忽略大小写配置 解决方案: 设置 项目路径/.git/config 文件中[Code]项下ignorecase = false 详细步骤 Sourcetree 进入Sourcetree, 并进入仓...
      2023-02-05  
    • 解决方案 
     
    • git 
    阅读全文 
  • Microsoft store应用商店无法加载页面代码 0x80131500

    问题描述:Microsoft store应用商店无法加载页面代码: 0x80131500 解决方案: 调整网络连接 执行命令 netsh winsock reset 并重启 更改DNS 清理应用商店的缓存 执行命令 WSReset.exe ...
      2023-02-05  
    • 解决方案 
     
    • Microsoft store报错 
    阅读全文 
  • VS 完全清理 Resharper 并恢复VS提示功能

    VS2010的智能提示没有了的可能原因https://www.cnblogs.com/liuzhendong/archive/2012/06/28/2567584.html VS停用ReSharperhttps://www.cnblogs.com...
      2023-02-05  
    • 解决方案 
     
    • Visual Studio 
    • | resharper 
    阅读全文 
  • Nginx 常用命令

    Nginx 综合命令 123456$ /etc/init.d/nginx start$ /etc/init.d/nginx stop$ /etc/init.d/nginx restart$ nginx  启动nginx$ nginx -v  查...
      2023-02-05  
    • 服务器 
     
    • command 
    • | nginx 
    阅读全文 
  • Linux 常用命令

    查看端口/进程 查看所有进程和端口使用情况 netstat –apn 用于查看某一端口的占用情况 lsof -i:端口号 用于查看指定的端口号的进程情况 netstat -tunlp |grep 端口号 根据程序名称查询端...
      2023-02-05  
    • linux 
     
    • command 
    • | linux 
    • | ubuntu 
    阅读全文 
  • 服务器进程管理supervisor问题总结记录

    Q1: Supervisorctl error: unix:///var/run/supervisord.sock refused connection? A1: 指定配置文件 supervisord...
      2023-02-05  
    • 服务器 
     
    • 解决方案 
    • | command 
    • | supervisor 
    阅读全文 
  • API压力测试

    AD 压力命令测试 服务器安装命令 12apt install netatalkapt install apache2-utils 参考: https://www.cnblogs.com/yueminghai/p/6412254.html htt...
      2023-02-05  
    • 服务器 
     
    • api压测 
    • | command 
    • | 压力测试 
    阅读全文 
  • Docker 常用命令

    apt-cache madison docker-ce 查看那些版本 sudo apt-get install docker-ce= 安装指定版本 docker images:查看已经安装的 docker 镜像。 docker im...
      2023-02-05  
    • docker 
     
    • docker 
    • | command 
    阅读全文 
  • Mysql 常用命令

    SQL命令的使用规则1、每条SQL命令必须以 ; 结尾2、SQL命令不区分字母大小写3、使用 \c 来终止当前命令的执行 登录 1$ mysql -u用户名 -p 库相关 查看当前所在库 1$ select database(); 查看...
      2023-02-05  
    • mysql 
     
    • command 
    • | mysql 
    阅读全文 
上一页 下一页
© 2014 - 2023    Pin Young
访问人数   总访问量 
由 Hexo 驱动 | 主题 零域Lite 1.3.1

津公网安备 12011002021027号

津ICP备2021004482号-1
本站由 提供部署服务