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. xutil3 post 和 get请求

    https://i.cnblogs.com/EditPosts.aspx?postid=7001253 compile 'org.xutils:xutils:3.3.36' 注册xutil3 < ...

  2. IP地址与子网掩码的计算

    128.0.0.0=1 192.0.0.0=2224.0.0.0=3 240.0.0.0=4 248.0.0.0=5 252.0.0.0=6 254.0.0.0=7 255.0.0.0=8255.12 ...

  3. Avito Cool Challenge 2018 Solution

    A. Definite Game 签. #include <bits/stdc++.h> using namespace std; int main() { int a; while (s ...

  4. 2018 Multi-University Training Contest 1 Solution

    A - Maximum Multiple 题意:给出一个n 找x, y, z 使得$n = x + y +z$ 并且 $n \equiv 0 \pmod x, n \equiv 0 \pmod y, ...

  5. 牛客国庆集训派对Day6 Solution

    A    Birthday 思路:设置一个源点,一个汇点,每次对$源点对a_i, b_i , a_i 对 b_i 连一条流为1,费用为0的边$ 每个点都再连一条 1, 3, 5, 7, ....的边到 ...

  6. A Practical Guide to Support Vector Classi cation

    <A Practical Guide to Support Vector Classication>是一篇libSVM使用入门教程以及一些实用技巧. 1. Basic Kernels: ( ...

  7. 20145336张子扬 《网络对抗》逆向及bof基础

    20145336张子扬 <网络对抗>逆向及bof基础 学习知识点 缓冲区溢出 缓冲区溢出 一种非常普遍.非常危险的漏洞,在各种操作系统.应用软件中广泛存在.利用缓冲区溢出攻击,可以导致程序 ...

  8. 20145221 《Java程序设计》实验报告一:Java开发环境的熟悉(Windows+IDEA)

    20145221 <Java程序设计>实验报告一:Java开发环境的熟悉(Windows+IDEA) 实验要求 使用JDK编译.运行简单的Java程序: 使用IDEA 编辑.编译.运行.调 ...

  9. STM32.ADC

    ADC实验 原理图: 1.ADC配置函数 /* enable adc1 and config adc1 to dma mode */ ADC1_Init(); /** * @brief ADC1初始化 ...

  10. 如何在编辑框中使用IAutoComplete接口(转载)

    出自:http://www.vckbase.com/index.php/wv/27.html 如果可能我想用打包类来实现.唉!,就叫我封装先生吧. 你算是找对地方了.但是我要先声明我的解决办法不是你所 ...