-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtechnology_stack.json
111 lines (111 loc) · 1.99 KB
/
technology_stack.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
{
"python_spider": [
"BeautifulSoup",
"Scrapy",
"lxml",
"selenium"
],
"machine_learn": [
"Scikit-learn",
"Tensorflow",
"Caffe"
],
"front_end": [
"HTML",
"CSS",
"Javascript",
"Bootstrap",
"JQuery",
"React",
"Vue.js",
"Angular",
"Ajax",
"Node.js"
],
"database": [
"MySQL",
"Hive",
"MongoDB",
"redis",
"Memcached"
],
"other_technology": [
"git",
"Docker",
"Nginx",
"Jenkins",
"Kafka",
"Zookeeper",
"virtualenv",
"cython",
"pyinstall",
"axure"
],
"python_science": [
"numpy",
"math"
],
"other_language": [
"C++",
"Java",
"Go",
"PHP",
"Julia",
"Android",
"微信小程序",
"IOS"
],
"data_structure_algorithm": [
"线性表",
"栈",
"队列",
"串",
"数组",
"树",
"图",
"动态存储管理算法",
"查找算法",
"排序算法",
"文件索引"
],
"linux": [
"linux进程相关",
"linux内核机制",
"shell"
],
"python_base": [
"socket",
"re",
"threading",
"multiprocess",
"json",
"xml",
"logging",
"subprocess",
"os",
"sys",
"time",
"datetime",
"shutil",
"ctypes",
"atexit",
"argparse",
"platform",
"_winreg",
"ConfigParser",
"getpass",
"codecs",
"string",
"datetime",
"collections",
"random",
"chardet",
"urllib2",
"requests"
],
"python_web": [
"Django",
"Flask",
"Tornado"
]
}