码迷,mamicode.com
首页 >  
搜索关键字:repo    ( 6135个结果
vue
恢复内容开始 1. css Less中文网 Less快速入门 webpack打包 2. JavaScript github链接 2.1. 调试 // 在浏览器的控制台打印变量 console.log(num); 2.2. 数据类型 Number // js不区分小数和整数 Number 123 // ...
分类:其他好文   时间:2021-02-17 14:06:07    阅读次数:0
entOS7 配置阿里云yum源方法
1、打开centos的yum文件夹 cd /etc/yum.repos.d/ 2、用wget下载repo文件 wget http://mirrors.aliyun.com/repo/Centos-7.repo 如果wget命令不生效,说明还没有安装wget工具, yum -y install wge ...
分类:其他好文   时间:2021-02-15 12:37:24    阅读次数:0
git工具 -- repo
资料1: https://wladimir-tm4pda.github.io/source/git-repo.html sync命令: repo sync [project-list ] Downloads new changes and updates the working files in y ...
分类:其他好文   时间:2021-02-15 12:26:44    阅读次数:0
codecheckServer Sonar
s SonarQube搭建手记 https://www.cnblogs.com/throwable/p/12907785.html sonarqube代码质量检测平台搭建 https://www.cnblogs.com/lixianguo/p/12518524.html 自SonarQube的7.9 ...
分类:其他好文   时间:2021-02-15 11:46:40    阅读次数:0
intellj idea创建maven项目一直处于加载的解决问题
在用idea创建maven项目的时候 有时候会出现下面这种情况 出现原因 IDEA根据maven archetype的本质,其实是执行mvn archetype:generate命令,该命令执行时,需要指定一个archetype-catalog.xml文件。 该命令的参数-DarchetypeCat ...
分类:其他好文   时间:2021-02-09 12:18:24    阅读次数:0
windows使用on my zsh
1、打开windows10系统开发者选项 2、进入控制面板,打开程序、程序和功能、启用或关闭windows功能,选中适用于linux的windows子系统 3、进入microsoft store,搜索linux,点击第一个出现的ubuntu,进行安装 4、打开安装好的ubuntu系统,设置好user ...
分类:Windows程序   时间:2021-02-08 11:47:29    阅读次数:0
Github检索技巧
github搜索语法 1. 限定词 支持的限定词: 仓库名(name)、项目描述(description)、内容、说明文件(readme) 关键字 示例 说明 in:name java in:name 查询仓库名中含有java的项目. in:description java in:descripti ...
分类:其他好文   时间:2021-02-08 11:45:52    阅读次数:0
UE4插件 Skills Tree System 4.15-4.26
UE4插件 Skills Tree System 4.15-4.26 The Skills Tree plugin offers the following features:-A base Skill class that can modified through Blueprints-Skill ...
分类:其他好文   时间:2021-02-08 11:39:47    阅读次数:0
VUE中使用lodash的debounce和throttle方法
说明: debounce和throttle在脚手架的使用,此处以防抖函数debounce为例避免按钮被重复点击 引入: import lodash from 'lodash' 使用: 直接使用debounce方法 // 审核 audit: lodash.debounce(function() { t ...
分类:其他好文   时间:2021-02-06 11:53:52    阅读次数:0
springcloud gateway动态路由实现,mysql存储配置
1、mysql数据库表结构 2、pom.xml依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-actuator</artifactId> </dependency> ...
分类:数据库   时间:2021-02-06 11:44:36    阅读次数:0
6135条   上一页 1 ... 9 10 11 12 13 ... 614 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!