README.md 1.9 KB
Newer Older
M
MaoXianxin 已提交
1
# 6.24号优质项目推荐
GitCode官方's avatar
GitCode官方 已提交
2

M
MaoXianxin 已提交
3
Java spring、python专题优质项目推荐,根据项目关注数增长做的排行榜,每周更新一次
M
Mao 已提交
4

M
MaoXianxin 已提交
5
## Java spring
M
Mao 已提交
6

M
MaoXianxin 已提交
7
### spring-projects/spring-framework
M
Mao 已提交
8

M
MaoXianxin 已提交
9 10
这是 Spring Framework 的所在地:所有 Spring 项目的基础。 Spring 框架和 Spring 项目系列通常统称为“Spring”。
Spring 提供了 Java 编程语言之外的一切,用于为广泛的场景和体系结构创建企业应用程序。请阅读概述部分作为参考以获得更完整的介绍。
M
Mao 已提交
11

M
MaoXianxin 已提交
12
https://codechina.csdn.net/mirrors/spring-projects/spring-framework
M
Mao 已提交
13

M
MaoXianxin 已提交
14
### spring-projects/spring-boot
M
Mao 已提交
15

M
MaoXianxin 已提交
16 17 18 19 20
我们的主要目标是:
为所有 Spring 开发提供更快且可广泛访问的入门体验。
固执己见,但随着需求开始偏离默认值,请迅速让开。
提供大量项目通用的一系列非功能特性(例如,嵌入式服务器、安全性、指标、健康检查、外部化配置)。
绝对不需要代码生成,也不需要 XML 配置。
M
Mao 已提交
21

M
MaoXianxin 已提交
22
https://codechina.csdn.net/mirrors/spring-projects/spring-boot
M
Mao 已提交
23

M
MaoXianxin 已提交
24
## python
M
Mao 已提交
25

M
MaoXianxin 已提交
26
### qq_42279468/python_pet2_liqiujian
M
Mao 已提交
27

M
MaoXianxin 已提交
28
Python制作新一款智能桌宠 引言:了解过我们之前文章的都知道我们曾经做过一个智能桌宠项目。但是很显然那个程序过于卡段。故这一次我们将重新制作个智能桌宠项目,不同于之前的项目在于,之前使用了大量的jpg图片替换造成了卡顿现象。而这一次我们将不会采用这种方式,具体见下面代码讲解。文末附源码
M
Mao 已提交
29

M
MaoXianxin 已提交
30
https://codechina.csdn.net/qq_42279468/python_pet2_liqiujian
M
Mao 已提交
31

M
MaoXianxin 已提交
32
### dbeker/faster-rcnn-tensorflow-python3.5
M
Mao 已提交
33

M
MaoXianxin 已提交
34 35
使用 Python 3 适用于 Windows 和 Linux 的 Tensorflow Faster R-CNN
这是在 Windows 和 Linux 上编译 Faster R-CNN 的分支。它深受这里和这里所做的伟大工作的启发。我没有实现任何新的东西,但我修复了 Windows、Linux 和 Python 3 的实现。
M
Mao 已提交
36

M
MaoXianxin 已提交
37
https://codechina.csdn.net/mirrors/dbeker/faster-rcnn-tensorflow-python3.5