<build> <resources> <resource> <directory>src/main/java</directory> <includes> <include>**/*.properties</include> <include>**/*.xml</include> </includ ...
分类:
其他好文 时间:
2021-01-12 11:11:17
阅读次数:
0
安装google需要设置代理 /etc/apt/sources.list中增加:deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main google-chrome-stable dingtalk,apt install ...
分类:
系统相关 时间:
2021-01-11 11:04:51
阅读次数:
0
xml <Page x:Class="MyApp.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/ ...
分类:
其他好文 时间:
2021-01-05 11:34:25
阅读次数:
0
话不多说,直接开干。 1.添加一个热部署的依赖到你项目的pom.xml中 <!--热部署--> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-devtools</artifactId> ...
分类:
编程语言 时间:
2021-01-05 11:00:04
阅读次数:
0
miao@openlib:~$ sudo rosdep init ERROR: cannot download default sources list from: https://raw.githubusercontent.com/ros/rosdistro/master/rosdep/sourc ...
分类:
其他好文 时间:
2021-01-05 10:38:30
阅读次数:
0
问题: 使用U盘、UltraISO软碟通、msdn原版镜像来装系统,在把Win10 1709升级为1803时遇到报错。 从错误弹窗可以看出,是由于写入U盘的安装文件中,source目录下的install.wim出现了问题。win10 1803的install.wim文件超过了4GB,而FAT32文件 ...
<build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-maven-plugin</artifactId> </plugin> <plugin> <groupId>c ...
分类:
其他好文 时间:
2021-01-01 12:13:15
阅读次数:
0
1、pycharm里找不到自定义的模块,如图,对于已存在的_init_paths.py和multitracker.py显示“unresolved reference xxx” 解决办法:将_init_paths.py和multitracker.py所在文件夹scr和lib设置为sources roo ...
分类:
其他好文 时间:
2020-12-31 12:01:19
阅读次数:
0
创建好的Maven项目: 首先要在main下创建两个文件夹:java,resources/config(标准是resources) 然后把Java文件用Make Directory as设置为Sources Root 把resources用Make Directory as设置为Resources ...
分类:
编程语言 时间:
2020-12-30 10:49:00
阅读次数:
0
CMakeLists.txt cmake_minimum_required(VERSION 3.15) project(Test) enable_language(ASM_NASM) set(CMAKE_C_STANDARD 99) set(ASM_SOURCES test.asm ) set (S ...
分类:
系统相关 时间:
2020-12-30 10:27:07
阅读次数:
0