Skip to content

Commit b2a5d75

Browse files
committed
update img url
1 parent 815b20b commit b2a5d75

7 files changed

Lines changed: 80 additions & 101 deletions

File tree

content/HelloGitHub23.md

Lines changed: 20 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -32,32 +32,17 @@
3232

3333
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/111830550.gif' style="max-width:80%; max-height=80%;"></img></p>
3434

35-
3、[Geisha](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/RitterHou/Geisha):用 Java 语言写的 Web MVC 框架。包含诸多语言特性并实现了 IOC 、通过注解设置 URL 映射的功能。入门实践项目,适合新手熟悉 Java 语法和了解 Web 框架的实现。示例代码如下:
36-
```java
37-
@Component
38-
@RequestMapping("/person")
39-
public class Hello {
40-
41-
@RequestMapping("/info")
42-
public String hello(@Param("name") String name, @Param("age") String age) {
43-
return "hello " + name + ", your age is " + Integer.valueOf(age);
44-
}
45-
46-
}
47-
```
48-
49-
50-
4、[WxJava](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Wechat-Group/WxJava):开源、非官方、功能全面的微信开发 Java SDK,支持包括微信支付、开放平台、小程序、企业号和公众号等功能的开发。[示例 Demo 索引](https://github.com/Wechat-Group/weixin-java-tools/blob/master/demo.md),以及详细的[开发文档](https://github.com/wechat-group/weixin-java-tools/wiki)
35+
3、[WxJava](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/Wechat-Group/WxJava):开源、非官方、功能全面的微信开发 Java SDK,支持包括微信支付、开放平台、小程序、企业号和公众号等功能的开发。[示例 Demo 索引](https://github.com/Wechat-Group/weixin-java-tools/blob/master/demo.md),以及详细的[开发文档](https://github.com/wechat-group/weixin-java-tools/wiki)
5136

5237

5338
### JavaScript 项目
54-
5[node-fetch](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/node-fetch/node-fetch):将 fetch 引入了 node 环境,配合了 node 强大的 http 模块。做到了在不同的 JS 环境中使用一致的API。fetch API 是代替 XMLHttpRequest 的一种全新的解决方案,其简化了 XHR 的复杂步骤,采用了 Promise。示例代码如下:
39+
4[node-fetch](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/node-fetch/node-fetch):将 fetch 引入了 node 环境,配合了 node 强大的 http 模块。做到了在不同的 JS 环境中使用一致的API。fetch API 是代替 XMLHttpRequest 的一种全新的解决方案,其简化了 XHR 的复杂步骤,采用了 Promise。示例代码如下:
5540
```javascript
5641
fetch('/url').then(res => {}).catch(err => {})
5742
```
5843

5944

60-
6[prettier](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/prettier/prettier):十分方便的代码格式化库。支持如:JavaScript、Flow、TypeScript、CSS、SCSS等编程语言。同时提供了编辑插件,在使用 vscode 开发 Vue 项目时候,使用此插件可以让代码更具有可读性
45+
5[prettier](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/prettier/prettier):十分方便的代码格式化库。支持如:JavaScript、Flow、TypeScript、CSS、SCSS等编程语言。同时提供了编辑插件,在使用 vscode 开发 Vue 项目时候,使用此插件可以让代码更具有可读性
6146
```javascript
6247
/**
6348
* 格式化之前
@@ -78,29 +63,31 @@ foo(
7863

7964
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/75104123.png' style="max-width:80%; max-height=80%;"></img></p>
8065

81-
7、[wiki](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/requarks/wiki):NodeJS+Git+Markdown 实现轻松搭建 wiki。对于团队内部的知识分享是一个不错的选择。[在线预览](https://docs.requarks.io/wiki)
66+
6、[wiki](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/requarks/wiki):NodeJS+Git+Markdown 实现轻松搭建 wiki。对于团队内部的知识分享是一个不错的选择。[在线预览](https://docs.requarks.io/wiki)
67+
8268

69+
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/65848095.png' style="max-width:80%; max-height=80%;"></img></p>
8370

8471
### Objective-C 项目
85-
8[iOS-Performance-Optimization](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/skyming/iOS-Performance-Optimization):关于 iOS 性能优化梳理。包含基本工具、业务优化、内存优化、卡顿优化、布局优化、电量优化、 安装包瘦身、启动优化、网络优化等
72+
7[iOS-Performance-Optimization](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/skyming/iOS-Performance-Optimization):关于 iOS 性能优化梳理。包含基本工具、业务优化、内存优化、卡顿优化、布局优化、电量优化、 安装包瘦身、启动优化、网络优化等
8673

8774

8875
### PHP 项目
89-
9[arithmetic-php](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/pushaowei/arithmetic-php):PHP 语言实现的各类算法合集
76+
8[arithmetic-php](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/pushaowei/arithmetic-php):PHP 语言实现的各类算法合集
9077

9178

9279
### Python 项目
93-
10[python-console-snake](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/tancredi/python-console-snake):命令行贪吃蛇
80+
9[python-console-snake](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/tancredi/python-console-snake):命令行贪吃蛇
9481

9582

9683
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/13356681.png' style="max-width:80%; max-height=80%;"></img></p>
9784

98-
11[redash](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/getredash/redash):开源的数据可视化 Web 项目,提供了数据库查询和数据可视化功能。只提供的数据可视化最要的功能,使得简单易用且容易上手。可以直观地将一个 SQL 查询的结果可视化出来。同时提供 SQL 代码片段存储,减少重复编写 SQL 的问题
85+
10[redash](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/getredash/redash):开源的数据可视化 Web 项目,提供了数据库查询和数据可视化功能。只提供的数据可视化最要的功能,使得简单易用且容易上手。可以直观地将一个 SQL 查询的结果可视化出来。同时提供 SQL 代码片段存储,减少重复编写 SQL 的问题
9986

10087

10188
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/13926404.gif' style="max-width:80%; max-height=80%;"></img></p>
10289

103-
12[rq](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/rq/rq):基于 redis 的简单、轻量级任务队列库。可以帮助理解简单的任务队列模式和设计。使用简单、文档健全,适用于小型项目或简单的场景。
90+
11[rq](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/rq/rq):基于 redis 的简单、轻量级任务队列库。可以帮助理解简单的任务队列模式和设计。使用简单、文档健全,适用于小型项目或简单的场景。
10491
```shell
10592
# Tip:job 需要通过模块引用加入到任务队列中
10693
23:46:59 Cleaning registries for queue: default
@@ -110,39 +97,39 @@ foo(
11097
```
11198

11299

113-
13[toapi](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/elliotgao2/toapi):该项目做的事儿是通过简单的配置把目标网页的内容爬下来,缓存结果后提供成 API 的一条龙服务。
100+
12[toapi](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/elliotgao2/toapi):该项目做的事儿是通过简单的配置把目标网页的内容爬下来,缓存结果后提供成 API 的一条龙服务。
114101

115102

116103
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/112169994.png' style="max-width:80%; max-height=80%;"></img></p>
117104

118105
### Swift 项目
119-
14[LyricsX](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/ddddxxx/LyricsX):一个为 iTunes、Spotify、Vox 播放器提供自动下载歌词,并在桌面和任务栏显示的插件
106+
13[LyricsX](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/ddddxxx/LyricsX):一个为 iTunes、Spotify、Vox 播放器提供自动下载歌词,并在桌面和任务栏显示的插件
120107

121108

122109
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/23/81710355.jpg' style="max-width:80%; max-height=80%;"></img></p>
123110

124111
### 其它
125-
15[awesome-blockchain-cn](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/chaozh/awesome-blockchain-cn):区块链技术开发相关资料
112+
14[awesome-blockchain-cn](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/chaozh/awesome-blockchain-cn):区块链技术开发相关资料
126113

127114

128-
16[Back-End-Developer-Interview-Questions](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/monklof/Back-End-Developer-Interview-Questions):后端面试问题集合
115+
15[Back-End-Developer-Interview-Questions](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/monklof/Back-End-Developer-Interview-Questions):后端面试问题集合
129116

130117

131-
17[hangzhou_house_knowledge](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/houshanren/hangzhou_house_knowledge):《杭州房产知识扫盲》,作者 2017 年总结出来的买房购房知识,希望可以帮助到要在杭州买房的朋友
118+
16[hangzhou_house_knowledge](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/houshanren/hangzhou_house_knowledge):《杭州房产知识扫盲》,作者 2017 年总结出来的买房购房知识,希望可以帮助到要在杭州买房的朋友
132119

133120

134-
18[http-api-design](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/interagent/http-api-design):HTTP API 设计指南。这篇指南介绍描述了 HTTP+JSON API 的一种设计模式,最初摘录整理自 Heroku 平台的 API 设计指南。[中文翻译版](https://github.com/ZhangBohan/http-api-design-ZH_CN)
121+
17[http-api-design](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/interagent/http-api-design):HTTP API 设计指南。这篇指南介绍描述了 HTTP+JSON API 的一种设计模式,最初摘录整理自 Heroku 平台的 API 设计指南。[中文翻译版](https://github.com/ZhangBohan/http-api-design-ZH_CN)
135122

136123

137-
19[vim-galore](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/mhinz/vim-galore):Vim 从入门到精通,[中文](https://github.com/wsdjeg/vim-galore-zh_cn)
124+
18[vim-galore](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/mhinz/vim-galore):Vim 从入门到精通,[中文](https://github.com/wsdjeg/vim-galore-zh_cn)
138125

139126

140127
### 开源书籍
141-
20[yast-cn](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/DeathKing/yast-cn):《Scheme入门教程》中译版,[在线阅读](http://deathking.github.io/yast-cn/)
128+
19[yast-cn](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/DeathKing/yast-cn):《Scheme入门教程》中译版,[在线阅读](http://deathking.github.io/yast-cn/)
142129

143130

144131
### 机器学习
145-
21[captcha_break](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/ypwhs/captcha_break):使用深度学习来破解 captcha(python 生成验证码的库)验证码。该项目会通过 Keras 搭建一个深度卷积神经网络来识别 captcha 生成的图片验证码,建议使用显卡来运行该项目。可视化代码都是在 jupyter notebook 中完成的,如果你希望写成 python 脚本,稍加修改即可正常运行
132+
20[captcha_break](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/ypwhs/captcha_break):使用深度学习来破解 captcha(python 生成验证码的库)验证码。该项目会通过 Keras 搭建一个深度卷积神经网络来识别 captcha 生成的图片验证码,建议使用显卡来运行该项目。可视化代码都是在 jupyter notebook 中完成的,如果你希望写成 python 脚本,稍加修改即可正常运行
146133

147134

148135

content/HelloGitHub24.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ class Listener implements DataListener<String> {
124124
12、[dzzoffice](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/zyx0814/dzzoffice):一套开源办公套件,适用于企业、团队搭建自己的 类似 Google 企业应用套件、微软 Office365 的企业协同办公平台。[在线演示](http://demo.dzzoffice.com/)
125125

126126

127+
<p align="center"><img src='https://raw.githubusercontent.com/521xueweihan/img/master/hellogithub/24/29054113.png' style="max-width:80%; max-height=80%;"></img></p>
128+
127129
### Python 项目
128130
13、[haipproxy](https://hellogithub.com/periodical/statistics/click/?target=https://github.com/SpiderClub/haipproxy):使用 Scrapy+Redis 实现的高可用分布式 IP 代理池,为大型分布式爬虫提供高可用低延迟的代理 IP 资源。
129131
```python

0 commit comments

Comments
 (0)