Year: 2024
-
Post Views: 20 1. Modify the PHP implementation of the table field type 2. However, in Navicat for MySQL, check that there is no change in DDL. Even after closing the connection and closing the database, it is opened again, and it is found that there is still no change. Finally had to close Navicat for MySQL and open it…
-
Post Views: 17 1. Ou Yi’s announcement on AGIX replacement: in Ou Yizhong at 0:00 am on July 2 (UTC+8), take a snapshot of the AGIX account, and start the AGIX replacement. as shown in Figure 1 2. On July 3, it was suddenly discovered that in the trading account, AGIX has disappeared, and the total assets are less. Waiting…
-
Post Views: 15 1. The initial response structure is as follows: as shown in Figure 1 2. Since paging is not required, the front end wants to remove the package data key of the outermost resources, and set the “data” wrapper to null. Modify the resource collection class as follows 3. The result is as expected, and the interface…
-
Post Views: 17 1. It is planned to withdraw coins in Ouyi, and it is found that the USDT balance of withdrawable coins is ≈$3,298.42. as shown in Figure 1 2. Adjust the avaxusd sustainable lever in Ouyizhong, prompting: There is currently a full warehouse pending order, please cancel all the full warehouse pending orders and make multiple leverage modifications.…
-
Post Views: 17 1. Verify the fields that conform to the MySQL field type Decimal(8,2) in Lavavel 9. as shown in Figure 1 2. The final realization is as follows 3. Try respectively: -4 (fail), 0 (success), 5 (success), 999999.99 (success), 999999.990 (success), 999999 .991 (failed), 9999990.99 (fail), 0.09 (success), 0.009 (fail), 0.0000001 (failed), in line with expectations. as shown…
-
Post Views: 16 1. The maximum share claimed by Startup must meet the requirements of VIP level + GT position at the same time. as shown in Figure 1 2. GT holdings need 100GT, the available balance is satisfactory. as shown in Figure 2 3. All risk assessments are selected. as shown in Figure 3 4. The estimated payment amount…
-
Post Views: 16 1. Execute database migration in Laravel 9, modify the field name, and then modify its properties, and report an error: There is no column with name inbounded_quantity on table return_order_items. As shown in Figure 1 2. The code is implemented as follows 3. Decide to try to modify its properties first, and then modify the field name.…
-
Post Views: 17 1. Execute the database migration error in Laravel 9: sqlstate[HY000]: General error: 1366 Incorrect decimal value:0for columnat row -1. as shown in Figure 1 2. Copy the error-reported sql to Navicat for MySQL to execute, but still report the error: 1366 – Incorrect decimal value:0for columnat row -1. as shown in Figure 2 3. Check the code…