Tag:Account number
-
Time:2021-1-22
In daily development, we often need to click a button to provide interaction, pop-up dialog box, input some information. This article code, in addition to the addition of theBackground black maskAnd you canDrag and drop dialog。 JS knowledge points used: onclick, onmousedown, onmouseup, onMouseMove, mouse position Rendering GIF: Drag and drop at will: Details: Upper […]
-
Time:2021-1-20
The biggest advantage of Gaode map API: compatible with various browsers 1. Register an account and apply for key (the application key can have more complete functions, without which the function will be limited) Go to the official website of Gaode map https://lbs.amap.com/ Select web side – map JS API Register […]
-
Time:2021-1-18
preface First of all, if IOS vest is put on the shelves, you should understand that the app vest that is put on the shelves must be non-conforming, otherwise you will not use the vest to put on the shelves; Because we have already launched our own app, but we still need to launch a […]
-
Time:2021-1-16
We have been improving the project intermittently, sometimes because we are busy, sometimes because we are lazy, so the progress is very slow. This is my first open source project. There are many shortcomings, But I will continue to do it, so no matter how fast or slow, I will keep updating. 1、 Add & […]
-
Time:2021-1-15
Docker Docker is an open source application container engine based onGo languageAnd comply with Apache 2.0 protocol open source. Docker allows developers to package their applications and dependency packages into a lightweight, portable container, and then publish them to any popular Linux machine. It also enables virtualization. Containers use sandbox mechanism completely, and there is […]
-
Time:2021-1-14
Namebase is holding an air drop activity. Developers who meet the conditions can get rewards of about 4200 HNS tokens, equivalent to RMB. At present, the value is about 5000 yuan. I have confirmed that this activity is real and effective from several credible channels. First of all, it should be clear that not all […]
-
Time:2021-1-13
Maven central warehouse to submit jar package Guide This paper records the whole process of uploading jar to Maven central warehouse. The project relies on GitHub and uses MAC environment (the environment configuration of Maven and JDK is not included in this paper) <!– more –> 1. Sonatype account application First of all, we need […]
-
Time:2021-1-13
origin In recent days, I have seen a lot of advertisements for the acquisition of GitHub account in the circle of friends and microblog Acquired GitHub account registered before 2019, with more than 16 fans and private key reserved. No special purpose, just to beautify your resume. 500 yuan / piece. As technologists, we should […]
-
Time:2021-1-5
Git version 1.8.3.1 of centos7 is a bit low. So I decided to upgrade. The first thing I thought of was to update with update yum update git As a result, it is still 1.8.3.1. In the upgrade scheme provided on the Internet, the original one is deleted first, and then the latest one is […]
-
Time:2021-1-4
In my work, I encountered a case: after backup and restore or after database separation and attachment (moving database file), I found that some permissions were external_ The CLR functions corresponding to access and unsafe assemblies will have some errors when calling. The following is the purpose of restoring the YourSQLDba backup to a […]
-
Time:2021-1-2
A series of articles: Installing docker in CentOS Docker machine How to create an image Dockerfile syntax Using docker to deploy a WordPress Publishing of docker image 1. First, you need to register an account on the official website Address:hub.docker.com 2. The image name should be prefixed with account ID/ 3, input in the command […]
-
Time:2020-12-31
Recently, when I submitted the code, I always prompted remote: http basic: access denied. If I look at it, I know that it may be a problem of permissions or an account. I suddenly thought that I had changed my password on the hosting platform some time ago, so I just changed my password. So […]