摘要: 在网上找了很多方法,有许多命令进行了尝试 失败方案: npm cache verify npm cache clean npm cache clean --force npm i -g npm grep -ir "sha1-xxxxxxxxxxxxxxxx" ~/.npm 解决方案是: 1.删掉pa 阅读全文
posted @ 2020-07-21 10:52 清风留月 阅读(563) 评论(0) 推荐(0)
摘要: 一、运行时数据区域 (图片引自:https://www.cnblogs.com/fengweiweicoder/p/10779058.html ) 1.程序计数器 程序计数器是一块较小的内存空间,它是线程私有的内存,用来记录当前线程所执行的字节码的行号(即记录当前线程运行代码到哪个位置,在线程切换运 阅读全文
posted @ 2020-06-30 14:49 清风留月 阅读(55) 评论(0) 推荐(0)