problem description the front end needs to package the released code. What is the order of commit,pull,push and npm run build? the environmental background of the problems and what methods you have tried the front-end code needs to be packaged and...
how can this level be changed? ...
recently exposed to websocket, the demand is very simple, using websocket to let users participate in a 1v1 Mini Game. The environment is distributed, and each server is multi-process, and the web server uses the nodejs,websocket framework with socket....
another engineering project of the company is built with vue-electron, that is, I built a server in this project, and I made a few small interfaces with koa, but because of koa2 s post request to introduce the koa-bodyparser module, the service reported...
I read a lot of tutorials and said that process.nextTick was the first to be executed, but I was the last to run it myself. vue s nextTick is supposed to give priority to promise, but I also execute it after comparison when I run. what kind of task s...
such as title: axios! ...
Command failed: usr bin git clone--depth=1-Q-b master git: github.com LLK scratchr2_translations.git Users starbucks .npm _cacache tmp git-clone-b0dea231 npm ERR! Users starbucks .npm _cacache tmp git-clone-b0dea231 .git: Permission denied npm ...
instead of {name: 1222 } ...
I have a txt file there are 10,000 lines the first line is as follows 27466726----6837605--------398705040011----7605----60664----qq what I want to extract is 27466726 6837605 398705040011 7605 60664 qq the second line is as follows zaistarm---...
a page opens page b, The b page is a list. Click on the list item take the content you clicked and go back to page a. How can this be achieved? and how to retain the data filled in by the user on page a? The page is not separated from the front ...
there are css, eot, svg, ttf, woff and woff2 files under my iconfont, but woff2 files cannot be packaged into the release directory this is the file in my source code ...
< H2 > Why does Node.js already have mysql modules and mysql2 ? < H2 > from github above mysql module star and fork are also many ah, Baidu said that mysql does not support some semantics well, but does not know what this semantics spec...
problem description ERROR in static js vendor.aeb6bfbb1be1379842a3.js from UglifyJs Unexpected token name I , expected punc ; [static js vendor.aeb6bfbb1be1379842a3.js:45714,11] the environmental background of the problems and what methods you have...
host: www.xx.com , port: 8080, I can start the project, but I can t access the site when it opens, and my native host file 127.0.0.1 has also been changed to www.xx.com. May I ask what s going on ? ...
problem description use distributed crawlers to crawl asynchronously using proxy ip. The amqplib library of NODE uses a single crawler as a consumer, crawls the corresponding page after receiving the message and then stores it into the database. Multi...
how does js get the address of locally uploaded video? Implement local preview of uploaded video files. ...
such as the title. After running yarn serve, the style cannot be viewed. It is all on the home page . related configuration: postcss.config.js module.exports = { plugins: { autoprefixer: {} } } vue.config.js chainWebpack: config =&g...
The nvm command changes the node version, node changes, but npm does not change. Why? searched for a long time but couldn t find the answer. Thank you ...
recently, when I was tidying up the crawler project, I found that sometimes I can return data according to the parameters entered by the source code, and sometimes I can t. Execjs.compile (_ js) .call ( TAC.sign , "6347006294 " + + "0 ") the par...
.vue mounted(){ this.scrollToBottom() }, methods:{ scrollToBottom: function () { this.$nextTick(() => { var container = this.$el.querySelector( .chatContent ); container.scroll...
1. When using update to change content, enter the field in the process of click enter, delete, space and other keys will automatically exit editing mode, is there any good way to solve this problem? 2. In addition, when deleting using delete, if the ne...
if 256k*8bit memory chips are used to form memory areas from 4000 0000H to 400F FFFFH and addressed by bytes, () chips are required. (A). 4 (B). 8 (C). 16 (D). 32 ask for advice, how to calculate it? ...
personal blog A personal blog written by has a concurrency problem: using Aliyun s pts to test concurrency, it is found that when the number of concurrency reaches 8 (which is negligible), the database query is particularly slow (there is very littl...
Manual? is there a primary or secondary? for example, ...
problem description as the project gets bigger and bigger, app.js has 3.4m and loads slowly every time ...