Year: 2021
-
Post Views: 52 1. Enter the JumpServer’s web terminal. as shown in Figure 1 2. Copy the text content of the local computer: user 8990994120961, if you want to paste it into the JumpServer’s web terminal, directly Ctrl C, and then Ctrl v is not responding. Use the shortcut key: shitf ctrl alt. Pop up the clipboard. as shown in…
-
Post Views: 15 1. The third-party platform application interface http request of Penguin, the upload of video files shards failed, status code: 302. Print the response object. Time: 2021/10/12 2. Analyze the conclusion, check the information in the response header, http/1.1 302 moved temporarily. followhttp://api.om.qq.com302 Jump tohttps://api.om.qq.com. The HTTP 302 Found redirect status code indicates that the requested resource has…
-
Post Views: 53 1. In phpstorm, event log: plugin error: pluginbashsupport(Version1.8.0.202) is not compatible with the current version of the IDE, because it requires it require build 202.* or older but the current build is PS-212.5284.49. as shown in Figure 1 2. The plugin “BashSupport” (version “1.8.0.202”) is not compatible with the current version of the IDE because it needs…
-
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: 16 1. A total of 4 environment variables are configured in Rancher. as shown in Figure 1 2. Check the log of the container, there are 2 environment variables missing. as shown in Figure 2 3. The result is that the missing 2 environment variables in the configuration file are not replaced. as shown in Figure 3 4.…
-
Post Views: 13 1. Request an HTTPS URL in OpenResty and report an error: Unable to get local issuer certificate. as shown in Figure 1 2. Reference URL:https://github.com/ledgetech/lua-resty-http/issues/68. client:request_uri(url, { ssl_verify = False, }). 3. Edit the request client code, add ssl_verify = False when initiated a request in lua-resty-http. as shown in Figure 2 4. Request an HTTPS URL…
-
Post Views: 14 1. Run the Lua program, and report an error: 500 Internal Server Error Openresty/1.19.9.1. as shown in Figure 1 2. Check the nginx log file, morefunresty.dev.chinamcloud.cn.error.log, modulelib.redisNot found: no field package.preload[‘lib.redis’]. as shown in Figure 2 3. Edit the nginx file and add lua_package_path to configure the file addressing path of openresty 4. After restarting the Nginx…
-
Post Views: 13 1. Bootstrap file input is a very good HTML5 file upload plugin, which supports a series of features such as file preview and multi-selection. When uploading a file based on Bootstrap File Input v4.3.2, the existing parameters: upfile, file_id. as shown in Figure 1 2. Now you need to add new parameters: Type, based on the selection…