Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Z
ZHOUXINGYU_project
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhou
ZHOUXINGYU_project
Commits
23d2dc80
Commit
23d2dc80
authored
Jan 18, 2020
by
zhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update readme.md
parent
bb5adbee
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
readme.md
readme.md
+8
-1
No files found.
readme.md
View file @
23d2dc80
...
...
@@ -7,6 +7,7 @@
#### 2.填写好后使用run()方法即可获取数据并且进行类别品牌匹配后。
#### 3.使用param_extract_function函数,输入run()方法返回的dataframe,即可进行参数对应和名称中参数提取,并且将结果直接保存在数据库。
#### 4.数据输出在数据库ZI_Database中,其中Product_Api_Data库保存产品数据,Product_Parameter_Process库保存参数数据。这两个表值接对接页面。
#### 5.数据的批次后缀为1。
```
python
channel
=
'LXWL'
data_api
=
data_fetch
(
model
=
'LXWL_model'
,
localhost
=
False
,
source
=
f
'ZH_{channel}'
)
...
...
@@ -41,3 +42,9 @@
#### 2.在program文件夹中新建名为data的文件夹。
#### 3.运行fileMonitor.sh。
#### 4.将命名格式为'LXWL_2019-12-12_0101.txt.ann'的txt上传到data文件夹时,将自动解析标注结果,把标注结果作为参数项上传到Product_Parameter_Process库。
## 五.爬取数据在张楷SKU排重后,多线程上传页面模块。
#### 1.直接运行crawl_data_run()即可将爬取的数据在子类,品牌对应,提取参数,爬取参数,参数对应后上传至页面。。
#### 2.数据的批次后缀为2。
```
python
crawl_data_run
()
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment