Easter79 Easter79
3年前
tar命令中的
我用这个命令:tarzcvfchao.tar.gz/chao/\ 打包文件的时候,在压缩包里把 /chao/这个路径也打包进去了。root@yunweitestchaols/chao/01.txt02.txt03.txt04.txt05.txt06.txt07.txt08.txt
Stella981 Stella981
3年前
Cmake opencv_videoio_ffmpeg.dll下载失败
用Cmake对OpenCV进行Configure,下载opencv\_videoio\_ffmpeg.dll和opencv\_videoio\_ffmpeg\_64.dll经常失败,解决方案是:到CMake中设置的Wheretobuildthebinaries的路径下去找名为CMakeDownloadLog.txt的文件,里面会有ffmpeg.dll
Stella981 Stella981
3年前
Linux安装Java JDK 1.7
1.下载JDK目前最新的JDK版本是:JavaSEDevelopmentKit7u712.解压安装我们把JDK安装到这个路径:/usr/lib/jvm如果没有这个目录(第一次当然没有),我们就新建一个目录
Stella981 Stella981
3年前
Qt for Android 环境搭建方法
Qt for Android 环境搭建方法第一步、准备所需要的安装包(1)下载qtwindowsopensource5.1.1androidx86win32offline,(不同配置的机型下载不同的版本),下载路径:http://qtproject.org/downloads(https://www.oschi
Wesley13 Wesley13
3年前
Java斜杠与反斜杠
直接通过正则表达式进行替换即可(备注:反斜杠为"",正斜杠为"/"),代码如下:publicclassTest{publicstaticvoidmain(String\\args){Stringpath"D:\\FTP\\admin\\bird.gif";//文件路径,双斜杠输出的是一个斜杠System.out.print
Stella981 Stella981
3年前
SpringBoot 的过滤器 Filter 配置的三种方式
SpringBoot过滤器配置有三种方式1\.@ServletComponentScan@WebFilter,可配置过滤路径,但没有顺序(顺序是由过滤器命名决定)在启动类上使用 @ServletComponentScan,在过滤器类上使用 @WebFilter(urlPatterns{"/test/path"})
Stella981 Stella981
3年前
BeetlSQL 3.0.9 发布,Idea 插件发布
本次发布修复了bug以及发布了可在idea社区和专业版使用的BeetlSQL插件修复代码生成到本地路径错误的Bug修复FetchOne抓取数据错误。Idea插件发布<dependency<groupIdcom.ibeetl</groupId<artifactIdbeetlsql</artifactId<version3.0.9
Stella981 Stella981
3年前
IntelliJ IDEA 打包Maven 构建的 Java 项目
方法2,一键生成方便到哭1.打开maven项目路径2.一键生成3、生成jar目标文件在path/target/xx.jar下面方法11.选中Java项目工程名称,在菜单中选择Fil
Stella981 Stella981
3年前
Spring MVC 解读——@RequestMapping (1)
SpringMVC解读——@RequestMapping    为了降低文章篇幅,使得文章更目标化,简洁化,我们就不例举各种@RequestMapping的用法等内容了.文章主要说明以下问题:1.Spring怎样处理@RequestMapping(怎样将请求路径映射到控制器类
Stella981 Stella981
3年前
Spring Boot
文章目录Springboot配置扫描其它模块路径的方法(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fblog.csdn.net%2Finthat%2Farticle%2Fdetails%2F108834790%23Springboot_1)