<dependencies> <dependency> <groupId>org.springframework.data</groupId> <artifactId>spring-data-solr</artifactId> <version>1.5.5.RELEASE</version> </d ...
分类:
编程语言 时间:
2019-09-26 23:36:06
阅读次数:
104
<dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.9</version> </dependency> <dependency> <groupId>org.spr ...
分类:
编程语言 时间:
2019-09-24 22:56:06
阅读次数:
122
1.代码规范(参考google的c++代码规范) 包含文件的名称及次序: 将包含次序标准化可增强可读性、避免隐藏依赖(hidden dependencies,注:隐藏依赖主要是指包含的文件编译),次序如下:C 库、C++库、其他库的.h、项目内的.h。 命名规范: 1、总体规则:不要随意缩写,如果说 ...
分类:
编程语言 时间:
2019-09-23 22:47:30
阅读次数:
139
其实在建图的时候还可以用set维护一下,防止重边加入,不过.....数据好像挺弱就不需要了 ...
分类:
其他好文 时间:
2019-09-23 13:32:07
阅读次数:
95
今天mvn clean package一个子工程(renren-admin)时报错: Failed to execute goal on project renren-admin: Could not resolve dependencies for project io.renren:renren ...
分类:
Web程序 时间:
2019-09-21 22:57:31
阅读次数:
400
github代码仓库提示:“We found a potential security vulnerability in one of your dependencies” 问题描述: Github上传代码后出现这样的错误:We found a potential security vulnerab ...
分类:
其他好文 时间:
2019-09-20 20:48:34
阅读次数:
80
直接安装@xkeshi/vue-qrcode包 "dependencies": { "@xkeshi/vue-qrcode": "^1.0.0" } "dependencies": { "@xkeshi/vue-qrcode": "^1.0.0" } <template id="demo"> <di ...
分类:
其他好文 时间:
2019-09-19 17:54:53
阅读次数:
269
在编译foo2zjs时出现 ## Dependencies...# *** *** Error: gs is not installed! *** *** Install ghostscript (gs) package ***Makefile:405: recipe for target 'all ...
分类:
Web程序 时间:
2019-09-17 22:42:52
阅读次数:
150
选择生成的依赖 选择保存的工程路径 查询已经生成的依赖,并修改mysql的版本 1 <dependencies> 2 <dependency> 3 <groupId>org.springframework.boot</groupId> 4 <artifactId>spring-boot-starte ...
分类:
编程语言 时间:
2019-09-11 11:59:16
阅读次数:
176
在pubspec.yaml下添加flame插件,并通过flutter packages get命令下载插件,或者使用Visual Studio Code保存文件会自动下载插件。 dependencies: flutter: sdk: flutter cupertino_icons: ^0.1.2 f ...
分类:
其他好文 时间:
2019-09-08 22:39:36
阅读次数:
181