上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页
摘要: 第一步: 编辑 首选项 共享虚拟机 第二步: 虚拟机 共享 移动虚拟机 完成 第三步: 连接到服务器: IP: 443 账号: 密码 在物理主机上查询账号: net user 阅读全文
posted @ 2021-02-21 14:39 countryboy666 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 在【设置】页面下方找到【博客侧边栏公告(支持HTML代码) (支持 JS 代码)】这项,然后加入以下代码: <script type="text/javascript" charset="utf-8" src="https://files.cnblogs.com/files/liuzhou1/L2D 阅读全文
posted @ 2021-02-20 21:58 countryboy666 阅读(143) 评论(0) 推荐(0) 编辑
摘要: UAC(User Account Control,中文是用户帐户控制) 1 echo. 换行 2 cmd.exe /k 执行程序 不关闭窗口 cmd /c 执行程序关闭窗口 3 reg.exe是一个计算机命令,用该命令加入一个新的指定键值 reg add [\\machine\]keyname [/ 阅读全文
posted @ 2021-02-20 14:02 countryboy666 阅读(469) 评论(0) 推荐(0) 编辑
摘要: xcopy /e/s/y path path 复制文件 1. gpedit.msc 组策略 2. sndrec32 录音机 3. Nslookup IP地址侦测器 4. explorer 打开资源管理器 5. logoff 注销命令 6. tsshutdn 60秒倒计时关机命令 7. lusrmgr 阅读全文
posted @ 2021-02-20 13:26 countryboy666 阅读(52) 评论(0) 推荐(0) 编辑
摘要: import pyttsx3import pyttsx3.drivers.sapi5import pyttsx3.driversimport pythoncom pythoncom.CoInitialize() engine = pyttsx3.init() engine.say(strInfo) 阅读全文
posted @ 2021-02-19 23:29 countryboy666 阅读(50) 评论(0) 推荐(0) 编辑
摘要: 1 编码: def bytes(dataDict): strBody = json.dumps(dataDict) # 将dict 数据妆化为字符串 sendBuf = bytearray() sendBuf += ('%04X' % len(strBody)).encode() sendBuf + 阅读全文
posted @ 2021-02-19 20:56 countryboy666 阅读(204) 评论(0) 推荐(0) 编辑
摘要: rstrip() -- 指定删除的字符(默认为空格) format 格式化字符串。 "网站名:{name}, 地址 {url}".format(name="菜鸟教程", url="www.runoob.com") site = {"name": "菜鸟教程", "url": "www.runoob. 阅读全文
posted @ 2021-02-19 14:19 countryboy666 阅读(23) 评论(0) 推荐(0) 编辑
摘要: (1)转换成数组 Array.prototype.slice.call(arguments) 因为baiArray是一个类,不能du直接引用,需要获zhi取原型后才能dao使用。如果要直接引用,需zhuan要实例化Array,如下shu。var array = new Array();array.s 阅读全文
posted @ 2021-02-18 23:59 countryboy666 阅读(18) 评论(0) 推荐(0) 编辑
摘要: 使用log4js打印日志: 第一步: 导入模块 第二步:配置 参考:https://blog.csdn.net/u014259536/article/details/88932787 github示例: https://github.com/log4js-node/log4js-node { "ap 阅读全文
posted @ 2021-02-18 23:50 countryboy666 阅读(387) 评论(0) 推荐(0) 编辑
摘要: (1) 创建数据库 CREATE DATABASE usrInfo; (2) 创建表 CREATE TABLE Person ( LastName varchar, FirstName varchar, Address varchar, Age int ) 阅读全文
posted @ 2021-02-18 23:43 countryboy666 阅读(48) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 20 下一页