spring cloud configuration central server if you want to read the configuration of multiple repositories, how should application.yml be configured? for example, the application configuration and resource configuration of a xxx-service project are under ...
has been working for 8 years, it is absolutely no problem to write business code in php, and I also know something about architecture. I know how to deal with high concurrency and database optimization, and there are some deficiencies in system tuning or...
generally speaking, according to memory calculation, each php-fpm takes up 30MB, and the system also takes up some memory, but each php-fpm needs to consume cpu, so it is impossible to open so many values calculated by memory at all ....
this is true. If the mall wants to dock with third-party payment, now it needs to add a callback log in the payment callback entry, and all requests that have entered the callback are saved in the log. Now there is a question as to whether the callback l...
the bottleneck of a project is generally the database, because the machine bottleneck can be solved by load balancer and many machines, and the bottleneck of database reading can be solved by multiple slave libraries, but how can concurrent writes be imp...
what is the relationship between the number of oracle, connections, session sessions and users? assuming that the default number of connections installed is 150, is it true that the total number of connections for all users cannot be greater than 150? Or...
our project uses antd 3.6 +. Without network access, there will be one request, http: keycart.alipay.com web. I checked the user experience program that is said to be antd. Could you tell me how to close this user experience program? because we use b...
export default class App extends React.Component{ state = { expand: flase, renList: [] } handleCheck = value => { const { expand, renList} = this.state; this.setState({ expand: !expand }); renList.push(value) } render() { return( ...
...
I encapsulated axios and introduced axios.js code-4 ,this.$router.push (this); , if if? into main.js. ...