nmap -p445 10.64.2.12 --script smb-security-mode.nse nmap: Execute open source scanning tool used to monitor network and security -p445: Designate port 445. …
Read more »"methods" option on Vue 1. methods option < script > export default { data : function () { return { score : 75 , …
Read more »Directive on Vue 1. v-text < script > export default { data : function () { return { channel : "왕초보 홈페이지 만들기" , …
Read more »Text Interpolation on Vue 1. Make Vue Project npm create vue@latest cd {ProjectFolder} npm install npm run dev 2. Text Interpolation < script > expor…
Read more »# 1. Move to android folder cd android # 2. Remove build folder and cache files manually rm -rf app/build rm -rf build rm -rf .gradle # 3. Execute cl…
Read more »