摘要: [TOC] DirectX11 Study Note This article basicialy base on "DirectX 11 Tutorials Series 2 Tutorial 3: Initializing DirectX 11" and Direct3D 11 Graphics 阅读全文
posted @ 2019-01-24 23:35 威化饼干 阅读(750) 评论(0) 推荐(0) 编辑
摘要: Introduce For CreateWindowEx Creates an overlapped, pop up, or child window with an extended window style; otherwise, this function is identical to th 阅读全文
posted @ 2019-01-23 15:51 威化饼干 阅读(250) 评论(0) 推荐(0) 编辑
摘要: If only member function _clear_ of _WindowMgr_ is a friend of _Screen_, there are some points need to note. Sequence is important. First, define the _ 阅读全文
posted @ 2019-01-18 15:21 威化饼干 阅读(137) 评论(0) 推荐(0) 编辑
摘要: About why inline member function should defined in the header file. It is legal to specify inline on both the declaration and the definition. But the 阅读全文
posted @ 2019-01-18 15:13 威化饼干 阅读(98) 评论(0) 推荐(0) 编辑
摘要: Why use getters and setters/accessors? 实际上会有很多人问这个问题....尤其是它成为Coding Style中一部分的时候。 "文章出自LBushkin的回答" There are actually many good reasons to consider 阅读全文
posted @ 2019-01-18 14:58 威化饼干 阅读(461) 评论(0) 推荐(0) 编辑
摘要: First u must download wqy microhei.ttc font online () After save this Regedit file on pc () Font file copy to wine folder under C: drive folder, under 阅读全文
posted @ 2018-12-31 21:38 威化饼干 阅读(1316) 评论(0) 推荐(0) 编辑
摘要: 学习C 的时候看到许多觉得重要的知识点,在此把他们记录下来。 元数据 CLR执行程序集的代码 类型转换 元数据 托管模块组成部分: 1. 标准Windows PE文件头。对平台,文件类型(GUI,CUI,DLL),生成时间等进行记录。 2. CLR头。CLR版本,一些标志(Flag),托管模块入口方 阅读全文
posted @ 2018-12-23 17:25 威化饼干 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 一直在使用VS Code,今天打算用Node.js进行文件IO时候遇到了一些问题,fs是Node.js的核心功能之一,一开始我用Javascript编写fs模块的导入。 看上去不错,但我很想使用TypeScript提供的class、constructor 、let等有趣的新功能,所以我把后缀改成ts 阅读全文
posted @ 2018-12-23 17:23 威化饼干 阅读(2912) 评论(0) 推荐(0) 编辑
摘要: 突然很想开始认真写博客了。说来惭愧,从小我就知道博客这一载体,上小学的时候还常常转载一些小说在百度博客上,那个时候和我姐姐玩得不亦乐乎。后来很长一段时间只是在纸上写写小说,和博客没多大交集了。直到上大学的时候,一位学长,那个时候他刚考上浙大的研究生,有空的时候带我们做项目,他告诉我们:“有空的时候要 阅读全文
posted @ 2018-12-23 17:21 威化饼干 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 本文适用于解决前端开发时所需的服务器支持,包括文件上传和下载。在开发环境中需要保持尽量的开放,并不是安全的。根据浏览器安全协议,所下载的开源项目是不能直接在file中直接打开的,需要把文件放置在服务器上并设置正确以便使用FTP服务器进行上传下载。例如需要查看一个Angular模版的时候我并不想跑到L 阅读全文
posted @ 2018-12-23 17:12 威化饼干 阅读(471) 评论(0) 推荐(0) 编辑