July 2022

Google slows hiring

Google CEO Sundar Pichai told employees that hiring will slow down for the rest of the year. The search giant became the latest tech company to cut hiring or lay off staff. He said Google hired about 10,000 new employees in the second quarter, with many more coming this quarter. “In the future, we need […]

Google slows hiring Read More »

Calibre 6.0 Released

The open source e-book management software calibre has released version 6.0 . Major new features include: optional indexed e-book library to allow full text search; support for Apple Silicon CPUs under macOS and ARM CPUs under Linux, 32-bit CPUs are discontinued due to Qt 6; support for e-book reading using the operating system’s built-in text-to-speech

Calibre 6.0 Released Read More »

Miya shut down, unable to escape the fate of vertical e-commerce

Welcome to the WeChat subscription number of “Sina Technology”: techsina Text / Lingling Source/Bohu Finance (ID:bohuFN) Another vertical e-commerce player has fallen. On July 1, the official website of Miya announced that it has decided to stop the Miya App service on September 10, 2022. The announcement stated that before the platform is closed, consumer

Miya shut down, unable to escape the fate of vertical e-commerce Read More »

LeTV is addicted to self-defeating, Dangdang relies on touching porcelain

Welcome to the WeChat subscription number of “Sina Technology”: techsina Text / Pastoral Source/spiral lab (ID: spiral_lab) When the former first-tier Internet companies gradually declined, how to regain the market’s attention, LeTV and Dangdang are two models worth studying. These two companies, one of which was the world’s first IPO listed company in the industry,

LeTV is addicted to self-defeating, Dangdang relies on touching porcelain Read More »

Event Source (17): Read the events stored in the hand-carved Event Store

July 7 18::09~19:21; 21:15~23:23; July 8 13:45~16:27 ▲Store Checkpoints in the Event Store foreword Although using EventStoreDB, a database specially designed for Event Sourcing and CQRS, can reduce a lot of development work, in practice developers may only use relational databases due to company requirements or project constraints. In this case, you must simulate the

Event Source (17): Read the events stored in the hand-carved Event Store Read More »

The Fourth Anniversary

Original link: https://teobler.com/posts/20220713-the-fourth-anniversary While writing this article, I received a congratulatory email for my 4th anniversary, and looking back, I have been lucky since I started… Click to read the original text This article is reprinted from: https://teobler.com/posts/20220713-the-fourth-anniversary This site is for inclusion only, and the copyright belongs to the original author.

The Fourth Anniversary Read More »

Advanced Python (17)—using modules from the standard library

Original link: https://chegva.com/5362.html ◎Knowledge points Overview of modules Use modules from the standard library How to import modules ◎Script practice ▽ Module overview “””I. Overview of the module””” “”” 1. What is a module? A module is a .py file of python. Variables, functions, and classes can be defined in a module. The variables, functions,

Advanced Python (17)—using modules from the standard library Read More »

[JS] fetch() usage replaces ajax

Article directory fetch basic use Response object 1. Synchronization properties 2. Judgment request 3. Operation header 4. Read the content 5. Create a copy 6, the bottom interface custom HTTP request cancel the fetch request fetch basic use The Fetch API provides an interface for obtaining resources (including cross-domain requests), which is used to replace

[JS] fetch() usage replaces ajax Read More »

js implements the copy function

js implements the copy function 1. Specific scene The front-end sometimes needs to implement the function of clicking a button to copy. At this time, the user cannot manually select the content and right-click to copy. 2. Implementation method 1. document.execCommand (1) concrete realization When copying, first select the text, then call document.execCommand(‘copy’), the selected

js implements the copy function Read More »