Android drag and drop startDragAndDrop drag and drop Glide to flexibly load stacked rounded corners, Kotlin (6)

Android drag and drop startDragAndDrop drag and drop Glide to flexibly load stacked rounded corners, Kotlin (6) Android drag and drop startDragAndDrop drag and drop Glide to load stacked rounded corners, Kotlin (5) – CSDN blog article has been read 1.3k times. Android DynamicGrid: Drag to swap positions. Android DynamicGrid is a third-party open source […]

Explore Miniconda3: a simple and flexible Python environment and software package management tool

Miniconda3 installation and configuration notes Foreword Miniconda3 is a lightweight Anaconda distribution that provides a flexible and simplified way to manage Python environments and packages. This article will introduce how to install, configure and manage Miniconda3, as well as use the conda command to manage the environment and software packages. Article directory Miniconda3 installation and […]

[Scientific Image Processing] Using matlab to replace image-j is a bit troublesome, but very flexible!

Students who work in materials and biology fields should be familiar with image-j. A few days ago, a senior asked me to use image-j to analyze some pictures. However, after using it, I found that I was confused about the results because I didn’t understand the workflow of image-j. I am not sure, and the […]

2.8 CSS flex box model

1. Model introduction Traditional layout refers to: based on the traditional box model, mainly relying on: display attribute + position attribute + float attribute. In 2009, w3C proposed a new box model – + Flexible Box (flexible box model, also known as: flexible box). It can easily control: element distribution, element alignment, element visual order… […]

The difference between flexbox and grid in css

The difference between flexbox and grid in css Are we influenced by elements that don’t line up as expected? In this article we will delve into the layout of flexbox and grid in css. By understanding their main differences, we will discover how these layouts can change the style of our website. Understanding CSS layout […]

35 | OpenResty: A more flexible web server

In the previous lecture, we saw the high-performance web server Nginx, which takes up less resources and has high processing power. It is the first choice for building websites. Although Nginx has become the undisputed “king” of the web server field, it is not without its shortcomings. After all, it is already 15 years old. […]

Recommend a flexible and high-performance logging library in golang

1. Standard log library log In daily development, logging is an essential function. Although sometimes you can use the fmt library to output some information, it is not flexible enough. The Go standard library provides a logging library log. 1. Quick use Log is provided by the Go standard library and does not require additional […]

Compile and install flexpart 10.4 on ubuntu 18.04 (2023) – the road to building dreams

October 29, 2023 Environmental description Operating system version: ubuntu 18.04 https://mirrors.aliyun.com/ubuntu-releases/bionic/ubuntu-18.04.6-live-server-amd64.iso python version: 3.6.9 gcc version: 7.5.0 Compilation installation path:/usr/local cmake: 3.10.2 I have packaged the required source code packages and put them in my resources. In January 2021, I have already written a post about Ubuntu compilation and installation. FLEXPART installation and configuration notes […]