One click AI coloring, black and white old photos, the picture is instantly fresh

Many old photos or movies are limited by the technology of the times and can only be saved in black and white; The edited black-and-white videos and pictures have long lost the original color pictures, which is a great pity for the savers. How can we turn a single boring and old mottled black-and-white photo into a fresh and bright color photo, ...

Added by tomhoad on Wed, 12 Jan 2022 11:52:44 +0200

[Milkdown] editor Integration Guide

preface Recently, due to business needs, a WYSIWYG Markdown editor was integrated. After Google searched, I saw Milkdown. At that time, I was attracted by its appearance as soon as I saw the interface. After experiencing his convenient syntax, I immediately decided to use this editor. However, it was not so smooth in the process of use. The do ...

Added by catreya on Sun, 09 Jan 2022 10:12:38 +0200

Explore the Bean life cycle of Spring~~

Source download The source code of this chapter is github What is the lifecycle of spring beans For ordinary Java objects, create the object when new, and then the object can be used. Once the object is no longer used, Java automatically garbage collects it. The objects in Spring are beans. Beans are no different from ordinary Java object ...

Added by joe2 on Sat, 08 Jan 2022 14:10:29 +0200

Redis OM .NET Redis object mapping framework

Redis OM Redis OM is an Object Mapping framework officially launched by redis, that is, Object Mapping. It allows developers to operate redis data more simply and conveniently. The data stored in redis is abstracted as Object Mapping and supports object-based redis data persistence and streaming query operations. Currently, only four developm ...

Added by Cogen2 on Fri, 07 Jan 2022 09:17:35 +0200

Ubuntu20.04 - new system re installation ORB-SLAM3 process (2022)

Write before: I wanted to be in Ubuntu 18 We ran ORB-SLAM3 on 04, but I don't know which step was wrong. There were many errors in the last step of compilation. We couldn't find many solutions online, because we used to work in Ubuntu 18 04 ran Gaobo's slambook2 routine, installed multiple versions of libraries, felt that different librari ...

Added by geny on Thu, 06 Jan 2022 01:26:00 +0200

Some problems about workspace, staging area, local warehouse and remote warehouse in git

principle Refer to Ruan Yifeng's blog: List of common Git commands Workspace: the code written directly and stored on the hard disk in the form of a file is actually saved in the workspace workspace;index/stage: git add will be stored in the stage/index temporary storage area;Repository: after git commit, it will be stored in the local rep ...

Added by CMC on Tue, 04 Jan 2022 22:41:59 +0200

Gogs Code Hosting System Installation Configuration Manual

1. Systematic overview 1. Description Code hosting system is an indispensable tool in development. Code hosting system facilitates collaborative development, code permission control, code disaster preparedness, version management, problem tracking, project document management and other necessary tools for project management. Code hosting ...

Added by ikscovski on Sun, 02 Jan 2022 21:32:38 +0200

[git] git internal principle

Git internal principle 1. Summary As a software development engineer, we rarely fight alone in our daily work. It will certainly involve multiple people working together to complete a project. How can we give the code we develop to other developers? Via U SB flash drive? Or write it in word and send it to each other? This is obviously not ele ...

Added by Lirpa on Sat, 01 Jan 2022 13:49:08 +0200

git local installation and configuration & & integrate idea & & integrate github

The most detailed installation tutorial in history The above tutorials are for extended learning. In fact, they can be installed completely by default; We explain the configuration process in detail Configure git environment: git config --global config: the parameter is used to configure the git environmentglobal: long command means to confi ...

Added by skyxmen on Fri, 31 Dec 2021 00:28:04 +0200

Android privilege free floating window component - FloatingX

FloatingX, a powerful privilege free floating window component, supports global and local floating windows. background During the business development in the past few months, we need to change the suspended window in our app. There are two common implementation methods of suspended window: The former is implemented by WindowManager after obt ...

Added by mapleshilc on Sat, 25 Dec 2021 02:23:58 +0200