# sudo pip3.5 install docker-compose 安装docker-compose的时候报错如下: no previously-included directories found matching 'docs/_build' warning: no previously-i ...
分类:
系统相关 时间:
2020-08-10 14:26:22
阅读次数:
180
yum报rpmdb错执行yum提示错误:rpmdb:BDB0113Thread/process424227/139826856310848failed解决方法:cd/var/lib/rpmlsfind./-name"db"|xargs-I{}mv{}bdbak/或rm-rf__db*rpm--rebuilddb
分类:
数据库 时间:
2020-08-09 13:10:42
阅读次数:
103
一、导出到默认目录 targed/dependency 从Maven项目中导出项目依赖的jar包:进入工程pom.xml 所在的目录下,执行如下命令: mvn dependency:copy-dependencies 或在eclipse中,选择项目的pom.xml文件,点击右键菜单中的Run As, ...
分类:
编程语言 时间:
2020-08-08 23:43:05
阅读次数:
84
NS3入门与安装 rical730 2017-05-10 09:32:28 11666 收藏 18 分类专栏: 网络 版权 可以参考的资料 网络仿真软件的比较 http://yangfei1.blog.51cto.com/1471532/295103 ns2,ns3 快速入门,有什么网站资料? ht ...
分类:
其他好文 时间:
2020-08-05 16:55:19
阅读次数:
94
SSM整合 供备忘和查询 前期准备 新建Maven项目,添加web支持 导入必要依赖 <dependencies> <!--Junit测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version ...
分类:
其他好文 时间:
2020-08-05 00:05:13
阅读次数:
65
dependencies> <!-- mybatis核心包 --> <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.1</version> </dependency> ...
分类:
其他好文 时间:
2020-08-04 14:02:41
阅读次数:
65
在dependencies中添加 androidTestCompile('com.android.support:support-annotations:26.1.0') { force = true} 添加后的效果: ...
分类:
移动开发 时间:
2020-07-31 21:46:18
阅读次数:
108
项目地址https://github.com/yinjihuan/kitty-cloud[1]今天遇到了一个错误,一般的错误提示会很明显,一看就知道是什么问题。今天遇到的这个说实话真的不好找原因,一般在这种情况下该怎么解决呢?分享下我的思路吧,不一定是最好的,至少有用。直接上图吧,下面是报错信息:为了方便查看,我把最重要的信息提取出来,如下:org.springframework.beans.fa
分类:
其他好文 时间:
2020-07-31 01:06:39
阅读次数:
84
SpringMvc注解 环境准备 导入依赖 <dependencies> <!--spring核心依赖--> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <ve ...
分类:
编程语言 时间:
2020-07-30 22:12:17
阅读次数:
69
整合必备的依赖 <dependencies> <dependency> <groupId>org.aspectj</groupId> <artifactId>aspectjweaver</artifactId> <version>1.9.4</version> </dependency> <depe ...
分类:
编程语言 时间:
2020-07-30 16:44:11
阅读次数:
57