Tag:Copy paste
-
Git modifies the user name and mailbox of the warehouse, the global user name and mailbox, and the user name and mailbox of the submitted content
Modify the user name and email of this warehouse git config user.name ‘new username’git config user.email ‘new email’ Modify global user name and mailbox git config –global user.name ‘new username’git config –global user.email ‘new email’ Modify the user name and mailbox of submitted content 1. Open the terminal 2. Copy and paste the script and […]
-
Super easy to use Java tool class hutool
Share with you a super easy-to-use tool class. Basically all the tools you want can be found here.Eat together! Main contents of this chapter brief introduction How does hutool change our coding method Util I use in my daily work 1. Introduction Hutool is a small and comprehensive Java tool class library, which can reduce […]
-
Without copying, pasting and data entry, the research dog recommends a tool to quickly obtain the project data of the National Natural Science Foundation of China
As one of the main channels to support basic research in China, NSFC received 240711 projects of various types during the centralized reception of project applications in 2019. After the national natural fund website was opened for external inquiry, the leaders asked to inquire about the fund situation of brother schools every year when the […]
-
Obtaining and automatically updating SSL certificates with certbot
preface I wrote an article beforeHTTPS era, free SSL acquisition and configuration (APACHE version)“, using sslforfree Org service, which is a fool. You can get the certificate step by step, but because the longest expiration time of the certificate is 3 months, you have to force yourself to operate it again every time. Although sslforfree […]
-
React navigation 4. X basic tutorial (I)
1、 Create a react native project Execute the following command on the command line terminal to create a new react native project: npx react-native init react_navigation_demo 2、 Install and configure react navigation related dependencies 1. Install the react navigation core package Install in the created react native through the following commandreact-navigationCore package dependencies: npm install […]
-
“MAC uses GitHub”
1. Install Git Enter at the command linebrew install git 2. Check whether there are SSH keys ① Inputcd ~/.ssh② InputlsView the details in the folder. If you see the following three files: id_rsa id_rsa.pub known_hosts Then back up:inputmkdir key_backupCreate a new folder to hold the old ID_ rsainputcp id_rsa* key_backupMove old ID_ RSA to […]
-
Linux redirection usage details
I believe that you usually need to copy and paste data. If you open a file to copy and paste, you will inevitably need more mouse and keyboard operations, which will be more cumbersome. So is there a copy and paste method that can save these cumbersome operations? The answer is yes, that is redirection. […]
-
Introduction to mybatis 100%
Today, I return to mybatis and sum up some better ways to get started. Let’s take you through the simplest way.Here we first introduce the relationship picture of class package 1. Build aordinaryMaven project Once built, add a dependency to POM. XML jar org.mybatis mybatis 3.5.2 mysql mysql-connector-java 8.0.15 log4j log4j 1.2.17 junit junit 4.12 […]
-
This super Java tool class library is not acceptable
Hello everyone, I am a small editor who broke my heart for the majority of programmers. It is my goal to recommend a gadget / source code every day, fill your favorites, and share a small skill every day, so that you can easily save development efficiency and achieve no overtime, no staying up late […]
-
Idea failed to create Maven project
Enter Maven – > runner as shown in the figure above, and then copy and paste the following contents into VM options to save. -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true -Dmaven.wagon.http.ssl.ignore.validity.dates=true Author: that’s itLink: https://www.zhihu.com/questio…Source: ZhihuThe copyright belongs to the author. For commercial reprint, please contact the author for authorization. For non-commercial reprint, please indicate the source.