习惯性的贴几个参考链接: W3School-HTML 5 应用程序缓存 官方 MDN window.applicationCache 接口文档 官方 MDN 用法示例 看所有的教程不如直接看最原始的官方教程,下面的内容是对官方教程(官方 MDN 用法示例)中自己觉得有价值的部分的文档的翻译: Entries in a cache manifest file The cache manifest file is a simple text file that lists the resources…
转载自 https://www.codeproject.com/articles/165368/wpf-mvvm-quick-start-tutorial WPF/MVVM Quick Start Tutorial WPF/MVVM 快速入门教程 Introduction 介绍 Assuming that you have a decent understanding of C#, getting started in WPF isn't too difficult. I started loo…