Skip to content

Commit be27b93

Browse files
committed
发布:《HelloGithub》第四期
1 parent da974df commit be27b93

11 files changed

+32
-16
lines changed

01/HelloGithub01.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
- [iterm2 快捷键](https://github.com/sumiaowen/iterm2-shortcuts)
6868

6969
#### 其它期
70-
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
70+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/04/HelloGithub04.md)
7171
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
7272
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
7373
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

02/HelloGithub02.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ if __name__ == '__main__':
114114
```
115115

116116
#### 其它期
117-
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
117+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/04/HelloGithub04.md)
118118
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
119119
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
120120
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

03/HelloGithub03.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mui框架有效的解决了这些问题,这是一个可以方便开发出高
4444
10、[CSS 创作指南](https://github.com/cssdream/css-creating)
4545

4646
#### 其它期
47-
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
47+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/04/HelloGithub04.md)
4848
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
4949
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
5050
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

04/HelloGithub04.md

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,31 +14,46 @@
1414
>以下为本期内容
1515
1616
#### Python项目
17-
1、[The Hitchhiker’s Guide to Python](https://github.com/kennethreitz/python-guide)[requests库](https://github.com/kennethreitz/requests)作者——kennethreitz,写的python教程,已经完结,出书。是个指导性教程,不是语法层面的,涵盖项目结构、代码风格,进阶、工具等方方面面。虽然是英文版,但我这个英语渣都能看懂,你肯定也可以,快去看看吧,开卷有益。[在线阅读](http://docs.python-guide.org/en/latest/)
17+
1、[The Hitchhiker’s Guide to Python](https://github.com/kennethreitz/python-guide)[requests库](https://github.com/kennethreitz/requests)作者——kennethreitz,写的python教程,已经完结,出书。是个指导性教程,不是语法层面的,涵盖项目结构、代码风格,进阶、工具等方方面面。虽然是**英文版**([中文翻译版](http://pythonguidecn.readthedocs.io/zh/latest/)),但我这个英语渣都能看懂,你肯定也可以,快去看看吧,开卷有益。[在线阅读](http://docs.python-guide.org/en/latest/)
1818

1919
2、[flask-admin](https://github.com/flask-admin/flask-admin):我工作中需要写一个微型的管理系统,用的就是这个框架。简直快餐型,页面都写好了,只要设置好相关配置就可以跑起来了。唯一缺点就是文档中的例子少,开发一些特定的需求需要自己看源码,才能明白如何改。[文档](https://flask-admin.readthedocs.io/en/latest/),下面是我跑起来之后的样子:
20-
![]()
2120

22-
#### Javascript项目
23-
3、[知乎日报web版---vue](https://github.com/yatessss/zhihudaily-vue):Vus写的知乎日报手机web版,[展示](http://zhihudaily-vue.yatessss.com/),需打开chrome浏览器的手机模拟功能,来获得比较好的浏览效果。访问展示图如下:
24-
![]()
21+
![](https://github.com/521xueweihan/HelloGithub/blob/master/04/img/flask-admin-show.gif)
22+
23+
3、[qiniu/python-sdk](https://github.com/qiniu/python-sdk):七牛云存储SDK。我自己在用[七牛]的服务,上手简单、有免费额度,可以用来做‘图床’,同时,有了这个SDK可以写一些好用的小工具。例如:
24+
截图之后自动上传,返回图片的url;web app中的图片上传功能等。**注意**:图床不能随便用,我曾经就用超了,账户的钱能扣成**负数**
2525

26+
#### Javascript项目
2627
4、[zingtouch](https://github.com/zingchart/zingtouch):Javascirpt写的,支持移动端各种触摸动作包含:转动、挥动、滑动等动作的库,[官方网站](https://zingchart.github.io/zingtouch/),展示图如下:
27-
![]()
28+
29+
![](https://github.com/521xueweihan/HelloGithub/blob/master/04/img/zingtouch-show.gif)
30+
31+
32+
5、[知乎日报web版---vue](https://github.com/yatessss/zhihudaily-vue):用vue.js写的知乎日报手机web版,[展示](http://zhihudaily-vue.yatessss.com/),需打开chrome浏览器的手机模拟功能,来获得比较好的浏览效果。访问展示图如下:
33+
34+
![](https://github.com/521xueweihan/HelloGithub/blob/master/04/img/zhihu-vue.png)
2835

2936
#### Java项目
30-
5、[Greys(Java在线问题诊断工具)](https://github.com/oldmanpushcart/greys-anatomy):线上系统为何经常出错?数据库为何屡遭黑手?业务调用为何频频失败?连环异常堆栈案,究竟是那次调用所为? 数百台服务器意外雪崩背后又隐藏着什么?是软件的扭曲还是硬件的沦丧? 走进科学带你了解Greys, Java线上问题诊断工具
37+
6、[CacheCloud](https://github.com/sohutv/cachecloud):搜狐视频的CacheCloud提供一个Redis云管理平台,功能强大,教程详细(有视频教程),文档齐全,**企业级开源项目**
3138

32-
#### Javascript项目
33-
6、[os.js](https://github.com/os-js/OS.js):js写的基于浏览器上的桌面操作系统。[在线演示](https://osjsv2.0o.no/),使用展示如图:
34-
![](https://github.com/521xueweihan/HelloGithub/blob/master/03/img/os-js-min.png)
39+
![](https://github.com/521xueweihan/HelloGithub/blob/master/04/img/cachecloud.png)
3540

3641
#### 其它
37-
[如何做好一枚程序员](https://github.com/ahangchen/How-to-Be-A-Programmer-CN)
38-
[神经网络与深度学习书中代码实现](https://github.com/mnielsen/neural-networks-and-deep-learning)[神经网络与深度学习-中文在线阅读](https://tigerneil.gitbooks.io/neural-networks-and-deep-learning-zh/content/chapter1.html),该书中的相关理论的python代码实现。
42+
7、**新的一轮招聘就要开始了,所以发几个github上面我觉得很好的面试相关的项目,希望可以帮助到准备面试的同学**
43+
- [interview_python](https://github.com/taizilongxu/interview_python):关于Python的面试题。
44+
- [PyZh](https://github.com/MrKiven/PyZh):Python经典的技术文章的翻译和收集,[在线阅读](http://pyzh.readthedocs.io/en/latest/)
45+
- [interview](https://github.com/HIT-Alibaba/interview):笔试面试知识整理(涵盖:IOS、Android、计算机基础)[在线阅读](http://hit-alibaba.github.io/interview/index.html)
46+
- [Front-end-Web-Development-Interview-Question](https://github.com/paddingme/Front-end-Web-Development-Interview-Question):前端开发面试题大收集。
47+
- [国内一线互联网公司内部面试题库](https://github.com/JackyAndroid/AndroidInterview-Q-A/blob/master/README-CN.md):这个项目主要是国内一线互联网公司的Java和Android方面的内部面试题,小伙伴们,我只能帮你们到这里了!
48+
49+
8、[如何做好一枚程序员](https://github.com/ahangchen/How-to-Be-A-Programmer-CN)
50+
51+
9、[《神经网络与深度学习》相关代码python实现](https://github.com/mnielsen/neural-networks-and-deep-learning)[神经网络与深度学习-中文在线阅读](https://tigerneil.gitbooks.io/neural-networks-and-deep-learning-zh/content/chapter1.html),该书中的相关理论的python代码实现。
52+
53+
10、[awesome-mac](https://github.com/jaywcjlove/awesome-mac):排版相当好的一个awesome系列文章,文中介绍了很多mac上好用的工具。
3954

4055
#### 其它期
41-
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub04.md)
56+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/04/HelloGithub04.md)
4257
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
4358
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
4459
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

04/img/cachecloud.png

73.8 KB
Loading

04/img/flask-admin-show.gif

100644100755
-362 KB
Loading

04/img/zhihu-vue.png

56.4 KB
Loading

04/img/zhihu-vue1.png

-226 KB
Binary file not shown.

04/img/zhihu-vue2.png

-215 KB
Binary file not shown.

04/img/zingtouch-show.gif

100644100755
-678 KB
Loading

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
---
1414

1515
### 往期回顾
16+
- [第四期](https://github.com/521xueweihan/HelloGithub/blob/master/04/HelloGithub04.md)
1617
- [第三期](https://github.com/521xueweihan/HelloGithub/blob/master/03/HelloGithub03.md)
1718
- [第二期](https://github.com/521xueweihan/HelloGithub/blob/master/02/HelloGithub02.md)
1819
- [第一期](https://github.com/521xueweihan/HelloGithub/blob/master/01/HelloGithub01.md)

0 commit comments

Comments
 (0)