In the war for the Chinese Internet, messaging giant Tencent is taking the battle to rival Alibaba's territory as never before.

Tencent, a leader in online messaging and gaming, said Monday it will pay $215 million for a 15% stake in online retailer JD.com, in advance of JD.com's planned U.S. initial public offering. That appears cheap, valuing the entire company at below tangible book value. But Tencent is also giving JD.com the bulk of its online shopping sites, essentially outsourcing its e-commerce operations.

tangible:有形资产,切实的            outsourcing:外包,外购

Until now, Tencent has struggled to take ground from Alibaba, the dominant player in online commerce. Alibaba's Taobao site has a virtual monopoly in person-to-person online trading, similar to eBay in the U.S. In the business-to-consumer space, Alibaba's grip through its TMall site isn't as tight: about half the market by transaction volume, according to research firm Analysys International. Second place is JD.com with 18%. Add in Tencent's small e-commerce operations and the Tencent-JD.com team commands nearly a quarter of the market.

monopoly:垄断,专卖

That's a good launching pad from which to take on Alibaba. Tencent will direct traffic to JD.com stores from its massively popular WeChat and QQ messaging platforms. And JD.com can leverage Tencent's payment platform, resolving one of the site's main shortcomings, especially in comparison to Alibaba's well-liked Alipay.

leverage:杠杆,手段,影响力

JD.com still faces challenges. Unlike Alibaba, which leaves logistics to third parties, JD.com has an army of 18,000 delivery people and a network of warehouses to maintain. That labor and capital-intensive model left gross margins of just 9.8% in the first nine months of 2013, and on a net basis the company was barely profitable, according JD.com's IPO filings. That compares to a 73% gross margin for Alibaba over the same period.

U.S. investors have long tolerated low margins at Amazon as it pursues growth, on the theory that its dominant position will allow it to tweak its business at some point to turn on the profit gusher. Whether investors show similar patience with upstart JD.com remains to be seen.

For Tencent, betting on JD.com makes more sense than continuing to invest in its own e-commerce sites. Together, the two firms make a formidable rival to Alibaba. Long quiet, China's e-commerce front is about to see some real action.

formidable:强大的,令人敬畏的

每日英语:Tencent Fights for China's Online Shoppers的更多相关文章

  1. 每日英语:Dashing the China Dream

    Much has been said about what the 'China Dream' really means to many Chinese -- whether it is nation ...

  2. 每日英语:4G in China: A bigger deal than the iPhone

    Forget the breathless coverage of China Mobile offering the iPhone for a moment. Yes, it's huge news ...

  3. 每日英语:No Consensus: China Debate on Women's Roles

    A woman's place is in the home. consensus:一致,舆论,合意 That was the resounding message from Jiang Xipei, ...

  4. 每日英语:A Different Color: China's Chameleonic Politics

    China has tried your form of government and found it wanting. That was the message delivered by Chin ...

  5. 每日英语:why can't China produce world-class CEO?

    The appointment of India-born Satya Nadella as Microsoft Corp.'s CEO has caused a bit of a stir in C ...

  6. 每日英语:Does China Face a Reading Crisis?

    For much of the last year, intellectuals and officials in China -- land of world-beating students an ...

  7. 每日英语:KFC's Crisis in China Tests Ingenuity of Man Who Built Brand

    Sam Su for years ran one of the highest-flying foreign business operations in China. These days, he' ...

  8. 每日英语:China Destroys Six Tons of Confiscated Ivory

    BEIJING—Chinese government officials destroyed more than six tons of ivory that had been illegally s ...

  9. 每日英语:U.S. Media Firms Stymied in China

    China's recent clampdown on foreign media is crimping the expansion plans of Western news organizati ...

随机推荐

  1. shell 脚本启动spring boot的jar 包

    #!/bin/bash # kill java进程 java_sso_prod_pid=`ps aux|grep sso.jar|grep -v "grep"|awk '{prin ...

  2. Swift3 - compare方法之ComparisonResult说明

    Swift3在实现两个对象比较时,引入了compare方法,其中,方法返回值ComparisonResult解释如下: ComparisonResult是一个枚举类型,包含了以下3个成员: 其中: q ...

  3. java struts2入门学习---常用标签学习总结

    jsp页面中引入标签: <%@ taglib uri="/struts-tags" prefix="s"%> 常用标签知识点总结: <s:fi ...

  4. MVC 3.0学习笔记(自定义控件)

    现有控件: 例如ASP.NET MVC框架包括以下设置标准的HTML控件(部分控件): Html.ActionLink() Html.BeginForm() Html.CheckBox() Html. ...

  5. Android之内存泄露、内存溢出、内存抖动分析

      内存   JAVA是在JVM所虚拟出的内存环境中运行的,内存分为三个区:堆.栈和方法区.栈(stack):是简单的数据结构,程序运行时系统自动分配,使用完毕后自动释放.优点:速度快.堆(heap) ...

  6. eclipse热部署配置

    1. 方法一 打开server.xml,找到 比对下:改成下面这样: <Context docBase="dreamlive" path="/ROOT"  ...

  7. Java多线程框架Executor详解

       原文链接  http://www.imooc.com/article/14377 为什么引入Executor线程池框架new Thread()的缺点 每次new Thread()耗费性能调用ne ...

  8. 转:zTree高级入门:如何通过扩展节点的属性来达到是否显示节点的删除编辑等图标(按钮)

    当我们在使用ztree树组件的节点编辑功能时,只要我们引入了ztree相关节点编辑的js脚本文件: <script type="text/javascript" src=”/ ...

  9. [golang] Glide 包管理

    一.概述 golang的包管理工具有很多,本篇幅主要介绍glide进行包管理. 二.安装及命令介绍 go get github.com/Masterminds/glide glide create|i ...

  10. struts2:在Action中使用Servlet的API,设置、读取各种内置对象的属性

    有两种方式可以实现在Action中使用Servlet的API.一种是使用org.apache.struts2.ServletActionContext类,另一种是使用com.opensymphony. ...