Tag Archives: IT Skills

proxy error: could not proxy request [How to Solve]

Find the vue.config.js file and change the address:

devServer: {
  proxy: {
    '/api': {
      target: "http://localhost:Port number own address", //This replacement is the local address
      changeOrigin: true,
      logLevel: "debug"
    }
  }
}

Note:

vue.config.js   Is an optional configuration file if the project’s (and   package.json   If this file exists in the root directory of the same level, it will be deleted  @ vue/cli-service   Automatic loading. You can also use   package.json   Medium   vue   Field, but note that this writing method requires you to strictly follow the JSON format.

Create in root directory: vue.config.js

IT Skill: How to Recall Email Message in Outlook 2007

In Go Lala Go, a hapless Helen accidentally sends a rather private email to everyone and gets fired, as everyone remembers. In real life, it’s not uncommon to accidentally send an email while it’s still being edited. How to do?Recall it immediately!

For the email Sent just now, find it in the Sent Items Folder. Open it. In the Ribbon screen that opens the email, select the following option:
Actions –> Other Actions –> Recall This Message…


Then, choose from the following dialog:


That will do.

It also is not always going to be successful. If it has already been browsed, it is going to be unsuccessful, so it is going to be fast.