终端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
创建、修改、删除文件或者目录: file模块 file模块常用的几个参数:state、path、src、dest、mode、owner、group、name state后面跟的参数: touch :创建文件 directory:创建目录 absent:删除文件或者目录或者链接文件 link:创建链接 ...
分类:
其他好文 时间:
2019-05-29 14:43:40
阅读次数:
117
再这两个系统中,Windows的分隔符是“\”,linux是“/”,所以在文件目录匹配的时候可能会遇到系统不兼容出错,所以一般定义目录分隔符使用如下php常量:DIRECTORY_SEPARATOR 在 Windows 中,斜线(/)和反斜线(\)都可以用作目录分隔符,在linux上路径的分隔符是/ ...
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
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
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
<!-- 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
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
源码安装: 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