123123
摘要: Mysql 创建用户与授权1. 创建用户:CREATE USER 'username'@'host' [IDENTIFIED BY 'password'];username:要创建的用户名;host:代表地址;任何地址可以使用%IDENTIFIED BY 'password':设置密码,如果不写则为 阅读全文
posted @ 2023-05-23 15:43 qlmm 阅读(570) 评论(0) 推荐(0)
摘要: 1.[HttpGet]和[HttpPost]确定有没有写上, 2.[route("方法名称")] 3.[Route("api/[controller]/[Action]")] 阅读全文
posted @ 2023-03-20 15:26 qlmm 阅读(62) 评论(0) 推荐(0)
摘要: 1.按下键盘【Win徽标键 + R键】,在“cmd”窗口中输入“control userpasswords2” 或 “netplwiz” 如果没有选项,修改注册表 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Pas 阅读全文
posted @ 2022-02-24 09:39 qlmm 阅读(3059) 评论(2) 推荐(0)
摘要: 1.ssh端口位置 vim /etc/ssh/sshd_config 2.NGINX位置 3.查看进程,,kill进程 ps -ef:grep nginx ;kill -quit 12345 ;pkill -9 nginx 4.查看端口占用 netstat -ntlp 5.定时 yum instal 阅读全文
posted @ 2020-04-13 12:03 qlmm 阅读(111) 评论(0) 推荐(0)
摘要: _2019-7-29 17.22.45,第一篇 阅读全文
posted @ 2019-07-29 17:23 qlmm 阅读(112) 评论(0) 推荐(0)
123123