Tag: options
-
Post Views: 14 1. The current URL:https://xxx.cloudfastin.com/static/xxx/98a10389-0831-4aa9-9335-3c2c3f46fd7b/assets/css/app.a572190.css, the value of its content is: 6666 . as shown in Figure 1 2. Update the contents of assets/css/app.a572190.css again as: 7777, and find that the content of the URL is unchanged. 3. The code is implemented as follows 4. Print the $options of the put method, the value is as follows 5.…
-
Post Views: 17 1. Open the URL:https://www.telerik.com/download/fiddler, download FiddlerSetup.exe . as shown in Figure 1 2. The problem encountered now is that in the Android App, call the interface to obtain the list data, a single data item in the list, it will appear and disappear for a while. Therefore, it is decided to determine whether the interface response data…
-
Post Views: 14 1. Upload files through FlashFXP: The first episode of Qin Shimingyue is Yinghuo Shouxin. as shown in Figure 1 2. HTTP access:https://www.shuijingwanwq.com/wp-content/uploads/2021/07/秦时明月第一集荧惑守心.mp4response time 404. as shown in Figure 2 3. Log in to the CentOS server based on Putty and enter the directory: /wp-content/uploads/2021/07/. Discovery file: The file name of Yinghu Shouxin .mp4 in the first episode…
-
Post Views: 14 1. Check REST/ActiveController.php to find the default action method list 2. Yii\rest\ActiveController provides the following actions by default: 3. There is a new requirement, which has been reflected in the prototype. When the tenant setting – the urgency of the topic is closed, in the new topic selection page, the fields: the urgency of the topic selection…
-
Post Views: 71 1. RESTful web service, it is recommended to implement based on a separate interface application, at this time, it is implemented based on the API application 2. Create a new directory: \api\rests, this directory will be used as the operation method category directory of the RESTful web service 3. Create a new controller class \API\Controllers\UserController.php , and…
-
Post Views: 14 1. In Windows PowerSHLL, enter the E:\wwwroot\cmcp-api directory, as shown in Figure 1 2. Create a new application API, copy the backend directory as the API, as shown in Figure 2 3. Edit \.env.dist, add API-related configuration, this is the configuration file submitted to Git version control, as shown in Figure 3 4. Edit \.env, add the…