上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页
该文被密码保护。 阅读全文
posted @ 2020-07-08 22:07 Crown-V 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 一.时间和日历的基本使用 #时间模块 import time #日历模块 import calendar #时间戳 ticks = time.time() #本地时间[元组] localtime = time.localtime(time.time()) #格式化日期 formattime = ti 阅读全文
posted @ 2020-06-27 19:26 Crown-V 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 一.工具类 放大镜(magnify) 计算器(calc) 查询ip地址: ipconfig 查询域名的ip地址 nslookup www.baidu.com 打开屏幕键盘: osk 查看电脑系统版本: winver 打开讲述人: narrator 自动开关机: shutdown -s -t 60 s 阅读全文
posted @ 2020-06-26 21:46 Crown-V 阅读(649) 评论(0) 推荐(0) 编辑
摘要: 一.准备的软件 需要准备夜深模拟器,和Hbuilder编辑软件,用来模拟手机端和写代码 1)Hbuilder操作步骤: 1.首先打开Hbuilder,创建App应用 2.填写应用名称,选择模板,点击确定 3.软件mainfest的参数设置 4.模拟器端口连接设置 选择【工具】中的选项,点击Hbuil 阅读全文
posted @ 2020-06-26 20:21 Crown-V 阅读(246) 评论(0) 推荐(0) 编辑
摘要: 真机运行可以真实的效果,模拟有的时候不能真实体现,所以有必要云打包更好的查看和调试 1.app的基本结构代码 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=devic 阅读全文
posted @ 2020-06-26 20:20 Crown-V 阅读(473) 评论(0) 推荐(0) 编辑
摘要: 一.首先判断U盘的芯片 使用chipeasy检测 二.判断U盘的存储大小的真伪 检查是否是扩容盘,使用MyDiskTest软件进行测试是否为扩容盘 三.对U盘重新进行量产真实大小 使用U盘测试工具箱软件进行查看 此U盘就是黑片制作的,所以可以检测出U盘的真伪 需要软件的小伙伴自行提取: 链接:htt 阅读全文
posted @ 2020-06-26 12:05 Crown-V 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 一.earth.js应用场景 https://earth.nullschool.net/#current/particulates/surface/level/overlay=duexttau/orthographic=-186.92,23.45,447/loc=106.682,59.684 阅读全文
posted @ 2020-06-20 21:08 Crown-V 阅读(752) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-13 20:48 Crown-V 阅读(38) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2020-06-11 17:58 Crown-V 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 一.文件的创建 二.文件的编译 三.总结 阅读全文
posted @ 2020-06-11 17:55 Crown-V 阅读(142) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 ··· 11 下一页