I have a Dedicated server that manages remotely through IPMI. Recently, I asked for the IPv6 address through the administrator. Due to my lack of basic knowledge of IPv6, I encountered some problems in configuration, and the search was fruitless, so I c...
after the IPV6 channel applied for by tunnelbroker.net is configured on the server, the Apache configuration file is updated accordingly to see that port 443 rel= 80 is also monitored by Apache, and the IPv6 web server,http is tested to be normal throug...
in my vue project static js country_region.js this file is imported into a .vue file to be used as a drop-down list but my website is multilingual, all introduced i18n, but $t () this syntax can only be used in .vue, how can I use it in this js ...
Why should the template pattern in the Java design pattern use abstract classes instead of interfaces? ...
how does js calculate how many minutes have elapsed from one time to another for example, var maxtime ="2018-07-04 13:42:00"; var mintime = "2018-07-04 00:00:00"; how many minutes are there between maxtime and mintime? ...
.travis.yml language: node_js node_js: - 8.9.1 branchs: only: - master cache: apt: true directories: - node_modules install: - git pull - rm -f package-lock.json && npm install script: - npm run build before_install: - openssl ae...
problem description I use FlatList to make a list page. At renderItem, I return a child component called < Item >. There is a clickable trigger in the child component to return State to the parent < Text > component, but the page does not re-render ...