在执行make flash的过程中出现错误: 解决办法: sudo chmod -R 777 /dev/ttyUSB0 这种设置在下次使用的,又会出现这种问题,还要重新设置 永久性的设置可以使用下面这个指令,其中user是用户名,根据实际情况更换,然后重启一下电脑。 sudo usermod -aG ...
分类:
其他好文 时间:
2020-05-19 14:18:59
阅读次数:
64
startup.cs services.AddAuthentication(CookieAuthenticationDefaults.AuthenticationScheme) .AddCookie(CookieAuthenticationDefaults.AuthenticationScheme, ...
分类:
Web程序 时间:
2020-05-18 00:31:07
阅读次数:
228
今天使用新创建的用户登录mysql时被提示 Access denied for user '-Mike'@'localhost' (using password: YES) 操作步骤: 成功!!!(虽然不知道为啥) 有无野生大佬给解答一下 ...
分类:
数据库 时间:
2020-05-17 12:55:34
阅读次数:
67
[root@g3-test-25 dip]# slapd -d 2 -F /etc/openldap/slapd.d/ -u ldap 5ebf99cb @(#) $OpenLDAP: slapd 2.4.44 (Dec 18 2018 12:26:29) $ mockbuild@x86-017.b ...
分类:
其他好文 时间:
2020-05-16 16:59:30
阅读次数:
300
问题 在客户端挂载nfs时, 出现 解决思路 立即查看服务端日志, 出现unmatc host, 因为客户端和服务端不在一个网段 因为是虚拟机, 所以修改掩码为16 问题解决 ...
分类:
数据库 时间:
2020-05-14 15:56:52
阅读次数:
93
问题: zabbix server web 端显示Received empty response from Zabbix Agent at [xxx]. Assuming that agent dropped connection because of access permission. agen ...
分类:
数据库 时间:
2020-05-14 13:35:00
阅读次数:
155
git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and t ...
分类:
Web程序 时间:
2020-05-12 11:44:27
阅读次数:
78
问题描述 在root用户下su到普通用户出现权限问题 [root@hehe ~]# su - zh su: warning: cannot change directory to /home/zh: Permission denied su: failed to execute /bin/bash: ...
分类:
其他好文 时间:
2020-05-11 00:53:46
阅读次数:
343
jigcpp主要修改 附上jigcpp文件 // (C) Copyright 2005-2007 by Autodesk, Inc. // // Permission to use, copy, modify, and distribute this software in // object co ...
分类:
其他好文 时间:
2020-05-10 22:47:39
阅读次数:
62
如果你遇到的问题同时出现上面两种情况,且XXX的username是你主机名而非数据库用户名的情况,那么这篇博文也许对你有用 在db.properities【或其他名称,表示数据库连接参数】中需要使用jdbc.username而不可以是username,否则db获取的会是你的主机名【迷惑】 但是其他参 ...
分类:
数据库 时间:
2020-05-09 21:38:39
阅读次数:
87