分类

最近用到的技术

November 30, 2023
分类

Use htm + preact to implement build-free development pages. # example 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 <script src="https://unpkg.com/htm/preact/standalone.umd.js"></script> <script> const { html, Component, render } = window.htmPreact; class DataSource extends Component { constructor(props) { super(props); this.state = { value: 0 }; } add(e) { this. ...

Uml

November 1, 2021
分类
显示在底部

大象--thinking in uml 统一过程 建模基础 当你视图为现实世界建模时,首先要决定的是抽象角度,即建立这个模型的目的是什么。 面向对象希望你通过抽象角度把事物分解成小块,问题就变得简单化。

解析pptx文件

June 6, 2021
分类
显示在底部

把pptx文件可以直接修改扩展名问zip等压缩文件。可以用zip解压工具将其解压。 解压后得到xml文件和资源文件。