码迷,mamicode.com
首页 >  
搜索关键字:director    ( 2132个结果
how to install mysql 8.0.23 with docker
#run mysql 8.0.23 with docker docker run --detach \ --restart always \ --publish 3306:3306 \ --name mysql \ --env MYSQL_ROOT_PASSWORD=Gah6kuP7ohfio4 \ ...
分类:数据库   时间:2021-03-02 12:27:39    阅读次数:0
jenkins执行Build Now报错系列(一)Failed to change to remote director
原因:这种情况是SSH Server中的Remote Directory路径不存在。 解决方法:重新输入目标服务器中存在的路径。 ...
分类:其他好文   时间:2021-03-01 14:07:12    阅读次数:0
李群与李代数
一、 群的性质 {Z,+} 是否为群?若是,验证其满足群定义;若不是,说明理由。 {N,+} 是否为群?若是,验证其满足群定义;若不是,说明理由。 其中 Z 为整数集,N 为自然数集。 1){Z,+}为群 封闭性验证: \(\forall a_1,a_2 \in Z\), 仍有$a_1+a_2\in ...
分类:其他好文   时间:2021-03-01 13:51:25    阅读次数:0
Golang的module模式下项目组织结构
golang的最新项目管理推荐采用module模式。 一、go mod命令使用详解 1.golang版本 go的module管理模式在golang 1.11版本后才能够使用。 2.环境变量的设置 要使用golang的module项目管理模式,需要设置对应的环境变量GO111MODULE的值,该变量有 ...
分类:其他好文   时间:2021-02-26 13:35:15    阅读次数:0
webapi Action中跳转到指定内容
最近项目里面有用到webapi接口作为回调页面,然后由页面展示回调内容 [HttpGet] [ActionName("ScanQRCodeCallBack")] public System.Net.Http.HttpResponseMessage ScanQRCodeCallBack(string ...
分类:Windows程序   时间:2021-02-26 13:03:43    阅读次数:0
对于maven中无法加载类路径下的配置文件
<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ ...
分类:其他好文   时间:2021-02-18 13:03:49    阅读次数:0
java常用API -FILE+MapStruct
java常用API -FILE+MapStruct FILE 文件上传原理解析 FileItem解析 DiskFileItemFactory解析 默认的FileItemFactory实现 此实现 创建FileItem实例,并将较小的items保存在内存中,将较大的items缓存到磁盘上的临时文件 存 ...
分类:编程语言   时间:2021-02-16 12:46:11    阅读次数:0
mongodb的配置参数
Mongodb启动命令mongod参数说明mongod的主要参数有: 基本配置 --quiet # 安静输出 --port arg # 指定服务端口号,默认端口27017 --bind_ip arg # 绑定服务IP,若绑定127.0.0.1,则只能本机访问,不指定默认本地所有IP --logpat ...
分类:数据库   时间:2021-02-15 11:54:59    阅读次数:0
LDAP安装、LDAP数据迁移、LDAP卸载指南及PHPldapAdmin管理软件安装
LDAP安装、LDAP数据迁移、LDAP卸载指南及PHPldapAdmin管理软件安装 第一节 LDAP安装篇 第一步 yum安装ldap yum -y install openldap compat-openldap openldap-clients openldap-servers openld ...
分类:Web程序   时间:2021-02-10 13:03:06    阅读次数:0
NX二次开发-检查文件夹是否存在
NX二次开发-检查文件夹是否存在 1 bool CheckFolderExist(const string & strPath) 2 { 3 if (strPath.empty()) 4 { 5 return false; 6 } 7 8 WIN32_FIND_DATA wfd; 9 BOOL bV ...
分类:其他好文   时间:2021-02-05 10:36:27    阅读次数:0
2132条   上一页 1 2 3 4 5 ... 214 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!