Tag: Installation
-
Post Views: 69 Continue to the previous article: Preparation before installation has been completed (FAT32 partition + easyuefi startup item)This article contains Complete installation process(24 photos) and First boot configuration(4 photos)No U disk, no black screen, everything goes well 1. Start and enter the Ubuntu installation environment 1.1 Select startup items Restart the computer and press continuously during the ThinkPad…
-
Post Views: 15 1. Since some applications only exist in the Google Play app store, such as: Bitcoin Wallet, it does not exist in the domestic app store. So decide to install Google Play on your phone 2. My phone is: OnePlus 8, no Google Play is pre-installed. Reference URL:https://www.uphezi.com/access-google-play-store-china/. 3. Open the URL on your phone:https://m.apkpure.com/google-play-store/com.android.vending, download the apk…
-
Post Views: 12 1. An error occurred while updating Hueman Addons: the download failed. Curl Error 18: Transfer closed with 2183267 bytes remaining to read. CURL error 18: Transport is turned off, and 2183267 bytes are available for read. as shown in Figure 1 2. Reference URL:https://www.shuijingwanwq.com/2021/02/19/4734/. The solution is to download from the server and put it in the…
-
Post Views: 13 1. Open the URL:https://www.sqlite.org/download.html. Download sqlite-dll-win64-x64-3330000.zip. as shown in Figure 1 2. Copy files: sqlite3.def, sqlite3.dll to the directory: D:\Program Files\SQLite. as shown in Figure 2 3. Add D:\Program Files\SQLite to the PATH environment variable. as shown in Figure 3 4. Finally, at the command prompt, use the sqlite3 command, the following results will be displayed. Indicates…
-
Post Views: 17 1. Invoke the following command in the terminal to install the API: go install google.golang.org/api/urlshortener/v1, error: cant load package: package google.golang.org/api/urlshortener/v1. as shown in Figure 1 2. Reference:https://github.com/googleapis/google-api-go-client/blob/master/GettingStarted.md. Invoke the following commands in the terminal to install the API: go get -u google.golang.org/api/urlshortener/v1, error: Package google.golang.org/api/urlshortener/v1: unrecognized import path “google.golang.org/api/urlshortener/v1”. as shown in Figure 2 3. Reference:https://www.shuijingwanwq.com/2019/12/28/3784/.…
-
Post Views: 14 1. Reference URL:https://www.shuijingwanwq.com/2020/07/02/4288/. Previously, the code file could only be placed below: C:\Users\Administrator\Go\Src. Put it in: E:\wwwroot\go\src will report an error. 2. Edit the environment variable – the user variable of Administrator – GOPATH, its original value is: C:\Users\Administrator\Go, create a new: E:\wwwroot\go. Its new value is: C:\Users\Administrator\Go;E:\wwwroot\go. as shown in Figure 1 3. Reference URL:https://github.com/unknwon/the-way-to-go_ZH_CN/blob/master/eBook/09.8.md. Compile…
-
Post Views: 15 1. Error in Go: package_mytest.go:5:2: cannot find package “.” in: E:\WWWRoot\Go\The-way-to-go\package\pack1. as shown in Figure 1 2. Check the code of pack1.go 3. Check the code of package_mytest.go 4. Check the environment variables – the user variables of the administrator – GOPATH, whose values are: C:\Users\Administrator\Go, as shown in Figure 2 5. Compile and install a package.…
-
Post Views: 15 1. Error in Go: package_mytest.go:5:2: cannot find package “.” in: E:\WWWRoot\Go\The-way-to-go\package\pack1. as shown in Figure 1 2. Check the code of pack1.go 3. Check the code of package_mytest.go 4. Check the environment variables – the user variables of the administrator – GOPATH, whose values are: C:\Users\Administrator\Go, as shown in Figure 2 5. Compile and install a package.…