Create a web desktop shortcut with UOS_Kirin KYLINOS

Original link: UOS/KylinOS creates web desktop shortcuts Hello, everyone. Today I bring you an article about using the command line to create a web desktop shortcut on Unison UOS/KylinOS. It is mainly used when building cloud desktop templates and mirror templates. You are welcome to browse, share and forward. . Follow me! 1. View system […]

Use Qt+FFmpeg to capture the desktop for rtsp streaming and write SEI information in real time

FFmpegMedia.h #pragma once #include <QObject> class QMutex; template<typename> class QFutureWatcher; class FFmpegMedia: public QObject { Q_OBJECT public: FFmpegMedia(QObject *parent = nullptr); ~FFmpegMedia(); inline void setCodecName(const QString & amp;codec) { mdesCodec = codec; } inline void setTargetWindowTitle(const QString & amp;title) { mwindowTitle = title; } inline void setFrameRate(int rate) { mframeRate = rate; } inline int […]

Modify the software name in the launcher on Tongxin desktop operating system 1060

Original link: Modify the software name in the launcher on Tongxin UOS1060 Hello, everyone, today I bring you an article about changing the name of the software in the launcher on the Unison desktop operating system 1060, so that we can modify the frequently used software to display personalized names. Welcome everyone to browse share. […]

Exploration and practice of building Window desktop applications using ElementUI components (WinForm)

Tip: Keep your mind clean Before you work on your software, you need to clean up your memory. Throw away everything in your mind for the time being. If you have trouble with something, don’t let it influence you. It is mostly the case that trouble will go away. If the trouble is so heavy […]

Equipped with Android5.1 based on RK3229 to modify the default desktop Launcher at startup

1. Find ActivityManagerService.java Find the ActivityManagerService.java file in the ..\rk3229_5.1_box\frameworks\base\services\core\java\com\android\server\am directory. Find setDefaultLauncher in the startHomeActivityLocked function in the file. boolean startHomeActivityLocked(int userId, String reason) { setDefaultLauncher(userId); if (mFactoryTest == FactoryTest.FACTORY_TEST_LOW_LEVEL & amp; & amp; mTopAction == null) { // We are running in factory test mode, but unable to find // the factory test […]

Learn Docker – interface operation (Docker Desktop)

Docker Desktop is a tool for developing, building, and containerizing applications in a desktop environment. Available for Windows and Mac operating systems, it allows developers to easily create and run containers in their local environment and interact with Docker Hub and other container registries. Docker Desktop integrates Docker Engine, Docker Compose and Docker CLI tools […]

[Linux] VNC+ intranet penetration enables remote desktop access to Ubuntu from the public network

Article directory Preface 1. Install VNC on ubuntu 2. Set vnc to start at boot 3. Windows installation VNC viewer connection tool 4. Intranet penetration 4.1 Install cpolar [supports installation using one-click script command] 4.2 Create tunnel mapping 4.3 Test public network remote access 5. Configure a fixed TCP address 5.1 Reserve a fixed public […]

Backend – Tableau Desktop

Table of Contents 1. Login (1) Premise (2) Connect to the server 2. Obtain data sources 3. Make a worksheet (1) Columns and columns 1. “Column” 2. “Column” 3. Classic examples (1) Make data tables (2) Make data graphs (2) Dimensions and measures 1. Dimensions are used for classification 2. Metrics are used to calculate […]