[Flutter] Flutter uses Shimmer to implement loading animation placeholders with flash effects

[Flutter] Flutter uses Shimmer to implement loading animation placeholders with flash effects Article directory I. Introduction 2. Why choose shimmer and its installation and basic use? 1. The value of glitter effect in UI design 2. Comparison of shimmer with other similar tools 3. How to install shimmer in Flutter project 4. Basic usage and […]

[containerd] Use IDEA to remotely debug containerd, ctr, containerd-shim on Windows

Article directory 1. containerd installation 2. Source code compilation 3. Verify that the compiled binary contains the information needed for debugging 3.1. objdump tool verification 3.2. file tool verification 3.3. dlv tool verification 4. debug 1. containerd installation [Ubuntu 22.04] Install containerd 2. Source code compilation The main steps are as follows: 1. Download the […]

[Solved] Usually we load (**.vue** , **.png ,jpeg**) files, ts may not recognize these files, and may give you an error, the shims-vue.d.ts file can be processed

Usually we load (.vue , .png ,jpeg) files, ts may not recognize these files, and may give you an error, shims-vue.d.ts file to help us declare /* eslint-disable */ declare module ‘*.vue’ {<!– –> import type {<!– –> DefineComponent } from ‘vue’ //First import a type from vue, DefineComponent means that a component type is […]

[Solved] Perfect solution docker: Error response from daemon: failed to create shim: OCI runtime create failed: unable to

docker: Error response from daemon: failed to create shim: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/moby/cdf3729f103e2f4cb94e25f3cfe6c21a3126428c0a977b7651ed5a77ab6d7/log.json : no such file or directory): runc did not terminate successfully: unknown. First download the runc source code What is RunC? RunC is a lightweight tool for running containers, just for one thing, and […]

[Solved] After the cloud host installs docker and starts the container, the message “failed to create shim task: OCI runtime create failed…”

**Server CentOS8.0** The complete error message is as follows [root@y8ayfgzq5ohv1sei bin]# docker run -p 6379:6379 redis docker: Error response from daemon: failed to create shim task: OCI runtime create failed: unable to retrieve OCI runtime error (open /run/containerd/io.containerd.runtime.v2.task/moby/0921f4fb8fc1df8be164d86ab736b10e97305789795d9b0387324c79a269a673/log.json: no such file or directory): runc did not terminate successfully: exit status 127: unknown. ERRO[0000] error waiting […]