Year: 2022
-
Post Views: 51 1. Run git status, you can see the status of changes: 2. In TortoiseGit, git commits, which is consistent with the results of git status. as shown in Figure 1 3. Now I want to switch branches, but I don’t want to submit the previous work; so the storage modification pushes the new storage to the stack,…
-
Post Views: 16 1. Click the anchor point in the Markdown document to jump to the corresponding position. as shown in Figure 1 2. In phpstorm, open the editor. When the mouse is placed on #1-overview, it prompts: The targeting tag #1-overview cannot be resolved. as shown in Figure 2 3. When entering #1, the IDE will be completed automatically,…
-
Post Views: 15 1. In the online store related pages in the Shopify background, prompt: WebSocket Connection towss://argus.shopifycloud.com/graphql?bucket_id=gid://shopify/shop/62755799275Failed: WebSocket is closed before the connection is established. as shown in Figure 1 2, resulting in the page being loaded all the time. There is no solution for the time being. The temporary solution to come up is to open the page…
-
Post Views: 19 1. In Shopify, the current domain name is: xxx-wangqiang.myshopify.com. as shown in Figure 1 2. On the Settings > domain name page, connect the existing domain name, and make your store easy to remember and easy to find through custom domain names. as shown in Figure 2 3. Set the domain name to: xxx-wangqiang-shopify.shuijingwanwq.com, as shown in…
-
Post Views: 18 1. The existing array structure is as follows, and its key name is the form of lowercase letters and underscores. 2. It is expected to adjust the name of the array key to the hump form. The traditional way is to generate a new key in the form of a hump based on the foreach traversal. This…