My OS: win10 Install method: jenkins.msi Problem: install gitlab hook failed. Problem description: cannot delete the target files/directory, and you c ...
分类:
其他好文 时间:
2020-02-18 09:57:06
阅读次数:
55
scala是马丁.奥德斯克设计的,专门为程序员设计,广泛应用于大数据的语言。它同时支持面向对象和面向函数编程,运行scala需基于JVM,使用它需要提前安装好JDK和scala SDK。scala的的代码一行可以顶多行java代码,开发效率高,并且兼容java类库,scala编译完也是.class文 ...
分类:
其他好文 时间:
2020-02-17 20:18:23
阅读次数:
104
axios网络请求 淘汰ajax,jquery ajax,选择axios axios名称的由来? 个人理解 axios: ajax i/o system 请求方式 axios(config) //默认请求方式 axios.request(config) axios.get(url,{config}) ...
分类:
移动开发 时间:
2020-02-17 20:08:51
阅读次数:
87
Administrator@PC201803221826 MINGW64 /f/BI/bi/二期/脚本 (master) $ mkdir ~/.ssh mkdir: cannot create directory ‘/c/Users/Administrator/.ssh’: File exi sts ...
分类:
其他好文 时间:
2020-02-17 17:54:19
阅读次数:
67
shell-init: error retrieving current directory: getcwd: cannot access parent directories: 没有那个文件或目录chdir: error retrieving current directory: getcwd: ...
分类:
数据库 时间:
2020-02-17 15:40:12
阅读次数:
105
同源策略 源(origin)就是协议(http)、域名(localhost)和端口号(8080),同源是指协议、域名以及端口要相同。 No 'Access-Control-Allow-Origin' header is present on the requested resource. 后端使用C ...
分类:
编程语言 时间:
2020-02-16 01:16:55
阅读次数:
88
拉取镜像 运行容器 报错 原因 : "官方文档" Ensure that /your/home is accessible by the jenkins user in container (jenkins user uid 1000) or use u some_other_user parame ...
分类:
其他好文 时间:
2020-02-15 09:54:54
阅读次数:
220
1 源码解析 1.1 源码解析1(jdk中的应用) 1.2 源码解析2(jdk中的应用) 1.3 源码解析3(Spring中的应用) 1.4 源码解析4(Spring中的应用) 1 源码解析 1.1 源码解析1(jdk中的应用) java.util.Iterator(接口) public inter ...
分类:
其他好文 时间:
2020-02-14 20:57:26
阅读次数:
64
1 #include <iostream> 2 #include <algorithm> 3 #include <iterator> 4 #include <vector> 5 using namespace std; 6 int number; 7 vector<int> vec; 8 vecto ...
分类:
编程语言 时间:
2020-02-14 20:44:14
阅读次数:
64
2020-02-14 恢复内容开始 "Test_leetcode - Debug": The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler. Probably ...
分类:
编程语言 时间:
2020-02-14 20:24:53
阅读次数:
121