July 17, 2013, 6:29 AM — China's Internet populace grew to 591 million by the end of June, as more new users in the country relied on handsets to go online, according to a non-profit research group.

The growth raises China's Internet penetration by two percentage points to 44 percent, the government-linked China Internet Network Information Center (CNNIC) reported on Wednesday. During the first half of this year, the country added a total of 26 million new Internet users.

China has the world's largest Internet population, but still a vast swath of Chinese rarely go online, if ever. Many Chinese still lack knowledge of computers, or have little need to use the Internet, according to the CNNIC. In the country's rural areas, Internet penetration is especially low, at only 28 percent.

 

Over the past years, China's Internet growth rate has slowed. But mobile handsets are helping many Chinese go online for the first time, the CNNIC added.

The country's mobile Internet population reached 464 million at the end of June, up by 44 million people over the six month period. About 70 percent of China's new Internet users surfed the Internet using phones. In contrast, 35 percent used desktop PCs, while 12.7 percent accessed the Internet through laptops.

China has already surpassed the U.S. as the world's largest market for smartphones. At the end of this year, smartphone shipments to the country could reach 240 million units, almost twice that of the U.S. market, according to research firm Canalys.

七月十七号 6:29AM——根据一个非盈利的调查组织研究表明:截止七月份中国的网民已经增长到了5.91亿人,在全国更多的新用户是通过手机接触网络的;

政府挂钩的中国互联网络信息中心在周三报道,中国的网民已经增长两个百分点到百分之44。在今年的上半年,全国的网民增加了两千六百万。

尽管中国曾经有着世界上最多的网民,但是很少上网的占大多数。根据CNNIC调查:很多中国网民缺少电脑知识,或者只有一点使用互联网的知识。在全国的农村地区,网络的渗透力非常的低,仅仅只有百分之二十八。

在过去的一些年里,中国的互联网的增长速度已经变的缓慢。但是刚开始手机帮助更多的中国人到互联网上。CNNIC又加上一点。

知道七月低,全国的用手机上网的人数已经达到4.64亿,比起六月已经增长了0.44亿人。将近百分之七十的中国新闻互联网用户利用手机上网。比较起来百分之三十五使用台式电脑,百分之12.7使用笔记本电脑。

根据Canalys调查公司的结果显示,中国的网民已经超过了美国,成为世界上最大的智能手机市场。在今年低,智能手机的购买量已经达到2.4亿,大概是买过市场的两倍。

【oneday_onepage】——China's Internet users grow to 591 million的更多相关文章

  1. 【计算机网络】-传输层-Internet传输协议-TCP

    [计算机网络]-传输层-Internet传输协议-TCP TCP介绍 在不可靠的互联网上提供一个可靠的端到端字节流 面向连接的.可靠的.端到端的.基于字节流的传输协议 TCP位置 TCP服务模型 应用 ...

  2. 【计算机网络】-传输层-Internet传输协议-UDP

    [计算机网络]-传输层-UDP 简介 Internet协议集支持一个无连接的传输协议,该协议称为用户数据报协议(UDP,UserDatagram Protocol) .UDP为应用程序提供了一-种无需 ...

  3. 【oneday_onepage】——The Secret Of Steve<2>

    Sales + Customers = Nothing Broken is the formula for corporate cyanide. Most big companies that die ...

  4. 【oneday_onepage】——Tastes differ!

    You know Ian and Felton can be really boring sometimes. They're always arguing, like. like children. ...

  5. 【oneday_onepage】——Growth Is A Bitch

    Companies are worth a multiple of their earnings and that multiple is directly related to earnings g ...

  6. 【QUIC】Quick UDP Internet Connections

    QUIC(Quick UDP Internet Connections,快速UDP互联网连接)是Google提出的一种基于UDP改进的通信协议,其目的是降低网络通信的延迟,提供更好的用户互动体验. Q ...

  7. 【oneday_onepage】—— 日常用语

    what do you do for living? 一般用在问对方的工作.如果直接说“what is your job?”会显得有点生硬了. i was wondering if you can t ...

  8. 【oneday_onepage】——美国主食吃什么

    Cocktail 鸡尾酒 It is quite usual to drink cocktails before lunch and dinner in America and somewhat le ...

  9. 【oneday_onepage】——Ten Changes To Make A Difference In Your Life

    When you want to change something in your life, it can feel overwhelming. Whether it’s losing 50lbs ...

随机推荐

  1. Java多线程框架Executor详解

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

  2. JPA之@GeneratedValue注解(转)

    JPA的@GeneratedValue注解,在JPA中,@GeneratedValue注解存在的意义主要就是为一个实体生成一个唯一标识的主键(JPA要求每一个实体Entity,必须有且只有一个主键), ...

  3. mybatis自己学习的一些总结

    曾经一直在使用spring的JDBCTEMPLATE和hibernate做项目.两个都还不错,spring的jdbctemplate用起来比較麻烦,尽管非常easy.而hibernate呢,用起来非常 ...

  4. 读取word到二进制,再转成word

    static void Main(string[] args) { try { var strParams = new Dictionary<string, string>(); stri ...

  5. 菜鸟学Java(十三)——将MyEclipse项目导入到Eclipse

    最近由于种种原因,需要将以前用MyEclipse写的项目迁移到Eclipse中.但是当我将之前的项目import到Eclipse中后,发现根本不能运行.经过一番寻觅,终于让我找到了一种解决的办法.一起 ...

  6. VS2012高亮显示当前行背景色的问题

    在VS2012中,如果你不幸用了三方主题,尤其是深色主题.比如http://studiostyl.es/schemes/son-of-obsidian ,那么你很可能发现当前行高亮的样式变成了这样: ...

  7. linux c编程操作数据库(sqlite3应用)

     首先pThread 不是linux系统默认库,连接的时候需要使用库libpthread.a. 加入-lpthread参数.另外会有lopen什么找不到的情况.加入-ldl 指定目录.Project_ ...

  8. uWSGI listen queue 队列溢出的问题

    如果没有设置uwsgi的--listen,如果sysctl -a | grep net.core.somaxconn发现net.core.somaxconn=128. 那你使用uwsgi启动的服务,单 ...

  9. ubuntu下安装vmTools, 和共享文件

    如果没有需要下载一个vmTools,我是下载的 然后加载到光驱,然后在ubuntu下面可以找到光驱 解压里面的文件, 我解压到 Documents下面 然后ctrl + alt + t进入控制台 cd ...

  10. vs code 快捷键的使用

    vs code 快捷键的使用 shift + f12 快速查找函数的生成Ctrl+F12 查看单个函数的定义Shift+F12 查看所有函数的定义ctrl + ` 是打开运行的程序ctrl + Tab ...