June 2022

Why do we follow blindly?

banal evil Why did the volunteers who participated in the psychological experiment choose to obey, even though they knew that executing the order could lead to death? Why did Eichmann, who did not believe in anti-Semitic ideology and was just an ordinary person, become the executioner who caused a large number of Jewish deaths during […]

Why do we follow blindly? Read More »

LogRocket secures $25 million in Series C funding

LogRocket is a website maintenance service provider that provides software front-end monitoring and analysis services. Announced today that it has raised $25 million in a Series C round co-led by Delta-V Capital and Battery Ventures. This article is reproduced from: https://www.itjuzi.com/investevent/13295193 This site is for inclusion only, and the copyright belongs to the original author.

LogRocket secures $25 million in Series C funding Read More »

Next Gate Tech receives 5 million euros strategic investment

Next Gate Tech is a fintech SaaS platform, a data-driven fintech company that mainly provides SaaS services to the asset management industry. The company can leverage the latest cloud technology to provide customers with data from multiple discordant/unstructured sources, and can also eliminate the need for multi-point solutions and traditional databases, thereby increasing efficiency and

Next Gate Tech receives 5 million euros strategic investment Read More »

A ring scientist deciphering the lyrics of a months old ring, suddenly told that most of them are meaningless

It turns out that in the experience of “Latin” BGM this time, players from all over the world stood on the same starting line. A few months ago, “Elden’s Circle”, which cured many players’ electronic impotence, is no longer the object of discussion among players after a meal, but it still attracts many players because

A ring scientist deciphering the lyrics of a months old ring, suddenly told that most of them are meaningless Read More »

Huashen Zhiyao received nearly 500 million yuan in Series A financing

Huashen Zhiyao is committed to building a new generation of artificial intelligence scientific computing platform, combined with self-developed high-throughput biological experiment technology, to provide researchers with intelligent systems for molecular computing, simulation and design in the microscopic world. In the field of new drug development, especially the development of macromolecular drugs, Huashen Zhiyao will innovatively

Huashen Zhiyao received nearly 500 million yuan in Series A financing Read More »

Sany Heavy Energy is listed today at an issue price of 29.8 yuan per share

Sany Heavy Energy is a comprehensive enterprise mainly focusing on construction machinery. It mainly produces micro hydraulic excavators, full hydraulic single-drive single-drum road rollers, crawler cranes, dynamic compactors, quayside container cranes and forklifts, etc. At the same time, the company also It involves finance, Internet of Things, new energy and other fields. Listed on the

Sany Heavy Energy is listed today at an issue price of 29.8 yuan per share Read More »

In 2021, the scale of China’s artificial intelligence software and application market will be 5.28 billion US dollars, a year-on-year increase of 43.1%

Visit the original URL Pinwan, June 20, IDC released the 2021 China Artificial Intelligence Software and Application Market Research Report. In 2021, China’s artificial intelligence software and application market will reach 5.28 billion US dollars (about 33.03 billion yuan), compared with 2020. An increase of 43.1%. From the perspective of the computer vision market structure,

In 2021, the scale of China’s artificial intelligence software and application market will be 5.28 billion US dollars, a year-on-year increase of 43.1% Read More »

Linux common commands-70: pstree

The pstree command displays all processes in a tree view. Syntax format: pstree [parameter] Common parameters: Example # 显示系统中进程和进程号pstree -p This article is reprinted from https://xugaoxiang.com/2022/06/22/linux-cmds-70-pstree/ This site is for inclusion only, and the copyright belongs to the original author.

Linux common commands-70: pstree Read More »

Linux common commands-69: mkfs

The mkfs command is used to format disk partitions and supports most file system formats, such as vfat , ext2 , ext3 , ext4 , etc. Syntax format: mkfs [parameters] Common parameters: Example # 将sda5分区格式化成ext4格式mkfs -t ext4 /dev/sda5 This article is reprinted from https://xugaoxiang.com/2022/06/22/linux-cmds-69-mkfs/ This site is for inclusion only, and the copyright belongs to

Linux common commands-69: mkfs Read More »

Linux common commands-68: dd

dd command is used to read, convert and output data. Data can be read from standard input or a file, converted to a specified format, and output to a file, device, or standard output. Syntax format: dd [parameter] Common parameters: Example # /dev/null,可以向它输出任何数据# /dev/zero,是一个输入设备,可以用它来初始化文件,该设备无穷尽地提供0 # 备份/dev/sdb全盘数据,使用gzip压缩并保存dd if=/dev/sdb | gzip > /root/image.gz # 将压缩的备份文件恢复到指定盘gzip -dc /root/image.gz

Linux common commands-68: dd Read More »