Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
A
aidso-data
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Yaowentong
aidso-data
Commits
1236b9ff
Commit
1236b9ff
authored
Jul 13, 2026
by
Yaowentong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
豆包安卓修复
parent
66670d85
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
4065 additions
and
306 deletions
+4065
-306
doubao_android_data_process.py
aidso_geo/models/doubao_android_data_process.py
+5
-9
process.py
aidso_geo/models/process.py
+3
-3
qianwen_android_data_process.py
aidso_geo/models/qianwen_android_data_process.py
+1
-1
xiaohongshu_android_data_process.py
aidso_geo/models/xiaohongshu_android_data_process.py
+1
-2
yuanbao_android_data_process.py
aidso_geo/models/yuanbao_android_data_process.py
+2
-2
1.json
third_live/1.json
+68
-187
2.json
third_live/2.json
+3985
-102
No files found.
aidso_geo/models/doubao_android_data_process.py
View file @
1236b9ff
...
...
@@ -37,15 +37,11 @@ def doubao_mobile_process_original_data(task_data):
try
:
json_content
=
json
.
loads
(
payload
)
print
(
json_content
)
print
(
'-----'
)
print
(
'-----'
)
print
(
'-----'
)
print
(
'-----'
)
print
(
'-----'
)
except
(
IndexError
,
json
.
JSONDecodeError
):
continue
if
not
isinstance
(
json_content
,
dict
):
continue
if
json_content
.
get
(
'content'
):
if
json_content
.
get
(
'content'
)
.
get
(
'content_block'
):
if
json_content
.
get
(
'content'
)
.
get
(
'content_block'
)[
0
]
.
get
(
'block_type'
)
==
10040
:
...
...
@@ -315,7 +311,7 @@ def doubao_mobile_process_original_data(task_data):
suggestions
,
rich_media_block
)
return
(
file_path
,
search_keyword
,
url_list
,
think_content
,
response_content
,
suggestions
)
except
Exception
as
e
:
# traceback.print_exc()
parts
=
file_path
.
split
(
'/'
)
platform
=
parts
[
2
]
task_id
=
parts
[
1
]
...
...
@@ -348,7 +344,7 @@ if __name__ == '__main__':
# file_path = 'geo/c7eb465e-f385-4aa2-89c4-a7cf11897f45/KIMI/1(1).txt'
data_list
=
bh_utils
.
query_data
(
f
"select * from geo_commit_task where reqId = '
0d408a82-c850-4796-9fa3-de5af109b2e4
'"
)
f
"select * from geo_commit_task where reqId = '
f6599e25c11544e69f911b53aff98ce7
'"
)
...
...
aidso_geo/models/process.py
View file @
1236b9ff
...
...
@@ -1995,7 +1995,7 @@ def run_data(PAGE_SIZE,MAX_WORKERS):
if
__name__
==
'__main__'
:
#
data_list
=
bh_utils
.
query_data
(
f
"select * from geo_commit_task where
reqId='df6b3f7850eb4a538843952f566f0b58
'"
)
data_list
=
bh_utils
.
query_data
(
f
"select * from geo_commit_task where
status='ING
'"
)
def
handle_item
(
i
):
if
i
.
get
(
'comWordsMap'
):
...
...
@@ -2011,8 +2011,8 @@ if __name__ == '__main__':
type_t
=
i
.
get
(
'type'
)
type_t
=
'batch'
# commit_task(i,'ING')
#
return task_send_queue(i,type_t)
return
platform_process
(
i
)
return
task_send_queue
(
i
,
type_t
)
#
return platform_process(i)
#
if
data_list
:
with
ThreadPoolExecutor
(
max_workers
=
30
)
as
executor
:
...
...
aidso_geo/models/qianwen_android_data_process.py
View file @
1236b9ff
...
...
@@ -324,7 +324,7 @@ def qianwen_android_process_original_data(task_data):
response_content
+=
'render_ecom_card_widget_gaode_start:'
gaode_str
=
json
.
dumps
(
gaode_list
,
ensure_ascii
=
False
)
response_content
+=
gaode_str
response_content
+=
'render_ecom_card_widget_gaod_end:
\n
'
response_content
+=
'render_ecom_card_widget_gaod
e
_end:
\n
'
if
mime_type
==
'multi_load/iframe'
and
multi_load_type
==
'deep_think'
and
multi_load_status
==
'complete'
:
think_content
+=
multi_load_content
.
get
(
'think_content'
)
# 引用来源 回答 视频列表
...
...
aidso_geo/models/xiaohongshu_android_data_process.py
View file @
1236b9ff
...
...
@@ -65,7 +65,7 @@ if __name__ == '__main__':
# xiaohongshu_android_process_original_data(file_path2)
data_list
=
bh_utils
.
query_data
(
f
"select * from geo_commit_task where platform = 'XHSA' and taskId = '
aeb60818-5221-4062-820d-e4523f184d56
'"
)
data_list
=
bh_utils
.
query_data
(
f
"select * from geo_commit_task where platform = 'XHSA' and taskId = '
74866a04-8cc0-4c95-be49-836353f9f7bb
'"
)
# # #
# # #
...
...
@@ -81,7 +81,6 @@ if __name__ == '__main__':
i
[
'keywords'
]
=
json
.
loads
(
i
.
get
(
'keywords'
))
if
i
.
get
(
'productWordsMap'
):
i
[
'productWordsMap'
]
=
json
.
loads
(
i
.
get
(
'productWordsMap'
))
print
(
i
.
get
(
'taskId'
))
return
xiaohongshu_android_process_original_data
(
i
)
# 喜欢非遗手作的看这里!周末到河北之涿州!
...
...
aidso_geo/models/yuanbao_android_data_process.py
View file @
1236b9ff
...
...
@@ -47,6 +47,7 @@ def yuanbao_android_process_original_data(task_data):
# 提取并解析JSON数据
data_str
=
i
.
split
(
"data: "
)[
1
]
json_data
=
json
.
loads
(
data_str
)
except
(
IndexError
,
json
.
JSONDecodeError
):
continue
# 跳过格式错误的数据
if
json_data
.
get
(
'type'
)
==
'searchGuid'
:
...
...
@@ -146,7 +147,6 @@ def yuanbao_android_process_original_data(task_data):
suggestions
,
rich_media_block
)
return
(
file_path
,
search_keyword
,
url_list
,
think_content
,
response_content
,
suggestions
)
except
Exception
as
e
:
parts
=
file_path
.
split
(
'/'
)
platform
=
parts
[
2
]
task_id
=
parts
[
1
]
...
...
@@ -175,7 +175,7 @@ if __name__ == '__main__':
# yuanbao_android_process_original_data(file_path2)
data_list
=
bh_utils
.
query_data
(
f
"select * from geo_commit_task where taskId = '2
e35cfd9-6c36-417c-9384-9140d9a7dcd1
' and platform = 'TXYBA'"
)
f
"select * from geo_commit_task where taskId = '2
a7fca28-5389-4506-ad2a-76c222fe424e
' and platform = 'TXYBA'"
)
# # #
...
...
third_live/1.json
View file @
1236b9ff
{
'uniqpid'
:
'
102775237
'
,
'reason'
:
'氨基酸成分,可卸属性'
,
'activityIdBase
64
'
:
'MTI
0
MTE
2
MDc
3
'
,
'short_title_c
2
c'
:
''
,
'clickTrace'
:
'query
:
%E
5
%
8
F%AF%E
4
%BB%A
5
%E
5
%
8
D%B
8
%E
9
%
98
%B
2
%E
6
%
99
%
92
%E
7
%
9
A%
84
%E
6
%B
0
%A
8
%E
5
%
9
F%BA%E
9
%
85
%B
8
%E
6
%B
4
%
97
%E
9
%
9
D%A
2
%E
5
%A
5
%B
6
%E
6
%
9
C%
89
%E
5
%
93
%AA%E
4
%BA%
9
B%E
6
%
8
E%A
8
%E
8
%
8
D%
90
;nid
:
643872234510
;cat_id
:
50011977
;seller_id
:
719647565
;seller_type
:
0
;src
:
mainse;recType
:
null
;rn
:
7
dcf
1
a
0
fd
37
aa
7
ee
1
b
2
fc
85
a
543e306
a;c_flag
:
false
;client
:
iphone;sp_rank_features
:
;wlsort
:
98
;price
:
38
;sort
:
null
;tpp_bucket
:
82
;catepgoryp
:
50011977
1801
0
;gray
:
0
;grayBucket
:
81
;channelSrp
:
qwenApp;servicePlanCode
:
idsByOrder;srp
:
MainSrp;skuEngV
2
:
F'
,
'extraParams'
:
[
'has_more_sources'
:
False
,
'link'
:
'xhsdiscover
:
//rn/search-page/source-panel?background_transparent_v
2
=
true
&halfShadowCorner=
12
&halfShadowHeight=
0.75
&title=%E
5
%
8
F%
82
%E
8
%
80
%
83
%E
6
%
9
D%A
5
%E
6
%BA%
90
&sourceType=
1
&query=%E
6
%
95
%B
0
%E
6
%
8
D%AE%E
5
%
88
%
86
%E
6
%
9
E%
90
%E
6
%
96
%B
9
%E
5
%
90
%
91
%E
7
%
9
A%
84
%E
6
%B
1
%
82
%E
8
%
81
%
8
C%E
8
%BE%
85
%E
5
%AF%BC%E
6
%
9
C%BA%E
6
%
9
E%
84
%E
5
%
93
%AA%E
5
%AE%B
6
%E
9
%
9
D%A
0
%E
8
%B
0
%B
1
%EF%BC%
9
F&version=
0
&result_version=
0
&id=
null
&needNewRootNavigation=
true
&page=
0
&size=
10
&search_id=
2
glwff
742
zfd
8
o
03
a
4
y
68
&message_id=
7660592010842079242
'
,
'share_info'
:
{
'page_link'
:
'https
:
//www.xiaohongshu.com/s/dqa?dqa_share_id=q
5
h
6
ocIcqAunefZj&source=outsitesharinglinkreturn'
,
'topic_id'
:
'
6561
d
7
f
4087650000158
f
205
'
,
'sub_image_dark'
:
'https
:
//fe-platform.xhscdn.com/platform/
104101
l
031
hds
38
d
73
s
06
au
0
q
9
q
2000000000012
l
8
vmjk'
,
'share_id'
:
'q
5
h
6
ocIcqAunefZj'
,
'title'
:
'数据分析方向的求职辅导机构哪家靠谱?'
,
'subtitle'
:
'\u
200
b\u
200
b找数据分析的求职辅导机构,关键不在于机构名气多大,而在于它能否帮你补齐求职中最短的那块板。\u
200
b\u
200
b对于求职者来说,最核心的短板通常是“项目经验”和“求职技巧”。
🎯
重点考察机构的核心要素
'
,
'image'
:
'https
:
//fe-platform.xhscdn.com/platform/
104101
l
031
i
1
gl
5
rh
7806
au
0
q
9
q
20000000000125
p
79
aq.png'
,
'function_entries'
:
[
{
'value'
:
'taobaoSearch'
,
'key'
:
'xxc'
'type'
:
'generate_note'
},
{
'value'
:
'%E
5
%
8
F%AF%E
4
%BB%A
5
%E
5
%
8
D%B
8
%E
9
%
98
%B
2
%E
6
%
99
%
92
%E
7
%
9
A%
84
%E
6
%B
0
%A
8
%E
5
%
9
F%BA%E
9
%
85
%B
8
%E
6
%B
4
%
97
%E
9
%
9
D%A
2
%E
5
%A
5
%B
6
%E
6
%
9
C%
89
%E
5
%
93
%AA%E
4
%BA%
9
B%E
6
%
8
E%A
8
%E
8
%
8
D%
90
'
,
'key'
:
'detailAlgoParam
'
'type'
:
'generate_image
'
,
'link'
:
'https
:
//www.xiaohongshu.com/s/dqa?dqa_share_id=q
5
h
6
ocIcqAunefZj&source=outsitesharingpicreturn
'
},
{
'value'
:
'
0000
JIq
5
Mck
0
LYPLMNqrdaBX
3
ftWuJZhQMTTgbZfuxjA
4
OU
'
,
'key'
:
'mi_id
'
'type'
:
'copy_link
'
,
'link'
:
'https
:
//www.xiaohongshu.com/s/dqa?dqa_share_id=q
5
h
6
ocIcqAunefZj&source=outsitecopylinkreturn
'
},
{
'value'
:
'
4988814839437
'
,
'key'
:
'skuId'
},
{
'value'
:
'
3
'
,
'key'
:
'skuPriceType'
},
{
'value'
:
'
3820
'
,
'key'
:
'upStreamPrice'
}
],
'imageInfo'
:
[
{
'imageUrl'
:
'https
:
//gw.alicdn.com/img/bao/uploaded/i
4
/i
1
/
719647565
/O
1
CN
017
qqWvi
25
kpEGZLOBE_!!
719647565
.jpg'
,
'fieldTemplate'
:
'image'
'type'
:
'report_ask'
}
],
'summaryTipsColor'
:
''
,
'tItemType'
:
'ms_tb-webb-ai-assistant_qwen-search-m
3
'
,
'price'
:
'
53.00
'
,
'realSales'
:
'
100
+人付款'
,
'sameCount'
:
'
94
'
,
'shopInfo'
:
{
'pbshowshopinfo'
:
'
true
'
,
'shopInfoList'
:
[
'进店'
'topic_ids'
:
[
'
61
a
8
c
19
c
000000000100
aa
7
b'
,
'
5
f
0
c
22
a
1000000000101
d
2
f
8
'
,
'
5e9290
c
6000000000100
a
0
d
8
'
],
'url'
:
'https
:
//shop.m.taobao.com/shop/shop_index.htm?shop_navi=allitems&upText=%E
5
%
8
F%AF%E
4
%BB%A
5
%E
5
%
8
D%B
8
%E
9
%
98
%B
2
%E
6
%
99
%
92
%E
7
%
9
A%
84
%E
6
%B
0
%A
8
%E
5
%
9
F%BA%E
9
%
85
%B
8
%E
6
%B
4
%
97
%E
9
%
9
D%A
2
%E
5
%A
5
%B
6
%E
6
%
9
C%
89
%E
5
%
93
%AA%E
4
%BA%
9
B%E
6
%
8
E%A
8
%E
8
%
8
D%
90
&item_id=
643872234510
'
,
'shopInfoColor'
:
'#
333333
'
},
'hiddenSet'
:
{},
'priceColor'
:
'#
000000
'
,
'listTwoLineTitle'
:
'
true
'
,
'itemPriceSign'
:
''
,
'fullSpan'
:
'
false
'
,
'priceShow'
:
{
'unit'
:
'¥'
,
'price'
:
'
38.20
'
,
'preText'
:
''
},
'itemId'
:
'
643872234510
'
,
'similarURL'
:
'http
:
//h
5
.m.taobao.com/app/searchsimilar/www/tbsimilar/index.html?from=tbsearch&showtype=similar&liantiao=wsearch_pre_http_gray&scm=
20140662
.search&vm=nw&nid=
643872234510
&q=%E
5
%
8
F%AF%E
4
%BB%A
5
%E
5
%
8
D%B
8
%E
9
%
98
%B
2
%E
6
%
99
%
92
%E
7
%
9
A%
84
%E
6
%B
0
%A
8
%E
5
%
9
F%BA%E
9
%
85
%B
8
%E
6
%B
4
%
97
%E
9
%
9
D%A
2
%E
5
%A
5
%B
6
%E
6
%
9
C%
89
%E
5
%
93
%AA%E
4
%BA%
9
B%E
6
%
8
E%A
8
%E
8
%
8
D%
90
&searchToken=
3
d
283
b
62
c
42455595828
ceb
5770e31880507776
f
6177
d
28
d
8e2
e
3
c
85378
fd
989
'
,
'g
9
'
:
'
false
'
,
'dItemType'
:
'nt_auction_
2019
'
,
'isB
2
c'
:
'
0
'
,
'productLaunch'
:
''
,
'iconList'
:
'commonPreTitleActivity
,
guanfanglijian
2023
_nonactivity
,
thbyf
,
gongyibaobei'
,
'locType'
:
''
,
'structuredUSPInfo'
:
[
'icon'
:
'https
:
//fe-platform.xhscdn.com/platform/
104101
l
031
i
1
gl
5
rh
7806
au
0
q
9
q
20000000000125
p
79
aq.png'
,
'link'
:
'xhsdiscover
:
//search_agent_share_page?share_id=q
5
h
6
ocIcqAunefZj&share_source=Insitesharingreturn'
,
'content'
:
'\u
200
b\u
200
b找数据分析的求职辅导机构,关键不在于机构名气多大,而在于它能否帮你补齐求职中最短的那块板。\u
200
b\u
200
b对于求职者来说,最核心的短板通常是“项目经验”和“求职技巧”。
🎯
重点考察机构的核心要素
'
,
'sub_image'
:
'https
:
//fe-platform.xhscdn.com/platform/
104101
l
031
hds
0
tk
03
q
06
au
0
q
9
q
200000000001199
js
56
'
},
'answer_status'
:
0
,
'base_deeplink'
:
{
'recommend'
:
'xhsdiscover
:
//rn/search-page/source-panel?sourceType=
0
&halfShadowHeight=
0.75
&background_transparent_v
2
=
true
&halfShadowCorner=
12
&size=
10
&page_from=
0
&needNewRootNavigation=
true
'
,
'underline_v
2
'
:
'xhsdiscover
:
//search/result?background_transparent_v
2
=
true
&halfShadowCorner=
12
&needNewRootNavigation=
true
&business_type=DQA&answer_id=&result_version=
2
&halfShadowHeight=
0.75
&enable_half_screen=
true
&half_screen_height_ratio=
0.7
&half_screen_mask=
true
&add_to_history=
true
&source=dqa'
,
'quote'
:
'xhsdiscover
:
//rn/search-page/text-source-panel?halfShadowHeight=
0.5
&background_transparent_v
2
=
true
&halfShadowCorner=
12
&sourceType=
1
&subTitle=&version=
0
&result_version=
0
&message_id=
7660592010842079242
&query=%E
6
%
95
%B
0
%E
6
%
8
D%AE%E
5
%
88
%
86
%E
6
%
9
E%
90
%E
6
%
96
%B
9
%E
5
%
90
%
91
%E
7
%
9
A%
84
%E
6
%B
1
%
82
%E
8
%
81
%
8
C%E
8
%BE%
85
%E
5
%AF%BC%E
6
%
9
C%BA%E
6
%
9
E%
84
%E
5
%
93
%AA%E
5
%AE%B
6
%E
9
%
9
D%A
0
%E
8
%B
0
%B
1
%EF%BC%
9
F&needNewRootNavigation=
true
'
,
'underline'
:
'xhsdiscover
:
//search/result?background_transparent_v
2
=
true
&halfShadowCorner=
12
&needNewRootNavigation=
true
&business_type=DQA&answer_id=&result_version=
2
&halfShadowHeight=
0.75
&enable_half_screen=
true
&half_screen_height_ratio=
0.7
&half_screen_mask=
true
&add_to_history=
true
&source=dqa'
},
'elements'
:
[
{
'icon'
:
'https
:
//gw.alicdn.com/imgextra/i
3
/O
1
CN
01
lJ
98
uI
28
BVfSRC
6
Nt_!!
6000000007894-2
-tps
-47-38
.png'
,
'type'
:
'taowiseSellPoint'
'element_type'
:
'markdown'
,
'markdown'
:
{
'text'
:
'\u
200
b***\u
200
b找数据分析的求职辅导机构,关键不在于机构名气多大,而在于它能否帮你补齐求职中最短的那块板。\u
200
b***\u
200
b对于求职者来说,最核心的短板通常是“项目经验”和“求职技巧”。\n\n####
🎯
重点考察机构的核心要素\n\n-
\u
200
b**\u
200
b项目实战含金量:\u
200
b**\u
200
b
课程里的项目是不是企业真实在用?用的是不是脱敏的真实数据?这决定了你简历上的项目经验能不能在面试中经得起深挖。很多机构都强调项目实战,这是考察的重中之重。\n\n-
\u
200
b**\u
200
b就业服务细节:\u
200
b**\u
200
b
“推荐就业”听起来很美,但具体服务是什么?是无限次内推直到你找到工作为止,还是只推荐一两次?简历修改和模拟面试是一对一还是群面?这些细节决定了你的求职体验。\n\n-
\u
200
b**\u
200
b师资背景:\u
200
b**\u
200
b
老师是来自大厂一线,还是只有教学经验?有实战经验的老师才能教你工作中真正用到的技巧和“坑”。\n\n-
\u
200
b**\u
200
b避坑提醒:\u
200
b**\u
200
b
要特别警惕那些承诺“包就业”、“造简历”的机构。这种承诺听起来诱人,但一旦被发现简历造假,对你的职业生涯是毁灭性打击。\n\n####
🏢
部分机构信息参考\n\n这里整理了一些在笔记中被提及的机构信息,你可以作为初步了解的参考,但务必亲自去体验和判断。\n\n-
\u
200
b**\u
200
b<u>职来
offer</u>:\u
200
b**\u
200
b
主打线上培训和求职陪跑,提供
1
v
1
项目带学和长达两年的服务期,对需要长期跟进的学员比较友好。\n\n-
\u
200
b**\u
200
b<u>博为峰</u>:\u
200
b**\u
200
b
成立时间较早,线下校区多,包括重庆在内,适合想就近入学、喜欢线下氛围的同学。\n\n-
\u
200
b**\u
200
b<u>北大青鸟</u>:\u
200
b**\u
200
b
老牌IT培训机构,有
23
年历史,课程体系比较成熟,提供
7
天试听,可以先感受一下教学质量。\n\n-
\u
200
b**\u
200
b<u>新盛大数据</u>:\u
200
b**\u
200
b
创始人背景是猎聘,强调与企业合作,课程紧跟市场需求,对就业导向比较重视。\n\n-
\u
200
b**\u
200
b<u>探潜数据分析</u>:\u
200
b**\u
200
b
专注于数据分析领域,提供BDA数据分析证书培训,并附带求职辅导服务。\n\n-
\u
200
b**\u
200
b<u>数据云堂</u>:\u
200
b**\u
200
b
专注于企业级项目实战,导师会手把手带你做项目,并帮你梳理项目亮点,优化简历。\n\n-
\u
200
b**\u
200
b<u>慧界数字</u>:\u
200
b**\u
200
b
课程对零基础友好,会结合AI工具辅助教学,降低学习门槛,在广州、深圳有校区。\n\n-
\u
200
b**\u
200
b<u>聚数云海</u>:\u
200
b**\u
200
b
位于成都,提供
60
天保就业服务,并承诺就业失败全额退费,服务比较有保障。'
}
],
'priceShowWithIcon'
:
{
'iconHeight'
:
''
,
'iconWidth'
:
''
,
'priceColor'
:
'#ff
5000
'
,
'showOriginPrice'
:
'
false
'
,
'index'
:
1.0
,
'preText'
:
''
,
'originPrice'
:
'¥
45
'
,
'unit'
:
'¥'
,
'suffixColor'
:
'#ff
5000
'
,
'price'
:
'
38.20
'
,
'suffixText'
:
'券后价'
,
'domClass'
:
'umpcouponprice'
,
'hiddenPriceUnderline'
:
'
true
'
,
'iconUrl'
:
''
},
'wfTwoLineTitle'
:
'
true
'
,
'priceWithRate'
:
'
45.00
'
,
'nidlong'
:
643872234510.0
,
'title'
:
'温和不刺激氨基酸洁面瑷尔博士'
,
'utLogMap'
:
{
'shop'
:
'look_back_user_num;shop_name;into_shop'
,
'summary_price'
:
'
45.00
'
,
'price_desc'
:
'券后价'
,
'umpDirect'
:
'
true
'
,
'title'
:
'showTitle'
,
's_id'
:
'
4988814839437
'
,
'list_param'
:
'可以卸防晒的氨基酸洗面奶有哪些推荐_
98
_
7
dcf
1
a
0
fd
37
aa
7
ee
1
b
2
fc
85
a
543e306
a'
,
'x_object_type_search'
:
'item'
,
'm_sp'
:
'
1
'
,
'xui_ump'
:
'
true
'
,
'sku_p_t'
:
'
3
'
,
'p_t'
:
'
2
'
,
'saleText'
:
'
100
+人付款'
,
'provcity'
:
'辽宁
沈阳'
,
'pic_source'
:
'sp'
,
'x_object_id'
:
'
643872234510
'
},
'result'
:
'T'
,
'auctionURL'
:
'http
:
//a.m.taobao.com/i
643872234510
.htm?&ttid=
201200
%
40
qwen_iphone_
10.4
.
0
&sid=eb
7
fd
95
ddac
4274e8
f
55
c
68
f
30453
b
3
e'
,
'itemCollect'
:
'
false
'
,
'leafCategory'
:
'
50011977
'
,
'isP
4
p'
:
'
false
'
,
'xsearchFullspan'
:
'
false
'
,
'detailBaseUrl'
:
''
,
'similarSameUrl'
:
'//market.m.taobao.com/app/nx
3
/similar_and_same?q=%E
5
%
8
F%AF%E
4
%BB%A
5
%E
5
%
8
D%B
8
%E
9
%
98
%B
2
%E
6
%
99
%
92
%E
7
%
9
A%
84
%E
6
%B
0
%A
8
%E
5
%
9
F%BA%E
9
%
85
%B
8
%E
6
%B
4
%
97
%E
9
%
9
D%A
2
%E
5
%A
5
%B
6
%E
6
%
9
C%
89
%E
5
%
93
%AA%E
4
%BA%
9
B%E
6
%
8
E%A
8
%E
8
%
8
D%
90
&prern=
7
dcf
1
a
0
fd
37
aa
7
ee
1
b
2
fc
85
a
543e306
a&m=newsimilarsame&isP
4
p=
false
&n=
10
&nid=
643872234510
&searchToken=
3
d
283
b
62
c
42455595828
ceb
5770e31880507776
f
6177
d
28
d
8e2
e
3
c
85378
fd
989
&hasSimilar=
true
&graphnid=
643872234510
&hasSame=
true
&uniqpid=
102775237
&selected=similar&category=
50011977
&sellerId=
719647565
&from=longpress&channelSrp=search&spm=a
2141.7631557
.
0.0
&appId=
18601
'
,
'item_id'
:
'
643872234510
'
,
'exposureInfo'
:
'
643872234510
#
0
#
0
#
0
'
,
'cardType'
:
'item'
,
'pic_path'
:
'https
:
//gw.alicdn.com/img/bao/uploaded/i
4
/i
1
/
719647565
/O
1
CN
017
qqWvi
25
kpEGZLOBE_!!
719647565
.jpg'
,
'structuredShopInfo'
:
{
'pbshowshopinfo'
:
True
,
'bgColor'
:
'#f
7
f
7
f
7
'
,
'paddingRight'
:
'
6
px'
,
'infoList'
:
[
{
'color'
:
'#FF
7
C
40
'
,
'sourceType'
:
'look_back_user_num'
,
'text'
:
'回头客
2
千'
,
'hiddenType'
:
'all'
},
{
'color'
:
'#
666666
'
,
'sourceType'
:
'shop_name'
,
'text'
:
'喜乐汪记
原喵记'
,
'hiddenType'
:
'suffix'
},
{
'color'
:
'#
333333
'
,
'sourceType'
:
'into_shop'
,
'text'
:
'进店'
,
'hiddenType'
:
'all'
'element_type'
:
'spark'
,
'spark'
:
{
'id'
:
'search_agent_highlight_summary'
,
'template_name'
:
'search_agent_highlight_summary'
,
'data'
:
{
'highlight_markdown'
:
'\n####
🤔如何做出最终选择?\n\n-
\u
200
b**\u
200
b试听是王道:\u
200
b**\u
200
b
几乎所有机构都提供试听,这是检验老师水平和课程质量的唯一标准。\n\n-
\u
200
b**\u
200
b追问细节:\u
200
b**\u
200
b
不要只听销售介绍,多问“具体是谁改简历?”“项目数据来源是哪里?”这类问题。\n\n-
\u
200
b**\u
200
b相信直觉:\u
200
b**\u
200
b
如果某个机构的承诺听起来过于完美,让你感觉不真实,那大概率就是坑。\n'
}
],
'guideColor'
:
'#
333333
'
,
'radius'
:
'
10.5
px'
,
'paddingLeft'
:
'
6
px'
,
'url'
:
'https
:
//shop.m.taobao.com/shop/shop_index.htm?shop_navi=allitems&upText=%E
5
%
8
F%AF%E
4
%BB%A
5
%E
5
%
8
D%B
8
%E
9
%
98
%B
2
%E
6
%
99
%
92
%E
7
%
9
A%
84
%E
6
%B
0
%A
8
%E
5
%
9
F%BA%E
9
%
85
%B
8
%E
6
%B
4
%
97
%E
9
%
9
D%A
2
%E
5
%A
5
%B
6
%E
6
%
9
C%
89
%E
5
%
93
%AA%E
4
%BA%
9
B%E
6
%
8
E%A
8
%E
8
%
8
D%
90
&item_id=
643872234510
'
},
'icons'
:
[
{
'alias'
:
'commonPreTitleActivity'
,
'showType'
:
'
0
'
,
'domClass'
:
'commonPreTitleActivity'
,
'type'
:
'img'
,
'iconStyle'
:
{
'light'
:
{
'img'
:
'https
:
//gw.alicdn.com/imgextra/i
4
/O
1
CN
013
NswFg
1
IapZ
0
z
3
ptR_!!
6000000000910-2
-tps
-240-56
.png'
,
'width'
:
'
240
'
,
'height'
:
'
56
'
}
},
'group'
:
'
1
'
},
{
'innerIconGroup'
:
'guanfanglijian
2023
'
,
'alias'
:
'guanfanglijian
2023
_nonactivity'
,
'showType'
:
'
0
'
,
'domClass'
:
'guanfanglijian
2023
_nonactivity'
,
'text'
:
'官方立减
15
%'
,
'type'
:
'text'
,
'group'
:
'
2
'
},
{
'innerIconGroup'
:
'zengyunfeixiangroup'
,
'alias'
:
'thbyf'
,
'showType'
:
'
0
'
,
'domClass'
:
'thbyf'
,
'text'
:
'退货宝'
,
'type'
:
'text'
,
'group'
:
'
2
'
},
{
'alias'
:
'gongyibaobei'
,
'showType'
:
'
0
'
,
'domClass'
:
'gongyibaobei'
,
'text'
:
'公益宝贝'
,
'type'
:
'text'
,
'group'
:
'
2
'
}
],
'userId'
:
'
719647565
'
,
'pltSimilarUrl'
:
'https
:
//h
5
.m.taobao.com/tusou/image_editor/index.html?picurl=http%
3
A%
2
F%
2
Fg.search
2
.alicdn.com%
2
Fimg%
2
Fbao%
2
Fuploaded%
2
Fi
4
%
2
Fi
1
%
2
F
719647565
%
2
FO
1
CN
017
qqWvi
25
kpEGZLOBE_%
21
%
21719647565
.jpg_
600
x
600
q
90
.jpg&pssource=zszxs&photofrom=zszxs&item_id=
643872234510
&seller_id=
719647565
'
,
'showLongTitle'
:
'
true
'
,
'similarCount'
:
'
1
'
,
'localPrice'
:
''
'items'
:
[],
'base_info'
:
{
'totalCnt'
:
'ai为你回答'
,
'rule_link'
:
'https
:
//agree.xiaohongshu.com/h
5
/terms/ZXXY
20240103002
/
-1
'
,
'interaction_info'
:
{
'attitude'
:
0
,
'liked'
:
False
,
'disliked'
:
False
},
'associate_base_dp'
:
'xhsdiscover
:
//search/result?background_transparent_v
2
=
true
&halfShadowCorner=
12
&needNewRootNavigation=
true
&halfShadowHeight=
0.75
&business_type=STREAM_ASSOCIATE&answer_id=&result_version=
0
&query=%E
6
%
95
%B
0
%E
6
%
8
D%AE%E
5
%
88
%
86
%E
6
%
9
E%
90
%E
6
%
96
%B
9
%E
5
%
90
%
91
%E
7
%
9
A%
84
%E
6
%B
1
%
82
%E
8
%
81
%
8
C%E
8
%BE%
85
%E
5
%AF%BC%E
6
%
9
C%BA%E
6
%
9
E%
84
%E
5
%
93
%AA%E
5
%AE%B
6
%E
9
%
9
D%A
0
%E
8
%B
0
%B
1
%EF%BC%
9
F&message_id=
7660592010842079242
&enable_half_screen=
true
&half_screen_height_ratio=
0.7
&half_screen_mask=
true
&add_to_history=
true
&source=dqa'
,
'long_id'
:
7660592010842079242
,
'id'
:
'
7660592010842079242
'
,
'avatar'
:
'https
:
//picasso-static.xiaohongshu.com/fe-platform/d
737
c
210046
d
31e5
f
0926
ecc
7
b
84
b
40
bc
962
d
6
f
6
.png'
,
'dark_avatar'
:
'https
:
//picasso-static.xiaohongshu.com/fe-platform/
381
f
6406
aac
20802
cf
62
f
7
d
9
a
0
a
1
de
06
f
63
be
93
f.png'
,
'scene'
:
'stream'
,
'total_count'
:
-1
,
'text'
:
'\u
200
b***\u
200
b找数据分析的求职辅导机构,关键不在于机构名气多大,而在于它能否帮你补齐求职中最短的那块板。\u
200
b***\u
200
b对于求职者来说,最核心的短板通常是“项目经验”和“求职技巧”。\n\n####
🎯
重点考察机构的核心要素\n\n-
\u
200
b**\u
200
b项目实战含金量:\u
200
b**\u
200
b
课程里的项目是不是企业真实在用?用的是不是脱敏的真实数据?这决定了你简历上的项目经验能不能在面试中经得起深挖。很多机构都强调项目实战,这是考察的重中之重。\n\n-
\u
200
b**\u
200
b就业服务细节:\u
200
b**\u
200
b
“推荐就业”听起来很美,但具体服务是什么?是无限次内推直到你找到工作为止,还是只推荐一两次?简历修改和模拟面试是一对一还是群面?这些细节决定了你的求职体验。\n\n-
\u
200
b**\u
200
b师资背景:\u
200
b**\u
200
b
老师是来自大厂一线,还是只有教学经验?有实战经验的老师才能教你工作中真正用到的技巧和“坑”。\n\n-
\u
200
b**\u
200
b避坑提醒:\u
200
b**\u
200
b
要特别警惕那些承诺“包就业”、“造简历”的机构。这种承诺听起来诱人,但一旦被发现简历造假,对你的职业生涯是毁灭性打击。\n\n####
🏢
部分机构信息参考\n\n这里整理了一些在笔记中被提及的机构信息,你可以作为初步了解的参考,但务必亲自去体验和判断。\n\n-
\u
200
b**\u
200
b<u>职来
offer</u>:\u
200
b**\u
200
b
主打线上培训和求职陪跑,提供
1
v
1
项目带学和长达两年的服务期,对需要长期跟进的学员比较友好。\n\n-
\u
200
b**\u
200
b<u>博为峰</u>:\u
200
b**\u
200
b
成立时间较早,线下校区多,包括重庆在内,适合想就近入学、喜欢线下氛围的同学。\n\n-
\u
200
b**\u
200
b<u>北大青鸟</u>:\u
200
b**\u
200
b
老牌IT培训机构,有
23
年历史,课程体系比较成熟,提供
7
天试听,可以先感受一下教学质量。\n\n-
\u
200
b**\u
200
b<u>新盛大数据</u>:\u
200
b**\u
200
b
创始人背景是猎聘,强调与企业合作,课程紧跟市场需求,对就业导向比较重视。\n\n-
\u
200
b**\u
200
b<u>探潜数据分析</u>:\u
200
b**\u
200
b
专注于数据分析领域,提供BDA数据分析证书培训,并附带求职辅导服务。\n\n-
\u
200
b**\u
200
b<u>数据云堂</u>:\u
200
b**\u
200
b
专注于企业级项目实战,导师会手把手带你做项目,并帮你梳理项目亮点,优化简历。\n\n-
\u
200
b**\u
200
b<u>慧界数字</u>:\u
200
b**\u
200
b
课程对零基础友好,会结合AI工具辅助教学,降低学习门槛,在广州、深圳有校区。\n\n-
\u
200
b**\u
200
b<u>聚数云海</u>:\u
200
b**\u
200
b
位于成都,提供
60
天保就业服务,并承诺就业失败全额退费,服务比较有保障。\n\n\n####
🤔如何做出最终选择?\n\n-
\u
200
b**\u
200
b试听是王道:\u
200
b**\u
200
b
几乎所有机构都提供试听,这是检验老师水平和课程质量的唯一标准。\n\n-
\u
200
b**\u
200
b追问细节:\u
200
b**\u
200
b
不要只听销售介绍,多问“具体是谁改简历?”“项目数据来源是哪里?”这类问题。\n\n-
\u
200
b**\u
200
b相信直觉:\u
200
b**\u
200
b
如果某个机构的承诺听起来过于完美,让你感觉不真实,那大概率就是坑。\n'
,
'nickname'
:
'搜搜薯'
,
'source_avatars'
:
[]
}
}
\ No newline at end of file
third_live/2.json
View file @
1236b9ff
This source diff could not be displayed because it is too large. You can
view the blob
instead.
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