學習網址


Python:

廖雪峯:http://www.liaoxuefeng.com

Python中文官方文檔:http://python.usyiyi.cn/translate/python_278/tutorial/index.html

Python操作redis:http://debugo.com/python-redis/   http://www.cnblogs.com/ccorz/p/5691501.html

Tornado:    http://www.nowamagic.net/academy/part/13/325/

                  http://docs.pythontab.com/tornado/introduction-to-tornado/index.html

Flask: http://docs.jinkan.org/docs/flask/quickstart.html

Django中文官方文檔:http://python.usyiyi.cn/django/intro/tutorial02.html

Django book 2:http://docs.30c.org/djangobook2/chapter14/

Python  Rabbit MQ:http://www.tuicool.com/articles/eEbYzi3

        http://blog.csdn.net/column/details/rabbitmq.html

django後臺用戶登錄:http://www.cnblogs.com/BeginMan/p/3801723.html

Python操作memcache:http://aofengblog.blog.163.com/blog/static/631702120153181320267/

Python初學者(零基礎學習Python、Python入門)書籍、視頻、資料、社區推薦https://github.com/Yixiaohan/codeparkshare

以擼代碼的形式學習Python:https://github.com/xianhu/LearnPython

爬蟲Scrapy:     http://scrapy-chs.readthedocs.io/zh_CN/latest/intro/overview.html

可變對象:https://eastlakeside.gitbooks.io/interpy-zh/content/Mutation/

python 模塊學習

paramiko模塊:http://www.cnblogs.com/xia520pi/p/3805043.html

urllib2:http://www.pythontab.com/html/2014/pythonhexinbiancheng_1128/928.html

任務調度利器:Celery

argparse 模塊





運維學習

Ansible中文權威指南:http://www.ansible.com.cn/

Docker:https://www.gitbook.com/book/yeasy/docker_practice/details

Kubernetes:http://docs.kubernetes.org.cn/247.html   OpenShift:https://docs.openshift.org/

https://www.kubernetes.org.cn/

ELK Stack 之X-pack: https://blog.csdn.net/gamer_gyt/article/details/53016426 https://www.elastic.co/cn/downloads/x-pack 

zabbix微信報警:http://itnihao.blog.51cto.com/1741976/1733245

nginx+lua:http://jinnianshilongnian.iteye.com/blog/2190344

nginx 漫談:http://openresty.org/download/agentzh-nginx-tutorials-zhcn.html

Grafana + Zabbix 部署分佈式監控系統:    http://www.myexception.cn/software-testing/2008870.html

http://docs.grafana-zabbix.org/installation/

http://docs.grafana.org/installation/rpm/

elk中文文檔:https://kibana.logstash.es/content/elasticsearch/monitor/logging.html

elk部署文檔:    https://my.oschina.net/u/2607319/blog/818688

時序數據庫influxdb:https://www.gitbook.com/book/xtutu/influxdb-handbook/details

jenkisn+pipeline:






前端學習:

jQuery:http://www.runoob.com/jquery/jquery-tutorial.html

JavaScript:http://www.runoob.com/js/js-tutorial.html

w3c:http://www.w3school.com.cn

JQuery:http://malsup.com/jquery/form/

AngularJS:http://www.apjs.net/#dir2

前端資源:https://cnodejs.org/topic/56ef3edd532839c33a99d00e

數據可視化:hcharts:http://www.hcharts.cn/demo/highcharts

        百度的echarts  :http://echarts.baidu.com/

阿里技術: https://ant.design

React: http://www.css88.com/react/docs/context.html

React-redux: http://www.ruanyifeng.com/blog/2016/09/redux_tutorial_part_three_react-redux.html


node.js 學習

node.js 框架

thinkjs:http://www.web2816.com/Info/index/id/363.html

eggjs: http://eggjs.org/

koa:  http://koa.bootcss.com/;

          https://cnodejs.org/topic/58ac640e7872ea0864fedf90

          https://chenshenhai.github.io/koa2-note/



redux: http://www.redux.org.cn/docs/basics/Reducers.html

            http://cn.redux.js.org/index.html

            http://www.cnblogs.com/yldf55/p/5644814.html

            https://github.com/lewis617/react-redux-tutorial


sweetalert: http://mishengqiang.com/sweetalert/




工具:

畫圖:https://www.processon.com/diagrams

在線代碼格式化:http://tool.oschina.net/codeformat/json

bootstrap:  http://v3.bootcss.com/

bootstrap小圖標:http://www.bootcss.com/p/font-awesome/#whats-new  

bootstrap小圖標 http://fontawesome.dashgame.com/

編輯器:http://archive.tinymce.com/wiki.php/Installation

×××工具:shadowsocks http://www.jianshu.com/p/6529cdf21e94

×××:windows or mac  使用 shadowsocks 客戶端  、 iPhone : wingy

正則表達式測試網站:http://refiddle.com/

Charles: 抓安卓後ios的應用程序包分析工具


學習網站:

https://linuxstory.org/free-chinese-programming-books/

《正則表達式30分鐘入門教程》:https://deerchao.net/tutorials/regex/regex.htm#lookaround

go學習:https://github.com/Unknwon/go-study-index



程序設計模式:

http://www.cnblogs.com/beijiguangyong/archive/2010/11/15/2302807.html

http://blog.jobbole.com/62023/

http://www.cnblogs.com/Liqiongyu/p/5916710.html



docker:

國內鏡像倉庫對比: https://ieevee.com/tech/2016/09/28/docker-mirror.html



不同語言薪資情況::http://www.jobui.com/



問題:

1. 如何實行發佈項目時,沒發佈一個項目,動態把nginx的這個項目的後端剔除,發佈完成之後,再加上來。   如把upstream 內容寫到consul配置中心中,如果通過api去動態增刪upstream的內容,同時渲染nginx重啓



算法學習 冒泡、二叉樹、哈希、拆半等常見算法學習 

工廠模式、單例模式、享元模式、代理模式等常用設計模式學習 

Django\Tornado\Flask\Bottle\WebPy框架學習 

分佈式文件系統MooseFS

分佈式文件系統GlusterFS

分佈式文件系統FastDFS

OpenStack二次開發

 Jquery/EasyUi/AngulaJS 

Highchart/Echart動態畫圖




值得了解:

https://www.sonarqube.org/



工具推薦: vscode,  sqlectron,  medis,  dash,  buttercup

https://github.com/luin/medis



問題解決:

1.nginx 後端發佈代碼,在大量用戶訪問的時候,還是會出現502等問題。

https://www.toutiao.com/a6254279391729139970/

http://blog.csdn.net/shenshouer/article/details/52925735


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章