摘要: CACLS files /e /p {USERNAME}:{PERMISSION} Where, /p : Set new permission /e : Edit permission and kept old permission as it is i.e. edit ACL instead o 阅读全文
posted @ 2022-03-13 13:16 dvkc 阅读(187) 评论(0) 推荐(0)
摘要: 浏览器可以将文本转换成声音,通过html5的函数实现,支持火狐、谷歌浏览器。IE不支持 function speckText(text){ var speechInstance = new window.SpeechSynthesisUtterance(text); speechInstance.l 阅读全文
posted @ 2022-03-13 13:07 dvkc 阅读(947) 评论(0) 推荐(0)