- 最新文章
制作 Visual Studio 2019 离线安装包
下载安装工具:https://visualstudio.microsoft.com/zh-hans/ 可直接下载:vs_enterprise(企业版).exe 版本说明: Enterprise (企业版)-------------vs_enterprise.exe Professional (专业版)----------vs_professional.exe Community (社区版, 免费)
Windows下安装使用Redis 及 主从服务配置
Redis下载地址:https://github.com/microsoftarchive/redis/releases 可直接下载:Redis-x64-3.2.100.zip 1、解压后,cmd进入Redis目录下 2、启动服务 redis-server.exe redis.windows.conf
Windows下搭建MQTT服务器(EMQX)
1、下载 EMQ,官网:https://www.emqx.io/cn/,可直接下载: 2、解压,进入 bin 目录,运行 emqx start //运行 emqx stop //停止  
mysql 8.0以上版本用户密码修改
执行以下命令: mysql -uroot -p use mysql; update user set authentication_string=\'\' where user=\'root\'; //将 authentication_string 置空 alter user \'root\'@\'%\' identified by \'newpassword\'; flush privileges; 注
mysql 8.0以上版本添加用户并授权
执行如下命令: grant all privileges on *.* to \'root\'@\'%\' identified by \'123456\' with grant option 报错: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for
Ubuntu MySql连接错误码10060/10061的排查及解决方法
错误码10060一般是因为防火墙: ufw allow 3306; //允许外部访问3306端口 ufw allow from 192.168.5.38; //允许此IP访问所有的本机端口 ufw status; //查看防火墙状态 ufw disable/enable; //关闭或打开防火墙 没装 ufw 就执行安装既可:apt-get install ufw; 错误码10061错误为配置原因:
通信猫调试工具_v308
下载地址:http://www.tongxinmao.com/Topic/Detail/id/6 点击下载:通信猫调试工具_v308.zip

鲁ICP备19063141号
鲁公网安备 37010302000824号