b**********5 发帖数: 7881 | 1 microsoft ML.... 不就是抄写hadoop hdfs?azure search也是抄个elastic search。
到处还是Microsoft sql为准。。。 |
|
z****e 发帖数: 54598 | 2
偏底层未必简单,比如做网站的话,infra比搞crud的app难
但是具体到big data这一块,big data的infra的确比app简单
具体点说就是hadoop的确比spark简单
hadoop尤其是hdfs其实就是一个简单的统一封装的file system
就是拷贝google的gfs,阿三,尤其是在狗的阿三,平常就在维护gfs
学会了之后就出来把gfs用java实现一遍,就可以拿出去忽悠了
多好?多简单,尤其是java又屏蔽了不少底层的细节
有这个容易赚的钱先赚了再说
相比之下,big data的app上来就要涉及各种高等数学
线性代数,统计这些,比起来,当然还是file system容易搞了 |
|
z****e 发帖数: 54598 | 3 来自主题: JobHunting版 - 问个设计题 hdfs, lucene
搞定
这题就是big data的入门题 |
|
b**********5 发帖数: 7881 | 4 unless u are some PM and need some fucked up reports, if u are developing a
system, and needs to write any complex queries, let alone stored procedures.
... u seriously need to get with the time...
unfornuately, some groups in many tech companies are still writing stored
procedures and shit
the last job i worked at, we even stopped using mysql and moved those static
configs to hdfs |
|
w****a 发帖数: 710 | 5 这两天收到打车app,租房app,某all in one hr平台的口头offer,package细节下周
能出来,这周末提前好好考虑下。
另外手里还有个fb的offer保底。
板上大牛们帮分析下,现在去哪家还能有点汤喝?
---
10/28 update
准备卖身去打车公司当司机了,要去的组我非常喜欢,感觉能学到很多东西。
其实租房网也很不错,我其实纠结了很久。他们家去了之后基本可以随便去喜欢的组,
做喜欢的事情,这点很给力。至于车间的装修多么的好,我就不用说了,大家随便搜搜
图片就可以看出来。
但是综合来看,最后还是选择去当司机。主要是以下几点原因:
1. 要去的组业务多,公司貌似很重视。我觉得很能锻炼人,这个对new grads来说比什
么都重要。
2. 要去的组同胞多,甚至基本都是同胞。我觉得在美国,真正最后能帮上忙称之为人
脉的,永远只能是同胞。
3. 未来的manager是标准的德艺双馨,我打听了很多人,都说口碑很好。我觉得找工作
跟找phd有些许相似的地方,公司本身未必那么的重要,去哪个组以及你的老板怎么样
,有时候能直接决定你的career path。
4. Packa... 阅读全帖 |
|
b**********5 发帖数: 7881 | 6 no map reduce, no spark...
there are a lot of commonality between these big data technologies...
when i was at a spark tutorial thingy, and the speaker talked about how
spark distribute jobs across cluster, i am like, isn't it the same thing as
storm, you got nimbus serving as the master, giving tasks to different
workers, and the workers spins a thread to execute the subtask...
and then u read about the cassandra, and its topology aware replication
strategy, and i am like, isn't it similar to H... 阅读全帖 |
|
|
b**********5 发帖数: 7881 | 8 小姐啊, mapreduce的input哪里来?
是hdfs file么? 一般来说, keyvalue是一个个进到你的system里来。 比如你的
sytem前面有个webservice, 然后client可以call你的service, 给你keyvalue, 你
直接写到HDFSfile里? 一般都是写到database里, 然后高兴怎么算就怎么算。
HBase的rowcount本来就是个mapreduce function
nn |
|
s******c 发帖数: 1920 | 9 需要batch处理kv schema data多的很 甚至更常见啊
狗家有多少数据就直接dump到sstable里作为其他job的input 不过不知道这么用也情有
可原
hdfs世界里好歹parquet或者现在大红大紫的dataframe |
|
z****e 发帖数: 54598 | 10
hdfs无所谓什么pair
直接丢一个file进去都行
只有search时候需要用sstable,因为需要建inverted index table
hashset底层实现就是一个hashmap
set更为傻瓜一点,因为帮忙干掉了duplicate
一般对于这种去重的需求,都用set
所以阿三提示得很好啊
然后follow up错得太离谱
persistence也有hashcode的用武之地
逻辑上是一样的 |
|
f*******b 发帖数: 520 | 11 之前也onsite了dropbox, pintreset, 和whatsapp都挂了,后来才慢慢找到点感觉。我
把面的题基本都写下了,但我不在这里和大家讨论这些题了。
A (Airbnb)
1. 2D array, 访问顺序必须是‘回’字的方式,就是从外圈转到里圈,写出class,
Iterator, hasNext(), next().
2. 电话号码和计费的一个log, 去parse 看规定时间内哪个号码产生费用最高。
3. leetcode anagram 的一题变种
4. 有很多个sorted queue存在不同服务器上,如何有效的读取到一个 sorted 大queue
里 (google也面到了这题)
5. 设计db, 如何存取房东和房客的reviews, 如何maintain他们之间的关系。
Airbnb确实和大家说得一样面试官很nice, 内部装潢笔格明显很高,非常酷炫.
offer: 160k + 5000股/2年 = 260k
A (Amazon)
1. leetcode tree的一题,就是每层的nodes横着也是连着的
2. 设计搜索,在amazon搜索如何设计。... 阅读全帖 |
|
b**********5 发帖数: 7881 | 12 你最后一道题, 都没说到点子上吧。。。
首先, 你他妈的干嘛要存在HDFS里? 要存, 也要存在Hbase、cassandra里啊。。。
然后你这input data {logitutde, lagitude, driverID} 拿到以后, 怎么算某个区
域有多少出租车啊? 主要讲这个吧。。。 |
|
a*****s 发帖数: 1121 | 13 这就是操纵k-v pair,先做个{logitude,lagitude}对应的regionID检查,最后做个
reduce给出(regionID,No.of Cars) 不就是了,当时也这么答了,但是感觉问的是系
统设计。
HBase和Cassendra不也是存在HDFS上么。 :)
俺写系统软件地,多写application没啥感觉。 |
|
b**********5 发帖数: 7881 | 14 不好意思, 我觉得你的知识面, 比我还差。。 algo的题, mergesort都没怎么写对
, 哪个什么boggle的题, 也好像写了个pseudocode。。。
然后存data, 竟然存到hdfs上了。。。 这个我觉得你根本就没怎么准备啊。。。 |
|
s******a 发帖数: 184 | 15 除了 Amazon S3。 还有其他类似功能的 independent storage layer吗?公司目前不
太会考虑Amazon这样的 public cloud. 请问你说的 " load
processed data into SAP and ms SQL as reporting portal" 是什么意思。 项目希
望设计report portal在 Hadoop platform上。项目背景是这样的,公司有数据存在各
种现有的系统上, 现在希望有一个大数据分析系统能够对所有这些数据进行综合分析
,但不想把现有数据都在HDFS上做一个备份。
谢谢.
load |
|
发帖数: 1 | 16 各位板上大牛,小白第一次发贴。望老司机们不吝赐教。
故事背景:手上有一些offer,现在除了google(SDE3),hulu其他都给拒了。G的
deadline在周四。
本周一刚onsite了Pinterest(运气好,求别问如何拿到面试)。跟HR说了deadline就
在周四,对方也同意周三给结果。
但是,已经差不多过了周三,还是没信儿(我还发了邮件催,得到的只是ASAP)。
问了内推哥们,说feedback好像没有非常好。
说说我自己的感觉:自认为面的没啥问题,算法题不难都做出来了,设计题也扯了一堆
画了一堆(之前给hdfs,hive贡献过,自认为还比较能扯)。以往面试经验也够多,除
了palantir挂了,其他都是positive。自信心也强,所以听到feedback没有非常好后还
挺纳闷的。
想请问,这种情况是凶多吉少还是怎么的?有啥好策略不?新人求带。
感谢老司机 |
|
|
发帖数: 1 | 18 lz 刚接了G,中间有一个月gap
现在有什么地方可以contribute?open source这些lz之前就有在做(hdfs)
谢谢老司机们 |
|
o*******4 发帖数: 313 | 19 旅游...
[在 yjfox () 的大作中提到:]
:lz 刚接了G,中间有一个月gap
:现在有什么地方可以contribute?open source这些lz之前就有在做(hdfs)
:........... |
|
发帖数: 1 | 20 把楼正一正
[在 yjfox () 的大作中提到:]
:lz 刚接了G,中间有一个月gap
:现在有什么地方可以contribute?open source这些lz之前就有在做(hdfs)
:........... |
|
发帖数: 1 | 21 主要也是好玩有兴趣
再者 刚入行不久 怕跟老司机差距太大
[在 yjfox () 的大作中提到:]
:lz 刚接了G,中间有一个月gap
:现在有什么地方可以contribute?open source这些lz之前就有在做(hdfs)
:........... |
|
发帖数: 1 | 22 看看open souce的doc 有时间再看看源码
比如hdfs,yarn
[在 koote (koote) 的大作中提到:]
:面试最近似乎经常面到分布式环境下的设计问题,比如设计一个分布式的storage
:system,分布式health monitoring system,有没有什么好的材料可以针对常见的
:........... |
|
E****h 发帖数: 41 | 23 https://angel.co/huami/jobs/125412-senior-big-data-and-machine-
engineer
(send resume to [email protected]/* */ , intern needed as well)
The big data team in Huami's US office, is looking for experienced engineer
with big data background to join the team.
Responsibilities:
Work closely with internal teams and partners, to identity key requirements,
and come with the best solution to address their needs.
Since team is small, you may work on different areas of data processing
pipeline, like ... 阅读全帖 |
|
h*****2 发帖数: 114 | 24 please send resume to [email protected]/* */
Thanks!
----------------------------------------
Job description
Position Title: Staff Software Engineer
Location: Milpitas, CA
The Company:
FireEye has invented a purpose-built, virtual machine-based security
platform that provides real-time threat protection to enterprises and
governments worldwide against the next generation of cyber attacks. These
highly sophisticated cyber attacks easily circumvent traditional signature-
based defenses, suc... 阅读全帖 |
|
E****h 发帖数: 41 | 25 多个职位open,全新项目和团队,有职业发展空间。prefer 3-5+以上工作经验。简历
请发送[email protected]/* */,谢谢大家!
更多职位:
https://angel.co/huami/jobs
-----------
Frontend Engineer
The big data team in Huami's US office, is looking for experienced front end
engineer to build state of art virtualization for data.
Responsibilities:
Build the first version of a customer facing web UI, support both mobile and
pc. Working closely with backend engineers to define the interface of
services, and UX to keep improving user experience.
Re... 阅读全帖 |
|
E****h 发帖数: 41 | 26 请斑竹们别再删帖了,我们收到一些简历,大都开始安排面试。既然是供需双方共赢的
事情,请版主们刀下留情。谢谢!
湾区公司招聘多个职位,简历请发送到[email protected]/* */
------------------------
Frontend Engineer
The big data team in Huami's US office, is looking for experienced front end
engineer to build state of art virtualization for data.
Responsibilities:
Build the first version of a customer facing web UI, support both mobile and
pc. Working closely with backend engineers to define the interface of
services, and UX to keep improving user experience.
Requir... 阅读全帖 |
|
发帖数: 1 | 27 https://www.smartrecruiters.com/Ancestry/88345635-senior-data-s
Company Description
Ancestry is the world's largest online resource for family history. We have
helped pioneer the market for online family history research, taking a
pursuit that was expensive and time-consuming and making it easy, affordable
and accessible to anyone with an interest in their family history. The
foundation of our service is an extensive collection of billions of
historical records that we have digitized, indexed an... 阅读全帖 |
|
m********u 发帖数: 3942 | 28 公司为全球领先的信息与通信技术(ICT)解决方案供应商,薪资丰厚,工作地点Santa
Clara,CA
有兴趣的同学可以站内信或者发邮件:[email protected]/* */
Responsibilities:
• Design a comprehensive metadata support for the platform that
supports various data governance and security capabilities.
• Enhance the distributed query engine for various use cases,
especially in the area of heterogeneous data sources and cross-data-centers
query optimization.
• Develop algorithms that analyze query workload, derive common
workload ch... 阅读全帖 |
|
m********u 发帖数: 3942 | 29 工作地点在Santa Clara, CA
有兴趣可以站内或者发邮件联系 [email protected]/* */
Requirements:
• BS or higher degree in Computer Science or related field.
• 5+ years of software development experience, including
performance analysis.
• Strong SQL knowledge in query processing, optimization and
execution, query performance, Explain, database tooling
• Metadata, data governance, and data security a strong plus
• Extensive experience in JDBC
• Spark is a big pl... 阅读全帖 |
|
m********u 发帖数: 3942 | 30 工作地点Santa Clara,CA
有兴趣的同学可以站内信或者发邮件:[email protected]/* */
Responsibilities:
• Design a comprehensive metadata support for the platform that
supports various data governance and security capabilities.
• Enhance the distributed query engine for various use cases,
especially in the area of heterogeneous data sources and cross-data-centers
query optimization.
• Develop algorithms that analyze query workload, derive common
workload characteristics, generate recommend... 阅读全帖 |
|
H**********5 发帖数: 2012 | 31 如题。以下这些东东,哪些目前在就业市场更受关注,面试时更可能的被问的详细?
Mongodb
Json
Restful API
Avro
Kafka
Oozie
Azure
Zookeeper
Protobuf
HDFS
Hadoop
Yarn
calsh
Cassandra
RabbitMq
ActiveMq
ZeroMq |
|
a*****8 发帖数: 26 | 32 Contact me at [email protected] if interested in.
This position is in the same group as me.
Thanks
The data engineer will work within the Data Management Platform (DMP) team
and is responsible for the development and maintenance of data from
Endurance, Constant Contact and third party sources in both batch and near
real time to analytic systems and customer touch point systems such as
Genesys and Salesforce. The DMP is built on the Hortonworks Data Platform
distribution of the hadoop file ... 阅读全帖 |
|
发帖数: 1 | 33 我们是一家 Startup. 位于洛杉矶。需要有经验的PHP Developer帮忙赶进度。你可以
在家连线工作。请email [email protected] 查询详情。
Job description:
SUMMARY OF POSITION
We are looking for a Senior Full Stack Developer who is highly collaborative
, works well with
designers, and is committed to creating solutions to meet end-user and
business needs.
The ideal candidate will have experience with healthcare staffing industry,
along with
development for mobile devices, native apps, CMS and social media
integrations. You will have a
thoro... 阅读全帖 |
|
j**w 发帖数: 382 | 34 Please email resume to a********[email protected] by 9/30/2011.
Opportunity Description
AOL R&D in Palo Alto, CA is looking for a talented Distributed
Computing Software engineer to join our Large Scale Analytics (LSA)
team. In this role, you are instrumental in transforming research
concepts into prototypes and software products. We value attitude,
aptitude, communication skills, and coding skills over experience with
specific languages and environments.
Large Scale Analytics (LSA) is primarily a res... 阅读全帖 |
|
j**w 发帖数: 382 | 35 Please email resume to a********[email protected] by 11/30/2011.
Opportunity Description
AOL R&D in Palo Alto, CA is looking for a talented Distributed
Computing Software engineer to join our Large Scale Analytics (LSA)
team. In this role, you are instrumental in transforming research
concepts into prototypes and software products. We value attitude,
aptitude, communication skills, and coding skills over experience with
specific languages and environments.
Large Scale Analytics (LSA) is primarily a re... 阅读全帖 |
|
c******n 发帖数: 710 | 36 My friend's team has multiple openings. If interested, please send email to
e*****[email protected] or apply on ea.com directly.
---------------------------------------------------------------------
New Graduate: Software Engineer - Data Engineering (4284) or Sr. Data
Platform Engineer (8594)
Responsibilities:
• Help define and build a unified data platform across EA, spanning
20+ game studios as data sources
• Develop infrastructure software that slice and dice data, using
Hadoop and Map/... 阅读全帖 |
|
m****s 发帖数: 18160 | 37 【 以下文字转载自 Returnee 讨论区 】
发信人: huataixiang (今天的欢乐,将是明天永恒的回忆), 信区: Returnee
标 题: Some mainland china positions (转载)
发信站: BBS 未名空间站 (Mon May 20 05:18:32 2013, 美东)
发信人: huataixiang (今天的欢乐,将是明天永恒的回忆), 信区: JobHunting
标 题: Some mainland china positions
发信站: BBS 未名空间站 (Mon May 20 05:18:07 2013, 美东)
Post for a friend. Do not contact me ...
All these position is in Mainland China.
Please send your resume to m**********[email protected]
Title as "Name - Position Name"
******************************************... 阅读全帖 |
|
发帖数: 1 | 38 招聘:C++ Developer - Akuna Capital- HFT Trading system development
Location: Chicago
Website: www.akunacapital.com
About Akuna:
Akuna Capital is a fast-growing derivatives trading firm located in downtown
Chicago that specializes in market-making and arbitrage. Founded in 2011,
Akuna has quickly expanded from a start-up to a successful leader on US
options exchanges and has already begun international expansion. We’ve
grown significantly from humble but determined beginnings and still proudly
ret... 阅读全帖 |
|
发帖数: 1 | 39 楼主就职于Marlabs Inc. 这家公司 在科技服务方面成军20年,全球范围内员工超过
2500人。虽然对于国际学生部分都是Consulting业务, 但跟大多数consulting 企业不
同,Marlabs的主营业务是软件开发,consulting培训项目是因客户的大量需求营运而
生。我们不仅为你提供快速的职业成长空间,移民政策也是极为诱人的。
以下是二月初(2/3/2016)大数据项目的招聘信息,有兴趣请发简历至:pengfei.qian
@marlabs.com。
Big Data Program
Course Information:
Distributed File Systems -- HDFS, Tachyon, Ceph, Lustre, Disco
Distributed Frameworks -- Spark, Shark, MapReduce, Tez, Storm, Hive, Pig,
Disco
Resource Manager -- YARN, Mesos
Data Format -- Protocol Buffer, Thrift, Avro
SQ... 阅读全帖 |
|
发帖数: 1 | 40 C++ Developer - Akuna Capital
Location: Chicago
Website: www.akunacapital.com
About Akuna:
Akuna Capital is a fast-growing derivatives trading firm located in downtown
Chicago that specializes in market-making and arbitrage. Founded in 2011,
Akuna has quickly expanded from a start-up to a successful leader on US
options exchanges and has already begun international expansion. We’ve
grown significantly from humble but determined beginnings and still proudly
retain the spirit of a smaller, entrep... 阅读全帖 |
|
发帖数: 1 | 41 诚邀立志在大数据处理方向发展的Fresh Graduate
Marlabs Inc. 在科技服务方面成军20年,全球范围内员工超过2500人。虽然对于国际
学生部分都是Consulting业务, 但跟大多数consulting 企业不同,Marlabs的主营业
务是软件开发,consulting培训项目是因客户的大量需求营运而生。我们不仅为你提供
快速的职业成长空间,移民政策也是极为诱人的。以下是六月初大数据项目的招聘信息
,有兴趣请发简历至[email protected]/* */
Big Data Program
Course Information:
Distributed File Systems -- HDFS, Tachyon, Ceph, Lustre, Disco
Distributed Frameworks -- Spark, Shark, MapReduce, Tez, Storm, Hive, Pig,
Disco
Resource Manager -- YARN, Mesos
Data Format -- Protocol Buffer, Thri... 阅读全帖 |
|
发帖数: 1 | 42 招聘:C++ Developer – 美国顶尖做市商-芝加哥
Location: Chicago
About Akuna:
Akuna Capital is a fast-growing derivatives trading firm located in downtown
Chicago that specializes in market-making and arbitrage. Founded in 2011,
Akuna has quickly expanded from a start-up to a successful leader on US
options exchanges and has already begun international expansion. We’ve
grown significantly from humble but determined beginnings and still proudly
retain the spirit of a smaller, entrepreneurial start-up.
Akuna ... 阅读全帖 |
|
发帖数: 1 | 43 Marin Software 2006年在美国硅谷成立,总部在旧金山,目前全球有500多名员工。
Marin成立于2006年,总部位于美国旧金山。Marin以软件即服务 (SaaS) 的形式为
Ctrip,Dell,Gap,Fossil、Macy’s,Razorfish, Salesforce, 等全球顶级品牌和机
构提供强大的在线广告应用程序。广告主们可以通过Marin利用百度、谷歌、Facebook
、Twitter、Bing与其他世界知名的搜索引擎、社交网络及展示广告网络对其营销活动
进行管理。上述在线业务的运营模式与奇虎、QQ空间和新浪微博基本相同,在欧美地区
广受追捧,广告主们均获得了良好的收益。
办公地点:坐落于繁华的南京西路,公司大楼对面就是美食广场,周边美食云集,15-
30元人民币可以吃的不错。
办公设备:公司使用的都是最新的Macbook, 基本都是顶配
办公休闲:桌面足球,瑜伽垫,瑜伽球,飞镖盘,桌游,每月举办生日会,不定期的团
队活动,轰趴,出游等。
办公时间:弹性工作,基本不加班
科技实力:敏捷开发流程,2周一个Sprint,4周交付一次。遵循最佳运行模式。M... 阅读全帖 |
|
b********2 发帖数: 13 | 44 所有如下工作岗位都是基于上海。公司网站:WWW.Datageek.com.cn
All positions are located in Shanghai, China, and open to all levels of
experiences & skills. That's why salary for each position is open.
If you are suitable and interested in any of the following positions, please
write email to: [email protected]/* */ / [email protected]/* */
When writing to us, you must indicate which position you are interested in
or applying for.
--------------------------------------------------
公司简介
--------------------... 阅读全帖 |
|
发帖数: 1 | 45 资本寒冬
科技企业缩招
暑期实习招满在即
简历苍白的你机会在哪?
大数据行业蓬勃发展
1个小时
高级大数据工程师
为你全方位解读行业
带你终点冲刺
获取优质实习
1个小时,带你全方位解析Big Data行业环境、Big Data最新技术(Hadoop/Spark/
Storm/Kafka/Cassandra等)、硅谷一线公司大数据架构,助你明晰节奏、获取面试、
找到优质工作!
目标人群:
大数据爱好者,大数据工程初中级学者,对Big Data Engineer感兴趣的人群,希望找
到Big Data Engineer实习/全职的人群
讲座大纲:
【求职篇】
Big Data Engineer职位有多火(发展前景、薪资水平、市场需求)
Big Data Engineer实习怎么找(刷题、简历、时间节点)
Big Data Engineer实习做什么(职责、技能提升、Return Offer如何拿)
Big Data Engineer实习对于找全职的意义
3月底如何抓紧冲刺,找到优质实习
对正在这条道路上奋斗的朋友们的一些建议
【技术篇】
硅谷一线公司大数据架构(Big Data Infr... 阅读全帖 |
|
发帖数: 1 | 46 资本寒冬
科技企业缩招
暑期实习招满在即
简历苍白的你机会在哪?
大数据行业蓬勃发展
1个小时
高级大数据工程师
为你全方位解读行业
带你终点冲刺
获取优质实习
继前几年的疯狂扩招后,美国各大科技企业包括FLAG都在2017年紧急缩招,如何在美国
就业市场上,把握好求职时间节点,如何准备求职,如何提升背景,都变得极为关键。
随着大数据应用的爆发性增长,越来越多的公司开放Big Data Engineer的岗位。
1个小时,带你全方位解析Big Data行业环境、Big Data最新技术(Hadoop/Spark/
Storm/Kafka/Cassandra等)、硅谷一线公司大数据架构,助你明晰节奏、获取面试、
找到优质工作!
目标人群:
大数据爱好者,大数据工程初中级学者,对Big Data Engineer感兴趣的人群,希望找
到Big Data Engineer实习/全职的人群
讲座大纲:
【求职篇】
Big Data Engineer职位有多火(发展前景、薪资水平、市场需求)
Big Data Engineer实习怎么找(刷题、简历、时间节点)
Big Data Engineer... 阅读全帖 |
|
a****1 发帖数: 74 | 47 We are looking for Java dev with big data experience. The compensation will
very competitive.
Description
Big Data Cloud Staff Engineer (open from entry level to senior level)
Location: Bellevue, WA (R&D)
Responsibilities:
This position will work closely with other members of the team, he/she will
be responsible for:
· Design and implement the big data cloud service and ecosystem that are
secure and reliable at large scale.
· Understand the challenges of big data service, cloud monitoring, cloud... 阅读全帖 |
|
发帖数: 1 | 48 我们是一家 Startup. 位于洛杉矶。需要有经验的PHP Developer帮忙赶进度。你可以
在家连线工作。请email [email protected] 查询详情。
Job description:
SUMMARY OF POSITION
We are looking for a Senior Full Stack Developer who is highly collaborative
, works well with
designers, and is committed to creating solutions to meet end-user and
business needs.
The ideal candidate will have experience with healthcare staffing industry,
along with
development for mobile devices, native apps, CMS and social media
integrations. You will have a
thoro... 阅读全帖 |
|
|
|