
Problem
dijk
这个作者很懒,什么都没留下…
展开
-
Problem: ERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID...
ProblemERROR net.sf.ehcache.Cache - Unable to set localhost. This prevents creation of a GUID. Cause was: dijk-centos: dijk-centosjava.net.UnknownHostException: dijk-centos: dijk-centos…Solution...原创 2018-11-13 00:06:51 · 976 阅读 · 0 评论 -
Git: Problem: github提交后没有记录Contributions且提交者名字没有链接无法点击
Git: Problem: github提交后没有记录Contributions且提交者名字没有链接无法点击Problem使用github时,发现提交的记录并没有统计在GitHub首页的Contributions Graph里(贡献图上没有绿块),而且提交列表里的名字也不能点击,没有链接。Solutiongit提交时填写的邮箱与github账号里的邮箱不一致导致,github是以邮箱关...原创 2019-03-04 08:22:37 · 597 阅读 · 0 评论 -
MySQL: Problem: 远程连接2003-can't connect to MYSQL server on ''(10060)
ProblemMySQL: 远程连接2003-can’t connect to MYSQL server on ‘’(10060)Solution1. 远程服务器上没有打开3306端口 #/sbin/iptables -I INPUT -p tcp --dport 3306 -j ACCEPT #/etc/rc.d/init.d/iptables save # service ipt...原创 2019-02-19 12:46:30 · 617 阅读 · 0 评论 -
MySQL: Problem: [Err] 1153 - Got a packet bigger than 'max_allowed_packet' bytes [Err] /*
ProblemMySQL: [Err] 1153 - Got a packet bigger than ‘max_allowed_packet’ bytes [Err] /*Solutionmysql> show VARIABLES like '%max_allowed_packet%';+--------------------------+------------+| Va...原创 2019-02-19 08:42:02 · 1004 阅读 · 0 评论 -
notepad++: Problem: 打开大文件后卡死 并且 关闭后重新打开也一直卡死
Problemnotepad++: 打开大文件后卡死 并且 关闭后重新打开也一直卡死Solution-> settings -> preferences-> backup-> backup path eg: C:\Users\Administrator\AppData\Roaming\Notepad++\backup\-> goto backup pa...原创 2019-02-19 08:13:53 · 7240 阅读 · 2 评论 -
gitignore: Problem: gitignore不起作用
Problemgitignore 不起作用Solutiongit rm -r --cached .git add .[seems command below can be omitted, just use above two commands]git commit -m 'update .gitignore'https://www.cnblogs.com/sloong/p/...原创 2019-02-18 13:38:19 · 226 阅读 · 0 评论 -
apiDoc: Problem: display online test window in Spring Boot
ProblemHow to display apiDoc online test window[CRUD]?Solutionin apidoc.json config file:add below line"sampleUrl" : "http://localhost:8080",原创 2019-02-18 08:05:52 · 284 阅读 · 0 评论 -
apiDoc: Problem: return "error 0 undefined" in Spring Boot
ProblemapiDoc online test return “error 0 undefined”Response as belowError 0:undefinedSolution跨域问题 导致可在spring boot 中方法前面加上注解:@CrossOrigin原创 2019-02-18 07:58:58 · 661 阅读 · 0 评论 -
Problem: Docker: Is docker daemon running?
ProblemIs docker daemon running?Solution// start docker daemon# dockerd原创 2018-12-16 14:31:53 · 726 阅读 · 0 评论 -
Problem: Alpine: apk add docker ERROR: unsatisfiable constraints
Problemapk add docker ERROR: unsatisfiable constraints:...Solution// update repositoriesvi /etc/apk/repositories#/media/cdrom/apkshttp://mirrors.tuna.tsinghua.edu.cn/alpine/v3.8/mainhttp://...原创 2018-12-16 13:44:22 · 5312 阅读 · 2 评论 -
Problem: Spring Cloud:com.sun.jersey.api.client.ClientHandlerException:java.net.UnknownHostException
Problemcom.sun.jersey.api.client.ClientHandlerException: java.net.UnknownHostException: mss-eureka1Caused by: java.net.UnknownHostException: mss-eureka12018-12-05 18:22:08.232 WARN 18388 --- [ ...原创 2018-12-15 22:08:09 · 1796 阅读 · 0 评论 -
Problem: WARN bitronix.tm.Configuration - cannot get this JVM unique ID. Make sure it is configured
Problem[main] WARN bitronix.tm.Configuration - cannot get this JVM unique ID. Make sure it is configured and you only use ASCII characters. Will use IP address instead (unsafe for production usage!)...原创 2018-11-15 22:22:18 · 750 阅读 · 0 评论 -
Problem: Git: fatal Not a git repository
Git fatal: Not a git repositoryProblemfatal: Not a git repository (or any of the parent directories): .gitSolutiongit init原创 2018-11-25 19:12:51 · 270 阅读 · 0 评论 -
Problem: xxx is not in the sudoers file. This incident will be reported
ProblemThere is a problem when user dijk execute command below:$ sudo usermod -aG vboxsf dijkor$ sudo gpasswd -a dijk vboxsfProblem: “dijk is not in the sudoers file. This incident will be rep...原创 2018-11-15 23:44:36 · 286 阅读 · 0 评论 -
Problem: MySQL: -bash: mysql: command not found
ProblemProblem: MySQL: -bash: mysql: command not foundOn CentOS, MySQL works fine, but can not use “mysql” command in terminal, and says “-bash: mysql: command not found”.Solution# cd /usr/local/...原创 2018-11-15 22:54:51 · 189 阅读 · 0 评论 -
Problem: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took...
ProblemWARNING [main] org.apache.catalina.util.SessionIdGeneratorBase.createSecureRandom Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [1,139,942] milliseconds.So...原创 2018-11-15 21:54:35 · 1280 阅读 · 0 评论 -
Problem: SpaceVim: Mac: 解决乱码
SpaceVim 解决乱码(Mac)1. Install fonthttps://github.com/ryanoasis/nerd-fonts$ brew tap caskroom/fonts$ brew cask install font-hack-nerd-font2. Config font in iTermProfiles --> Text --> N...原创 2019-06-10 08:22:01 · 709 阅读 · 0 评论