Tag:edit
-
Git different warehouses use different keys
Generate key ssh-keygen -t rsa #I generate the key in ~ / In SSH / GitHub directory, the file name is leonard repo, and the file is as follows: # ~/.ssh/github/leonard-repo # ~/.ssh/github/leonard-repo.pub #View public key: cat ~ / ssh/github/leonard-repo. pub Add key in GitHub Web page GitHub Com – > a warehouse [assuming Leonard […]
-
Mindspire Lite, a full scene AI inference engine, helps HMS core video editing service to create a more intelligent editing experience
The development of mobile Internet has brought great changes to people’s social and entertainment methods. The emerging cultural patterns represented by vlog and short video are being favored by more and more people. At the same time, with the application of AI intelligence, beauty repair and other functions in the image and video editing app, […]
-
Cabloyjs implements a workflow visualization editor based on X6
introduce Document presentation: CMS approval workflow demonstrates how to passJSONTo directly create a workflow definition, which is usually used to generate specific business dataPredefinedorbuilt-inScenario of approval workflow Cableyjs 4.8.0 uses X6 graph editing engine to realize aWorkflow visualization editorSo that during the operation of the system,At any time, dynamic and visualCreate workflow definition for Special […]
-
CMD tool SSH keeps the connection disconnected
usecmderUse of a class of toolssshWhen connecting to the server, if there is no communication for a long time, it will be disconnected by the server. If you want to maintain the connection, there are two schemes.The second one is recommended。 First, the server actively maintains the connection. Edit profile vim /etc/ssh/sshd_config Modify both configurations […]
-
Solution for Linux user forgetting password
Grub: on the boot loader menu, type [e] to enter edit mode. You will face a list of guided projects. Find a sentence line similar to the following output: kernel /vmlinuz-2.4.18-0.4 ro root=/dev/hda2 Press the arrow keys until the line is highlighted, and then press [e]. You can now leave a space at the […]
-
Development of WeChat official account for Java version (1): preliminary preparation
I am going to write a series of articles to record the development process of WeChat official account. I also hope that I can provide some ideas for the development. The official account of WeChat is divided into editing mode and developer mode. Once the developer mode is enabled, some of the early days such […]
-
Linux Installation Cassandra (non clustered stand-alone version)
downloadhttps://mirrors.tuna.tsinghua… Download to where you need it wget https://mirrors.tuna.tsinghua.edu.cn/apache/cassandra/3.11.11/apache-cassandra-3.11.11-bin.tar.gz Then unzip Then it is not possible to directly enter the following startup command ./bin/cassandra -f Will report an error Expr: syntax error: unexpected parameter ‘2’ Expr: syntax error: unexpected parameter ‘2’ ./cassandra: 59: [: Illegal number: ./cassandra: 63: [: Illegal number: ./cassandra: 67: [: Illegal […]
-
Solve the problem of all mirror URLs are not using FTP, HTTP [S] or file
Execute in CentOSyum updateThe following error will be reported: Loaded plugins: fastestmirror, refresh-packagekit, security Setting up Update Process Determining fastest mirrors YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base This is […]
-
Run bat file in vscode (execute bat) and solve the problem of Chinese garbled code
Using vscode to write bat script has greatly improved the workflow Before: finish writing in the text editor, save, return to the explorer, double-click bat to run, and repeat Now: write bat in vscode and press the shortcut key to execute bat Run bat in vscode Install for vscodeCode Runner Select in vscodefile -> Preferences […]
-
Java set excel worksheet to read-only
Excel In Excel worksheet, document protection can be set through document encryption, and document opening password and worksheet restriction editing password can be set. When you need to set the document content for viewing only and cannot edit, you can set the content as read-only for the sheet table. Next, show how to set excel […]
-
Detailed explanation of uitableview editing mode
Detailed explanation of uitableview editing mode UITableViewThe relevant editing operations are very complete. Today we will make a summary. The attributes and interfaces related to editing are as follows. Let’s analyze them one by one. Let’s carefully read the relevant header files first. I roughly translated the comments according to the meaning. Attribute method @property […]