Year: 2020
-
Post Views: 15 1. Based on the function: file_put_contents, when a string is written to the file, there are various forms in the group when defining the file name to be written to 2. Under different forms, the problem is that with the change of the running environment of the program, the file name of the written data is also…
-
Post Views: 15 1. Export a postman_collection.json from another postman, which now needs to be imported into another postman. Click Import . as shown in Figure 1 2. Upload the file and click Upload Files, as shown in Figure 2 3. After uploading the file, click Import . as shown in Figure 3 4. The import is successful, as shown…
-
Post Views: 18 1. When English case conversion (set constants) is required before, the webmaster tool is generally used:http://tool.chinaz.com/Tools/lowercase-uppercase.aspx. as shown in Figure 1 2. However, it is found that in phpstorm, the same function can be realized through the corresponding shortcut key operation. Select words that need to be converted to uppercase. as shown in Figure 2 3. Shortcut…
-
Post Views: 10 1. Send large text information in DingTalk, which is automatically converted into a text file. as shown in Figure 1 2. Reposted 2 times successively, and its size was accurately intercepted to 39.0 KB (40,000 bytes). as shown in Figure 2 3. Check the content of the text file, the original text information in JSON format, because…
-
Post Views: 49 1. When publishing a video manuscript to Bilibili, it prompts: The manuscript partition is wrong. as shown in Figure 1 2. Analyze the articles that failed to publish this article. The selected categories are: Information – Comprehensive. as shown in Figure 2 3. Publish successful manuscripts, the selected classification is: Life – Others. as shown in Figure…
-
Post Views: 12 1. TortoiseGit -> Display log, as shown in Figure 1 2. Start: 2019/01/01 to: 2019/12/31, as shown in Figure 2 3. Click the Statistics button, the statistics dialog box will pop up, and click the calculation button. as shown in Figure 3 4. The total number of changes that do not include adding/deleted files: 58807 (38411 (+)…
-
Post Views: 11 1. TortoiseGit -> Display log, as shown in Figure 1 2. Start: 2019/01/01 to: 2019/12/31, as shown in Figure 2 3. Click the Statistics button, the statistics dialog box will pop up, and click the calculation button. as shown in Figure 3 4. The total number of changes that do not include adding/deleted files: 58807 (38411 (+)…
-
Post Views: 15 1. Error in Go: package_mytest.go:5:2: cannot find package “.” in: E:\WWWRoot\Go\The-way-to-go\package\pack1. as shown in Figure 1 2. Check the code of pack1.go 3. Check the code of package_mytest.go 4. Check the environment variables – the user variables of the administrator – GOPATH, whose values are: C:\Users\Administrator\Go, as shown in Figure 2 5. Compile and install a package.…
-
Post Views: 15 1. Error in Go: package_mytest.go:5:2: cannot find package “.” in: E:\WWWRoot\Go\The-way-to-go\package\pack1. as shown in Figure 1 2. Check the code of pack1.go 3. Check the code of package_mytest.go 4. Check the environment variables – the user variables of the administrator – GOPATH, whose values are: C:\Users\Administrator\Go, as shown in Figure 2 5. Compile and install a package.…
-
Post Views: 49 1. Force push on GitLab, and report an error: Remote GitLab you are not allowed to push code to a protected branch on this project. as shown in Figure 1 2. Check GitLab – Members – Existing Members and Groups. Master, in theory, has permissions. as shown in Figure 2 3. Repository settings – protected branches –…