摘要: 转载:https://www.cnblogs.com/EnSnail/p/6294897.html Emmet的前身是大名鼎鼎的Zen coding,如果你从事Web前端开发的话,对该插件一定不会陌生。它使用仿CSS选择器的语法来生成代码,大大提高了HTML/CSS代码编写的速度,比如下面的演示: 阅读全文
posted @ 2017-12-14 14:34 deadwood_2016 阅读(175) 评论(0) 推荐(0) 编辑
摘要: Sublime Text3 Package Control和Emmet插件安装方法 转载http://www.cnblogs.com/frankonhisway/p/4984856.html 因为初学前端,所以今天安装了Sumblime Text 3,然后就停不下来去找Package Control 阅读全文
posted @ 2017-12-12 17:21 deadwood_2016 阅读(201) 评论(0) 推荐(0) 编辑
摘要: /* //My_lame.h */ #pragma once#include "stdafx.h"#include <windows.h>#include <stdio.h>#include <stdlib.h>#include <string>#include "BladeMP3EncDLL.h" 阅读全文
posted @ 2016-05-27 09:42 deadwood_2016 阅读(2413) 评论(1) 推荐(1) 编辑
摘要: 1. argument to type "char *"is incompatible with parameter of type "LPWSTR" 解决:Project->Properties->Configuration Properties->General->Character set-> 阅读全文
posted @ 2016-05-27 09:34 deadwood_2016 阅读(366) 评论(0) 推荐(0) 编辑
摘要: 1.更改设置 1.1 project->properties->configuration properties->C/C++->General->Addtional Include Directories->放dll文件的路径 1.2 project->properties->configurat 阅读全文
posted @ 2016-05-27 09:17 deadwood_2016 阅读(2448) 评论(0) 推荐(0) 编辑