- 2023-04-29windows连接ubuntu共享文件夹
安装sambasudoaptinstallsamba编辑配置文件sudovim/etc/samba/smb.conf在末尾加入:[echohye]#smb用户path=/home/echohye/共享文件夹#共享路径available=yeswriteable=yessecurity=sharebrowseable=yesguestok=yesforceus
- 2023-04-22windows连接ubuntu共享文件夹
安装sambasudoaptinstallsamba编辑配置文件sudovim/etc/samba/smb.conf在末尾加入:[echohye]#smb用户path=/home/echohye/共享文件夹#共享路径available=yeswriteable=yessecurity=sharebrowseable=yesguestok=yes
- 2023-01-28如何从 JS 对象中删除属性?
问题描述给定一个对象:letobj={name:'echohye',age:'18',hobby:'sleep'}如何删除属性hobby以得到以下obj?letobj={name:'echohye',age:'
- 2023-01-23Vuw2和Vue3如何使用ref获取元素节点?
Vue2中<template><divid="app"><divref="echohye">新年快乐</div></div></template><script>exportdefault{mounted(){console.log(this.$refs.echohye)
- 2023-01-18Vuw2和Vue3如何使用ref获取元素节点?
Vue2中<template><divid="app"><divref="echohye">新年快乐</div></div></template><script>exportdefault{mounted(){console.log(this.$ref
- 2022-08-13docker的image两个id相同名字不同,如何删除其中之一
问题如下:[root@echohye~]#dockerimagesREPOSITORYTAGIMAGEIDCREATEDSIZE127.0.0.1:5000/echohy