摘要:
常见的镜像站点 centos & npm 常见开源镜像站点 阿里巴巴开源镜像 https://developer.aliyun.com/mirror/ 腾讯云镜像 https://mirrors.cloud.tencent.com/ 淘宝NPM镜像 https://npm.taobao.org/ 清 阅读全文
摘要:
安装go tools安装以上后用vim打开go代码,使用函数跳转时会出现:E718: Funcref requiredvim-go: could not find 'gopls'. Run :GoInstallBinaries to fix it或者说guru等不存在的错误,这时按照提示在vim中执 阅读全文
摘要:
nodeJS的资源仓库在国内使用过程中,偶尔会遇到各种资源问题,通常设置为淘宝的镜像,网上很多说法是安装淘宝镜像,即$ npm install -g cnpm --registry=https://registry.npm.taobao.org然后再用到npm install的时候,使用cnpm i 阅读全文
摘要:
golang函数跳转需要借助godef实现 godef安装如下 vim插件安装 ~/.vimrc配置 Plug 'dgryski/vim-godef' vim里执行:PlugInstall,重启vim 阅读全文
摘要:
Lesson 5 No wrong numbers 无错号之虞 First listen and then answer the question. 听录音,然后回答以下问题。 What does 'No wrong numbers' mean? Mr.James Scott has a garag 阅读全文
摘要:
2019年上半年软件设计师上午试题及答案 https://wenku.baidu.com/view/03123998b42acfc789eb172ded630b1c58ee9b3f.html 阅读全文
摘要:
# Java开发手册-编程规约精选## 总约- 采用驼峰写法## 变量- 首字母小写## 方法- 方法名首字母小写- 参数首字母小写## 引用- 《阿里巴巴Java开发手册》 阅读全文
摘要:
史上最全Vim快捷键键位图 — 入门到进阶 摘自菜鸟教程: https://www.runoob.com/linux/linux-vim.html 阅读全文
摘要:
大致步骤如下: 0.spring的主配置中声明注解缓存:<cache:annotation-driven cache-manager="redisCacheManager"/> 1.maven的pom.xml文件导入架包 2.配置文件添加配置 3.spring管理bean的生成,xml文件配置 4. 阅读全文