Skip to content

Commit 5552d59

Browse files
committed
update web.
1 parent a9eed50 commit 5552d59

45 files changed

Lines changed: 115 additions & 11483 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

04_web/01_Web网页.ipynb

Lines changed: 112 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,112 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 2,
6+
"metadata": {},
7+
"outputs": [
8+
{
9+
"name": "stdout",
10+
"output_type": "stream",
11+
"text": [
12+
"h\n"
13+
]
14+
}
15+
],
16+
"source": [
17+
"print('h')"
18+
]
19+
},
20+
{
21+
"cell_type": "code",
22+
"execution_count": 4,
23+
"metadata": {
24+
"pycharm": {
25+
"name": "#%%\n"
26+
}
27+
},
28+
"outputs": [
29+
{
30+
"name": "stderr",
31+
"output_type": "stream",
32+
"text": [
33+
"Building prefix dict from the default dictionary ...\n",
34+
"Dumping model to file cache /var/folders/my/wtb78vc53sv_jjmg5pk2j1_c0000gn/T/jieba.cache\n",
35+
"Loading model cost 0.751 seconds.\n",
36+
"Prefix dict has been built successfully.\n"
37+
]
38+
},
39+
{
40+
"data": {
41+
"text/plain": [
42+
"['hi', ' ', 'wordl', ' ', 'nihao']"
43+
]
44+
},
45+
"execution_count": 4,
46+
"metadata": {},
47+
"output_type": "execute_result"
48+
}
49+
],
50+
"source": [
51+
"import jieba\n",
52+
"jieba.lcut('hi wordl nihao')"
53+
]
54+
},
55+
{
56+
"cell_type": "markdown",
57+
"metadata": {},
58+
"source": [
59+
"# web"
60+
]
61+
},
62+
{
63+
"cell_type": "code",
64+
"execution_count": 5,
65+
"metadata": {
66+
"pycharm": {
67+
"name": "#%%\n"
68+
}
69+
},
70+
"outputs": [
71+
{
72+
"name": "stdout",
73+
"output_type": "stream",
74+
"text": [
75+
"good.\n"
76+
]
77+
}
78+
],
79+
"source": [
80+
"print('good.')"
81+
]
82+
},
83+
{
84+
"cell_type": "code",
85+
"execution_count": null,
86+
"metadata": {},
87+
"outputs": [],
88+
"source": []
89+
}
90+
],
91+
"metadata": {
92+
"kernelspec": {
93+
"display_name": "Python 3",
94+
"language": "python",
95+
"name": "python3"
96+
},
97+
"language_info": {
98+
"codemirror_mode": {
99+
"name": "ipython",
100+
"version": 3
101+
},
102+
"file_extension": ".py",
103+
"mimetype": "text/x-python",
104+
"name": "python",
105+
"nbconvert_exporter": "python",
106+
"pygments_lexer": "ipython3",
107+
"version": "3.8.8"
108+
}
109+
},
110+
"nbformat": 4,
111+
"nbformat_minor": 1
112+
}

04_web/02_django/HelloWorld/HelloWorld/__init__.py

Whitespace-only changes.

04_web/02_django/HelloWorld/HelloWorld/search.py

Lines changed: 0 additions & 23 deletions
This file was deleted.

04_web/02_django/HelloWorld/HelloWorld/search_post.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

04_web/02_django/HelloWorld/HelloWorld/settings.py

Lines changed: 0 additions & 120 deletions
This file was deleted.

04_web/02_django/HelloWorld/HelloWorld/testdb.py

Lines changed: 0 additions & 65 deletions
This file was deleted.

04_web/02_django/HelloWorld/HelloWorld/urls.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

04_web/02_django/HelloWorld/HelloWorld/view.py

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)