04 2022 档案
摘要:我安装的是openjdk10的版本,在这里下载Java Platform, Standard Edition 10 Reference Implementations 这里有两个版本,一个GNU General Public License,一个Oracle Binary Code License,
阅读全文
摘要:linux修改/etc/profile文件 保存时提示文件是只读类型无法保存, 使用下面命令 :w !sudo tee % w: 表示保存文件 !: 表示执行外部命令 tee: linux命令,这个有点复杂,可以查看linux命令帮助 %: 在执行外部命令时,%会扩展成当前文件名;这个%区别于替换时
阅读全文
摘要:font-awesome图标显示不出来,打开调试平台看到出错 has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. 应该是跨域的问题
阅读全文