ZooInspector下载地址https://issues.apache.org/jira/secure/attachment/12436620/ZooInspector.zip; 解压,进入目录ZooInspector\build, 双击zookeeper-dev-ZooInspector.ja ...
分类:
其他好文 时间:
2020-07-01 12:21:12
阅读次数:
168
fijkplayer-0.8.4很优秀,造福苍生,非常感谢! 使用fijkplayer-0.8.4开发的过程中遇到以下问题,特此记录。提交上传:https://github.com/befovy/ijkplayer/issues/41 后,问题已经得以确认。 在使用中发现一个小问题,折腾了几天都没能 ...
分类:
其他好文 时间:
2020-06-28 15:27:18
阅读次数:
97
1. Run a few randomly-generated problemswith just two jobs and two queues; compute the MLFQ execution trace for each. Make your life easier by limitin ...
分类:
其他好文 时间:
2020-06-26 16:17:45
阅读次数:
78
与上游仓库保持更新 https://github.com/selfteaching/the-craft-of-selfteaching/issues/67 远程代码更新到本地(强覆盖) https://www.shuzhiduo.com/A/E35pG87KJv/ ...
分类:
其他好文 时间:
2020-06-26 14:50:13
阅读次数:
56
本文已经收录至我的GitHub,欢迎大家踊跃star 和 issues。 https://github.com/midou-tech/articles 从今天开始准备给大家带来全新的一系列文章,Elasticsearch系列 新系列肯定会有很多疑惑,先为大家答疑解惑,下面是今天要讲的问题 为什么写E ...
分类:
Web程序 时间:
2020-06-26 01:27:35
阅读次数:
122
https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/AutoCAD-Viewcube-and-Navigation-bar-not-diplayed-in-some ...
分类:
其他好文 时间:
2020-06-25 13:40:56
阅读次数:
51
我遇到的问题,基本和 https://github.com/xuxueli/xxl-job/issues/840 是完全一样的; 作者的解释是:你好,应该是低版本存在JS缓存。强制刷新一下浏览器缓存,退出并重新登陆确认下。 不过我的 xxl 镜像版本是 2.0.1; (其实表现是一样的) 我使用下面 ...
分类:
Web程序 时间:
2020-06-19 21:01:41
阅读次数:
204
这种问题就总是很恶心,非技术性的小问题,解决起来总是很花时间。今天在此记录一下我的解决方法: 参考1:https://github.com/prettier/prettier-vscode/issues/1299 参考2:https://prettier.io/docs/en/configurati ...
分类:
其他好文 时间:
2020-06-18 19:48:56
阅读次数:
156
参考:https://www.jianshu.com/p/9c3439cc3bdb 坑1: 安装Oh my zsh 一直提示 443 ,联接不到服务器,安装失败。 解决办法:https://github.com/hawtim/blog/issues/10 用 switchHost 软件配 host ...
分类:
系统相关 时间:
2020-06-18 19:36:02
阅读次数:
172
工作中,经常会碰到并发读写 map 而造成 panic 的情况,为什么在并发读写的时候,会 panic 呢?因为在并发读写的情况下,map 里的数据会被写乱,之后就是 Garbage in, garbage out,还不如直接 panic 了。 是什么 Go 语言原生 map 并不是线程安全的,对它 ...
分类:
编程语言 时间:
2020-06-16 15:16:12
阅读次数:
59