Tag: Windows PowerShell
-
Post Views: 45 1. An error is reported when executing YARN-related commands in Windows PowerShell: & as shown in Figure 1 2. Decide to replace & with “&”, and then execute: after the yarn hothop theme build is successful, an error is reported:hothopNot an internal or external command, nor is it a runnable program or batch file. 3. Add yarn…
-
Post Views: 14 1. For Windows users, the Go project provides two installation options (except from the source code installation): The ZIP archive requires you to set some environment variables, and the experimental MSI installer will automatically configure your installation. Open URL:https://studygolang.com/dl, download the MSI installer, as shown in Figure 1 2. Download the file: go1.13.4.windows-amd64.msi, right-click -> install, as…
-
Post Views: 94 1. Execute the command in Windows PowerShell: curl -x POST –data, report an error: invoke-webrequest : The location formal parameter that accepts the actual parameter “post” cannot be found. as shown in Figure 1 2. Invoke-WebRequest is a command-line tool similar to curl on the Windows platform. Execute the command: get-help invoke-webrequest, as shown in Figure 2…
-
Post Views: 57 1. Execute Vagrant on Windows 10 and report an error: Vagrant failed to initialize at a very early stage, as shown in Figure 1 2. The reason should be that Vagrant has been updated recently, and Vagrant can be automatically tried by running the following command (remove and reinstall All plugins), follow the prompts to execute the…
-
Post Views: 64 1. Create a new warehouse, shuijingwan/yii2-app-advanced, as shown in Figure 1 Yii 2 advanced project template, the template includes four layers: interface (the API to implement the RESTful style web service service), front-end, back-end and console, each of which is a separate YII application. 2. Successfully created the warehouse, as shown in Figure 2 3. Use the…
-
Post Views: 14 1. Reference URL:https://developer.mozilla.org/zh-CN/docs/learn, as shown in Figure 1 2. Refer to step 4, open the command prompt (Windows) in the computer, refer to the URL:https://www.lifewire.com/how-to-open-command-prompt-2618089, as shown in Figure 2 Open Command Prompt in Windows 10 Tap or click the start button, followed by all apps. if youRe not using the desktop in Windows 10, tap the…
-
Post Views: 13 1. Open the URL:https://www.genymotion.com/download/, since the Oracle VM VirtualBox has been installed, so choose Without VirtualBox, as shown in Figure 1 2. After the installation is complete, create a new virtual device, select 7.0.0 for Android version, and finally select Samsung Galaxy S8 – 7.0.0, the next step, as shown in Figure 2 3. After the new…
-
Post Views: 59 1. Reference URL: https://commaster.net/content/installing-memcached-windows, as shown in Figure 1 2. Download: http://downloads.northscale.com/memcached-1.4.5-amd64.zip, as shown in Figure 2 3. Unzip to: C:\memcached-1.4.5, as shown in Figure 3 4. Run Windows PowerShell as an administrator, as shown in Figure 4 5. Execute the following command to add memcached to the task plan table: as shown in Figure 5 schtasks…