Author: 永夜
-
Post Views: 16 1. Weibo We-Media Access Platform – The headline article opens the interface response, code: 10008, information: param content invalid. as shown in Figure 1 2. Decide to analyze the data of the content, put the content of the content into the notepad file, its size is: 175 KB. The content is as follows. as shown in Figure…
-
Post Views: 19 1. Reference URL:https://www.shuijingwanwq.com/2021/01/26/4703/. The analysis result is: the content of the article violates the Weibo Community Convention. However, this time it is the same article, and it is sent to 6 Weibo accounts in a short time. Only 1 Weibo account was successfully published, and the other 5 Weibo accounts failed to publish. Failure information: Create statuses…
-
Post Views: 18 1. At this stage, there is a requirement, and it is necessary to send the corresponding operation logs generated to the log system of the middle platform in an interface call. The log system interface of Zhongtai supports multiple log records at the same time. Therefore, it is decided to plan to first save the generated N…
-
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…