码迷,mamicode.com
首页 >  
搜索关键字:cannot assign requested address:jvm_bind    ( 7691个结果
jenkins install gitlab hook failed--cannot delete file
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是马丁.奥德斯克设计的,专门为程序员设计,广泛应用于大数据的语言。它同时支持面向对象和面向函数编程,运行scala需基于JVM,使用它需要提前安装好JDK和scala SDK。scala的的代码一行可以顶多行java代码,开发效率高,并且兼容java类库,scala编译完也是.class文 ...
分类:其他好文   时间:2020-02-17 20:18:23    阅读次数:104
axios网络请求
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
gitlab的git命令行操作
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
getcwd: cannot access parent directories的解决方法
shell-init: error retrieving current directory: getcwd: cannot access parent directories: 没有那个文件或目录chdir: error retrieving current directory: getcwd: ...
分类:数据库   时间:2020-02-17 15:40:12    阅读次数:105
SpringBoot 中通过 CORS 解决跨域问题
同源策略 源(origin)就是协议(http)、域名(localhost)和端口号(8080),同源是指协议、域名以及端口要相同。 No 'Access-Control-Allow-Origin' header is present on the requested resource. 后端使用C ...
分类:编程语言   时间:2020-02-16 01:16:55    阅读次数:88
touch: cannot touch ‘/var/jenkins_home/copy_reference_file.log’: Permission denied Can not write to /var/jenkins_home/copy_reference_file.log. Wrong volume permissions? docker 安装 jenkins
拉取镜像 运行容器 报错 原因 : "官方文档" 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
设计模式课程 设计模式精讲 19-3 策略模式源码解析
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
有序全排列c++实现(递归)
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
C++-codeblocks安装
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
7691条   上一页 1 ... 68 69 70 71 72 ... 770 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!