JavaScript 排行榜
JavaScript 排行榜资料
#
Repository
Description
Stars
Updated
1
trekhleb/javascript-algorithms
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings
146959
2022-08-01
2
airbnb/javascript
JavaScript Style Guide
125208
2022-07-27
3
ryanmcdermott/clean-code-javascript
:bathtub: Clean Code concepts adapted for JavaScript
70247
2022-07-10
4
jaywcjlove/awesome-mac
Now we have become very big, Different from the original i ...
Python 排行榜
Python 排行榜资料
#
Repository
Description
Stars
Updated
1
donnemartin/system-design-primer
Learn how to design large-scale systems. Prep for the system design interview. Includes Anki flashcards.
191302
2022-08-01
2
jackfrued/Python-100-Days
Python - 100 天从新手到大师
121442
2022-08-02
3
521xueweihan/HelloGitHub
:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
57881
2022-07-28
4
d2l-ai/d2l-zh
《动手学深度学习》:面向中文读者、能运行、可讨论。中英文版被 55 个国 ...
Vim 排行榜
Vim 排行榜资料
#
Repository
Description
Stars
Updated
1
mhinz/vim-galore
:mortar_board: All things Vim!
14330
2022-06-28
2
wsdjeg/vim-galore-zh_cn
Vim 从入门到精通
9167
2022-05-22
3
lymslive/vimllearn
A book for VimL Script language
413
2022-03-19
4
sicong-li/T.vim
一个提供英-中翻译的 vim 插件
28
2022-02-10
5
MDGSF/MyVim
vim, vimrc, vimrc template, vim document, vim note, vim study, vimtutor, learn vim, vim practice, vim 学习, vim 笔记, vim 训练营, vim 教程, vim 入门教程, vim 简明教程, vim 实操教程, ...
Dart 排行榜
Go 排行榜资料
#
Repository
Description
Stars
Updated
1
astaxie/build-web-application-with-golang
A golang ebook intro how to build a web with golang
40667
2022-07-11
2
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
30580
2022-07-20
3
halfrost/LeetCode-Go
✅ Solutions to LeetCode by Go, 100% test coverage, runtime beats 100% / LeetCode 题解
26152
2022-07-23
4
yeasy/docker_practice
Learn and understand Docker&Container technologies, with real DevOps ...
Dart 排行榜
Dart 排行榜资料
#
Repository
Description
Stars
Updated
1
AweiLoveAndroid/Flutter-learning
:octocat::fire: :+1: :star2: :star: :star::star: Flutter all you want.Flutter install,flutter samples,Flutter projects,Flutter plugin,Flutter problems,Dart codes,etc.Flutter 安装和配置,Flutter 开发遇到的难题,Flut …
5084
2022-02-12
2
huanxsd/flutter_shuqi
高仿书旗小说 Flutter 版,支持 iOS、Android
2407
2022-05-23
3
Sky24n/flustars
🔥🔥🔥 Flutter common utils library. SpUtil, ScreenUtil,WidgetUtil. 也许是目前最好用的 Shar ...
Shell 排行榜
Shell 排行榜资料
#
Repository
Description
Stars
Updated
1
Anduin2017/HowToCook
程序员在家做饭方法指南。Programmer’s guide about how to cook at home (Chinese only).
45967
2022-08-02
2
dwmkerr/hacker-laws
💻📖 Laws, Theories, Principles and Patterns that developers will find useful. #hackerlaws
24065
2022-05-01
3
rootsongjc/kubernetes-handbook
Kubernetes 中文指南/云原生应用架构实战手册 - https://jimmysong.io/kubernetes-handbook
10208
2022-06-01
4
judasn/Linux-Tutorial
《Java 程序员眼中的 Linux》
7900
...
HTML 排行榜
HTML 排行榜资料
#
Repository
Description
Stars
Updated
1
QSCTech/zju-icicles
浙江大学课程攻略共享计划
28002
2022-06-30
2
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
25623
2022-04-29
3
PKUanonym/REKCARC-TSC-UHT
清华大学计算机系课程攻略 Guidance for courses in Department of Computer Science and Technology, Tsinghua University
24923
2022-08-02
4
WeNeedHome/SummaryOfLoanSuspension
全国各省市停贷通知汇总
19804
2022-08-02
5
TeamStuQ/skill-map
程序员技能图谱
18962
2022-07-22
6
nndl/nndl.github.i ...
TypeScript 排行榜
TypeScript 排行榜资料
#
Repository
Description
Stars
Updated
1
basarat/typescript-book
:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
17870
2022-07-26
2
xcatliu/typescript-tutorial
TypeScript 入门教程
9099
2022-07-13
3
cuixiaorui/mini-vue
实现最简 vue3 模型( Help you learn more efficiently vue3 source code )
7612
2022-07-31
4
zhongsp/TypeScript
TypeScript 使用手册(中文版)翻译。http://www.typescriptlang.org
5982
2022-08-01
...
HEXO博客部署到云服务器上
1.准备工作
已经搭建完毕的本地博客
一台 windows/mac 电脑
一台云服务器(本教程以阿里云为例)
本地电脑安装一个 ssh 连接工具
有可能失败很多次但是不会放弃的决心(本博主弄了四个小时)
只要按照本教程来基本上就是复制粘贴的事情,有的小细节可能需要自己注意下
2.服务器上安装配置 git1.安装依赖工具包1yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel
2.安装编译工具1yum install -y gcc perl-ExtUtils-MakeMaker package
3.删除旧版本 git1yum remove git -y
4.回到根目录1cd
5.下载 git 到家目录1wget https://www.kernel.org/pub/software/scm/git/git-2.34.0.tar.gz --no-check-certificate
如果提示没有 wget 命令,先安装:
1yum install wget -y
6.解 ...
程序员们的日常是怎样的
技术相关的岗位
我们来说一下互联网行业的技术岗。
现在几乎所有的软件都已经互联网化了,就算没有互联网化的,它以后也会互联网化,所以我们就不单纯地去说软件开发这个行业了。
开发岗首先就是开发岗,这个就包括了,前端开发、后端开发和移动开发。
前端开发和后端开发,主要是 B/S 结构里的。B/S 结构就是 Browser-Server 结构。而前端指的就是浏览器这个端;后端指的就是服务器这个端。
前端前端主要做的事情,就是把从服务器端读取到的数据展现给用户,然后通过各种 UI 控件和用户互动,再将新的数据送回服务器端。具体的技术包括 HTML、CSS、JavaScript,还可能有一些嵌入浏览器运行的组件,比如 Flash 、 WebGL 。
后端后端则主要送数据给前端,一般有两种方式,以前用的比较多的是,将数据在服务器端先渲染完,然后将输出的结果发送给前端;现在用的比较多的方式是将纯数据通过 Json 或者 xml 等格式发送给前端,在浏览器中通过 JS 来进行渲染。
所以以前很多后端的工程师往往也懂一些前端的知识,比如我认识的很多 PHP 程序员,他们不但懂 MySQ ...