China called for the immediate release of Meng Wanzhou, chief financial officer of Huawei Technologies Co, on Thursday after Canadian authorities arrested her at the request of the United States.
Foreign Ministry spokesman Geng Shuang said China has made solemn representations to Canada and the United States, demanding they clarify the reason for the arrest and immediately release Meng in order to effectively protect her rights and interests.
The remarks came after Canadian police, at the request of the US, reportedly arrested Meng in Vancouver on Saturday. Meng, who is also deputy chairwoman of Huawei and the daughter of its founder, faces extradition to the US.
Huawei, the world's second-largest smartphone vendor and a leading maker of telecom equipment, said in a statement that it has been given very little information regarding the charges and is not aware of any wrongdoing by Meng.
"The company believes the Canadian and US legal systems will ultimately reach a just conclusion," Huawei said in the statement, adding that it complies with all applicable laws and regulations where it operates, including export controls, sanctions and regulations of the United Nations, the US and the European Union.
The arrest sent shares of Huawei's suppliers sharply lower on Thursday, and triggered concerns about slowing the global development of fifth-generation technology, given Huawei's leading position in the mobile communication network.
The company's products and services are available in more than 170 countries and regions, with operations spanning Africa, Europe and Asia.
James Yan, research director at Counterpoint Technology Market Research, said any damage to Huawei will have a broader negative impact on the global electronics industry, given its sprawling presence in the sector.
Huawei has more than 2,000 component and service suppliers, a significant part of which are US companies, including Qualcomm and Intel, two analysts at Guosen Security, Cheng Cheng and Li Yajun, said in a research note.
On Thursday, Huawei suppliers AAC Technologies, Yangtze Optical Fibre and Cable, and BYD Electronic International Co were all down 5 to 8 percent in Hong Kong.
Nicole Peng, senior director of market research company Canalys, said, "The arrest will increase uncertainty and stoke concerns among foreign telecom carriers."

2018.12.7 L190的更多相关文章

  1. 2018.12.02 Socket编程之初识Socket

    Socket编程主要分为TCP/UDP/SCTP三种,每一种都有各自的优点,所以会根据实际情况决定选用何种Socket,今天开始我将会逐步学习Socket编程,并将学习过程记录于此. 今天学习的是TC ...

  2. OPPO Developers Conference(2018.12.26)

    时间:2018.12.26地点:北京国家会议中心

  3. Tencent Cloud Developers Conference(2018.12.15)

    时间:2018.12.15地点:北京朝阳悠唐皇冠假日酒店

  4. 2018.12.1 Test

    目录 2018.12.1 Test A 串string(思路) B 变量variable(最小割ISAP) C 取石子stone(思路 博弈) 考试代码 B C 2018.12.1 Test 题目为2 ...

  5. 「版本升级」MyEclipse CI 2018.12.0正式发布

    新版本MyEclipse为WildFly 14新增一个新的服务器连接器,改进性能并新增一些Java 10修复程序.新版本为IDE做了几个核心修复,这是MyEclipse 2018一个更棒的升级. [M ...

  6. 微信小程序 - 接口更新记录以及解决方案(2018/12/26)

    2018/8/17 - 背景音频需要在app.json添加requireBackGroundModes 2018/9/12 - 微信更改获取用户信息接口/获取位置等接口 - button 2018/1 ...

  7. 调试大叔V2.1.0(2018.12.17)|http/s接口调试、数据分析程序员辅助开发神器

    2018.12.17 - 调试大叔 V2.1.0*升级http通讯协议版本,完美解决Set-Cookie引起的系列问题:*新增Content-Type编码格式参数,支持保存(解决模拟不同网站或手机请求 ...

  8. loli的测试-2018.12.9

    模拟赛-2018.12.9 这是NOIP之后第一次模拟赛...但是考的比较悲惨. 非常喜欢写考试总结,不知道为什么... T1:https://www.luogu.org/problemnew/sho ...

  9. 2018.12.7 浪在ACM 集训队第八次测试赛

    2018.12.7 浪在ACM 集训队第八次测试赛  https://blog.csdn.net/QLU_minoz/article/details/84886717   感谢苗学林同学C题和D题题解 ...

随机推荐

  1. iOS邮箱、手机号等常用验证功能 判断字符串是否int float

    手机号验证 /* 手机号码 13[0-9],14[5|7|9],15[0-3],15[5-9],17[0|1|3|5|6|8],18[0-9] 移动:134[0-8],13[5-9],147,15[0 ...

  2. Underscore.js (1.7.0)-集合(Collections)(25)

    稽核函数(数组或对象) each_.each(list, iteratee, [context]) 别名: forEach 遍历list中的所有元素,按顺序用遍历输出每个元素.如果传递了context ...

  3. Java打包可执行jar包 包含外部文件

    外部文件在程序中设置成相对当前工程路径,执行jar包时,将外部文件放在和jar包平级的目录. public class Main { 3 public static void main(String[ ...

  4. CNN学习笔记:批标准化

    CNN学习笔记:批标准化 Batch Normalization Batch Normalization, 批标准化, 是将分散的数据统一的一种做法, 也是优化神经网络的一种方法. 在神经网络的训练过 ...

  5. ng-深度学习-课程笔记-14: 人脸识别和风格迁移(Week4)

    1 什么是人脸识别( what is face recognition ) 在相关文献中经常会提到人脸验证(verification)和人脸识别(recognition). verification就 ...

  6. Python 3 并发编程多进程之进程池与回调函数

    Python 3 进程池与回调函数 一.进程池 在利用Python进行系统管理的时候,特别是同时操作多个文件目录,或者远程控制多台主机,并行操作可以节约大量的时间.多进程是实现并发的手段之一,需要注意 ...

  7. RabbitMQ 一个demo

    Code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using Sy ...

  8. TortoiseGit 访问https远程仓库,上报SSL证书错误解决方法

    报错 在使用TortoiseGit时,clone自己搭建的gitlab报如错SSL certificate problem: self signed certificate 原因:自行搭建的gitla ...

  9. POJ 2407 Relatives(欧拉函数)

    http://poj.org/problem?id=2407 题意: 给出一个n,求小于等于的n的数中与n互质的数有几个. 思路: 欧拉函数的作用就是用来求这个的. #include<iostr ...

  10. 学习mybatis-3 step by step 篇一

    一.搭建简单mybatis-3环境(详细的中文文档) 集成开发环境:IDEA 项目:maven + mybatis-3 1.创建maven结构项目 含简单,如下图: 下一步后,填写groupid和ar ...