码迷,mamicode.com
首页 >  
搜索关键字:-active directory    ( 5768个结果
终端SSH远程连接CentOS报错:-bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory
终端SSH远程连接CentOS时,报以下错误提示: -bash: warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory 在centos服务器上 sudo vim /etc/local ...
分类:其他好文   时间:2019-05-30 13:20:29    阅读次数:144
ansible 的file 模块
创建、修改、删除文件或者目录: file模块 file模块常用的几个参数:state、path、src、dest、mode、owner、group、name state后面跟的参数: touch :创建文件 directory:创建目录 absent:删除文件或者目录或者链接文件 link:创建链接 ...
分类:其他好文   时间:2019-05-29 14:43:40    阅读次数:117
php文件目录分隔符Windows与linux兼容的问题
再这两个系统中,Windows的分隔符是“\”,linux是“/”,所以在文件目录匹配的时候可能会遇到系统不兼容出错,所以一般定义目录分隔符使用如下php常量:DIRECTORY_SEPARATOR 在 Windows 中,斜线(/)和反斜线(\)都可以用作目录分隔符,在linux上路径的分隔符是/ ...
分类:Windows程序   时间:2019-05-29 09:16:45    阅读次数:160
C头文件中尖括号与双引号的区别
2.1 Include Syntax Both user and system header files are included using the preprocessing directive ‘#include’. It has two variants: This variant is u ...
分类:其他好文   时间:2019-05-28 16:55:05    阅读次数:136
Jenkins迁移jobs后项目构建出现java.nio.file.DirectoryNotEmpt
ln builds/lastSuccessfulBuild ***/lastSuccessful failed java.nio.file.DirectoryNotEmptyException: ***/.jenkins/jobs/***/lastSuccessful . . . ln builds/lastStableBuild ***/.jenkins/jobs/***/lastStable failed java.nio.file.DirectoryNotEmptyException: ***/.jenkins/jobs/***/lastStable
分类:编程语言   时间:2019-05-28 11:10:09    阅读次数:172
springboot整合jsp 遇到的问题
1,在idea中新建jsp文件 首先需要在springboot项目 在src 中webapp /WEB-INF/JSP 当我右键想新建一个jsp文件时默认没有 File->Project Struction ->modules 按加号 新增web,双击web resource directory 修 ...
分类:编程语言   时间:2019-05-26 15:45:53    阅读次数:106
如何更改项目的默认路径?
更改打开目录的默认路径:PyCharm——>settings——>Appearance&Behavior——>System Setting——>Project Opening——>Default directory ...
分类:其他好文   时间:2019-05-26 12:44:52    阅读次数:91
liunx 第一章
<!-- p, li { white-space: pre-wrap; } --> 第一章 基础知识 目录 文件 路径 #include "ourhdr.h" #include <sys/types.h> #include <dirent.h> //查找文件夹内容 int main(int argc ...
分类:其他好文   时间:2019-05-25 12:44:03    阅读次数:110
3.Golang的包导入
1.golang的源码文件可以随意命名,但是属于同一个包的源文件必须声明 package base 2.golang的包引入规则 A few common code hosting sites have special syntax: Bitbucket (Git, Mercurial) impor ...
分类:其他好文   时间:2019-05-24 12:53:30    阅读次数:122
ubuntu截图软件deepin scrot
源码安装: https://github.com/linuxdeepin packages/deepin scrot First generate mo files.Swith directory to execute updateTranslate.sh like below: ./updateT ...
分类:系统相关   时间:2019-05-23 16:39:57    阅读次数:134
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!