Category: P2P/BT
-
Post Views: 49 1. OKEx APP Error when logging in: https://api.geest.com/gt_judgement?pt=2,error:java.net.SocketTimeoutException:read timed out. as shown in Figure 1 2. Turn on the blue light, connect the VPN, and the server location is located in Singapore. as shown in Figure 2 3. Log in again, and still report an error: url:https://api.getest.com/gt_judgemen t?pt=2,error:java.net.SocketTimeoutException:failed To connect to api.getest.com/203.107.32.16 (port 443) from / 10.33.11.215…
-
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. GetID3() is a PHP script that extracts useful information from MP3 and other multimedia file formats. Open URL:https://github.com/JamesHeinrich/getID3 2. Install based on composer: jamesheinrich / getid3. The URL to open the PHP package repository:https://packagist.org, search: jamesheinrich / getid3 , get the search result: james-heinrich/getid3, as shown in Figure 1 3. In PowerShell, execute the installation command:…
-
Post Views: 13 1. Check the Go file: exercise-maps.go, the code is as follows 2. Run the file, Go reports an error: exercise-maps.go:4:2: Cannot find package “code.google.com/p/go-tour/wc” in any of: C:\Go\src\code.google.com\p\go-tour\wc (from $goroot) C:\Users\Administrator\Go\src\code.google.com\p\go-tour\wc (from $gopath), as shown in Figure 1 3. Open the URL of Go Tour on GitHub:https://github.com/golang/tour, after turning on the blue light connection, install the go…
-
Post Views: 64 1. Create a new warehouse, shuijingwan/yii2-app-advanced, as shown in Figure 1 Yii 2 advanced project template, the template includes four layers: interface (the API to implement the RESTful style web service service), front-end, back-end and console, each of which is a separate YII application. 2. Successfully created the warehouse, as shown in Figure 2 3. Use the…
-
Post Views: 11 1. When executing: composer update, prompt: no valid bower.json was found in any branch or tag ofhttps://github.com/blueimp/JavaScript-Canvas-to-Blob.git,cou LD not load a package from it. As shown in Figure 1 2. Execute:composer global require “fxp/composer-asset-plugin”, update the Composer Asset plugin to the latest version, as shown in Figure 2 3. It is suspected that the network problem caused…