July 2022

Notes: Use axios to call data and render in vue

Original link: https://zburu.com/archives/151.html Examples are as follows. <template> <div class=”posts”> <div v-for=”item in list” :key=”item.cid” > </div> </div> </template> <script> import Axios from ‘axios’; export default { name: ‘index’, data () { return { list: [] } }, methods: { getData () { var api = ‘https://zburu.com/api/posts.php’; Axios.get(api).then((response) => { this.list = response.data; console.log(response.data) }).catch((error) […]

Notes: Use axios to call data and render in vue Read More »

[News] China’s first official digital renminbi information platform was launched for trial operation today

Original link: https://www.hellobtc.com/news/202207/16144.html [News] China’s first official digital renminbi information platform was launched for trial operation today This article is reprinted from: https://www.hellobtc.com/news/202207/16144.html This site is for inclusion only, and the copyright belongs to the original author.

[News] China’s first official digital renminbi information platform was launched for trial operation today Read More »

A new benchmark for automotive gateway performance, Coretech released the latest flagship product of the G9 series

On July 28th, the leading automotive chip company Coretronics released the latest flagship product G9H of the gateway chip “Network Core” G9 series, targeting the next generation of high-performance central gateways, in-vehicle computing units, cross-domain controllers and other application scenarios. While retaining high security and reliability, the G9H significantly improves in-vehicle data exchange and processing

A new benchmark for automotive gateway performance, Coretech released the latest flagship product of the G9 series Read More »

EDA’s most expensive IPO is here: 56-year-old Dr. Fudan, with a market value of 40 billion

Visit the original URL (Image source: Official Roadshow Platform of Shenzhen Stock Exchange) In order to reduce the dependence on imported chip design software tools from the United States, the development of China’s integrated circuit electronic design automation (EDA) industry has attracted much attention in the past two years. Six months after the listing of

EDA’s most expensive IPO is here: 56-year-old Dr. Fudan, with a market value of 40 billion Read More »

“Cloud Quick Charge” completed the C round of financing, ABB invested

Visit the original URL Chuangyebang was informed that recently, Cloud Quick Charge, a third-party company that provides overall solutions for the construction and operation of charging stations, has completed the C round of financing, and the investor is ABB. It is understood that YKC is the first third-party company in China that specializes in providing

“Cloud Quick Charge” completed the C round of financing, ABB invested Read More »

Shanghai Banking and Insurance Regulatory Bureau: The total balance of domestic and foreign currency liabilities in June was 21.54 trillion yuan, a year-on-year increase of 11.06%

Visit the original URL Titan Media App reported on July 29 that on July 29, the Shanghai Banking and Insurance Regulatory Bureau released the data on the main regulatory indicators of the banking and insurance industry within its jurisdiction in June. In June 2022, the balance of total assets in domestic and foreign currencies of

Shanghai Banking and Insurance Regulatory Bureau: The total balance of domestic and foreign currency liabilities in June was 21.54 trillion yuan, a year-on-year increase of 11.06% Read More »

NIST Announces Inaugural Winners of Post-Quantum Encryption Algorithm Competition

The National Institute of Standards and Technology (NIST) has announced (PDF) the inaugural winners of the Post-Quantum Encryption and Signature Algorithms Competition. For encryption algorithms, NIST recommends the use of CRYSTALS-Kyber, consider choosing NTRU (the related patent has expired), both Kyber and NTRU are lattice-based algorithms; for signature algorithms, NIST chooses CRYSTALS-Dilithium as the main

NIST Announces Inaugural Winners of Post-Quantum Encryption Algorithm Competition Read More »

DeepMind’s AlphaFold can predict almost any protein structure

DeepMind released the source code for AlphaFold, an AI system that predicts protein structures, last July and created a database, the AlphaFold Protein Structure Database (AlphaFold DB) . A year later, AlphaFold has been visited by more than a million researchers and is being used to solve important real-world problems, from plastic pollution to antibiotic

DeepMind’s AlphaFold can predict almost any protein structure Read More »

Intel shrinks support for older GPUs

Intel is once again making a foray into standalone graphics, and its graphics driver updates are getting closer and closer to Nvidia and AMD. For standalone Arc GPUs and similarly-architected integrated graphics, Intel promises to release a new driver each month with specific fixes and performance enhancements for newly released games. At the same time,

Intel shrinks support for older GPUs Read More »