[Android] Screen lag, optimized list fluency, pull down to refresh, pull up to load more components, RefreshLayout modification

I have also written about similar components before: Address: Pull down to refresh & pull up to load more components SmartRefreshLayout I originally planned to replace it with this one, but after careful research I found it was not suitable. The functions are very good, but they cannot be embedded in the current engineering system. […]

Ubuntu vscode detailed installation and cmake configuration, git push and pull, shortcuts

Ubuntu vscode installation and cmake configuration detailed operations Install vscode https://blog.csdn.net/zhaomengszu/article/details/112261258 Solution to the slow or failed download of VSCode official website_vscode cannot be downloaded_Who knows this kid’s blog-CSDN blog 1. The official website may fail to download due to network problems. You can use the above method to download 2. First go to the […]

windows ffmpeg + nginx + videojs implements rtmp push and pull streaming and hls push and pull live streaming

The previous blog has written about using ffmpeg + nginx to build an RTMP push and pull live broadcast environment under Windows. It can be played through PC client software such as ffplay and vlc. However, due to browser playback reasons, the RTMP stream passes through the browser. Playback must use the flash plug-in. The […]

When git uploads a project, it keeps reporting a file without adding any content (git pulls up other people’s projects and uploads them to their own warehouse/error: failed to push some refs to https://gitee.com/)

Blog homepage: Breaking the waves and moving forward Series of columns: Vue, React, PHP Thank you everyone for likingfavorites?comments Table of Contents Two methods: 1: Forced upload can be used 2: Delete other people’s .git files, because someone else has configured the remote address of git, and if you pull it locally together, he does […]

K8s Error: ImagePullBackOff Troubleshooting

Error: ImagePullBackOff Troubleshooting 1. Cause The reason was to conduct a Prometheus test in a set of k8s environments. At that time, the virtual machine was directly suspended after running out. After starting the master and node nodes, restart these nodes. When checking the dashboard, it is found that the Pod is in the ImagePullBackOff […]

Git related instructions and code pulling

Common git operations Time: October 30, 2023 08:50:21 Prefix: git configuration First run Git. When running Git for the first time, you need to set user information. Configure global users Configure the global user – that is, the user name you submitted in git ( is used to identify the user – no other meaning) […]

Don’t just pull and push Git, try these 5 commands to improve efficiency!

Source: juejin.cn/post/7096288358460031013 Foreword Using Git for code version management has long been a necessary skill for development engineers today. However, most engineers still only know how to save, pull, and push the most basic tasks. They are helpless when encountering some commit management problems, or solve them in some inelegant ways. This article shares practical […]

k8s pulls the image from the private warehouse

Pull images from private repositories | Kubernetes Ready to begin You must have a Kubernetes cluster, and you must configure the kubectl command line tool to communicate with your cluster. It is recommended to run this tutorial on a cluster with at least two nodes that are not control plane hosts. You can build your […]