参考一下链接: https://www.tenforums.com/tutorials/95308-convert-esd-file-wim-using-dism-windows-10-a.html?__cf_chl_jschl_tk__=22403c31866ef49eacc8c8df353427 ...
分类:
其他好文 时间:
2020-07-06 14:38:21
阅读次数:
170
1.Introduction 1.1 Tasks, Platforms, and Goals One of the most basic and desirable(向往的,可取的) uses of the IrDA infrared(红外) communication protocols is s ...
分类:
其他好文 时间:
2020-07-05 23:18:33
阅读次数:
55
The session protocol describes the basic structure of an OBEX conversation. It consists of a format for the “conversation” between devices and a set o ...
分类:
其他好文 时间:
2020-07-05 22:44:14
阅读次数:
61
一、vueadmin-template-master 1、basic operation: (1)unzip (2)cnpm install (3)npm run dev 2、specific operation: (1)shut down grammatical normative check(E ...
分类:
其他好文 时间:
2020-07-05 20:58:26
阅读次数:
83
在前面的1主2从架构中Redis 主从架构实践 CentOS 64-bit-basic 192.168.127.130 redis(主) CentOS 64-bit 192.168.127.128 redis(从) CentOS 64-bit_2 192.168.127.129 redis(从) 如 ...
分类:
其他好文 时间:
2020-07-05 00:41:32
阅读次数:
118
HTML5 HTML 基本文档 <!DOCTYPE html> <html> <head> <title>文档标题</title> </head> <body> 可见文本... </body> </html> 基本标签(Basic Tags) <h1>最大的标题</h1> <h2> . . . </ ...
分类:
Web程序 时间:
2020-07-05 00:39:53
阅读次数:
82
Redis的持久化机制分为RDB和AOF RDB: Redis DataBase AOF: Append Only File 一、RDB方式 1、什么是RDB RDB: 每隔一段时间,把内存中的数据写入磁盘的临时文件,作为快照,恢复的时候把快照文件读进内存。 如果宏机重启,那么内存里的数据肯定会没有 ...
分类:
其他好文 时间:
2020-07-04 13:52:12
阅读次数:
91
1 import os,glob 2 def photo_compression(original_imgage,tmp_image_path): 3 '''图片备份、压缩;param original_imgage:原始图片路径;param tmp_imgage_path:临时图片路径,备份路径; ...
分类:
编程语言 时间:
2020-07-04 12:00:15
阅读次数:
81
CSS 中文开发手册 自动 | auto (Basic Box Model) - CSS 中文开发手册 width 属性指定了元素内容区的宽度。默认情况下,该属性定义了内容区域的宽度。如果box-sizing设置为border-box,则确定边框区域的宽度。 /* values */width: 3... ...
分类:
Web程序 时间:
2020-07-04 01:23:15
阅读次数:
88
CSS 中文开发手册 证明自我 | justify-self (Box Alignment) - CSS 中文开发手册 CSS justify-self属性限定了沿着相应的轴证明其容器内的盒的方式。 /* Basic keywords */justify-self: auto;justify-sel... ...
分类:
Web程序 时间:
2020-07-04 01:14:40
阅读次数:
71