ui.css Metro UI CSS Pure CSS jQuery jKit Solid HTML5/CSS3 UI Kit CSS3 UI Kit Alt CSS3 UI Kit MediaLoot Designer UI Kit Flat Free Futurico UI Designmod Read More
posted @ 2016-06-09 00:07 findumars Views(447) Comments(0) Diggs(0)
到选项里清空所有内容也没有用。 后来手动找了一下,原来在这里,存了在这里存了整整10G的缓存: C:\Users\my\AppData\Local\Google\Chrome\User Data\Profile 3\File System\012\p\00 全部手动清除!! Read More
posted @ 2016-06-08 23:46 findumars Views(9627) Comments(0) Diggs(0)
在PC上,我们需要得到两个版本的Qt,分别是:Qt-4.5.2和QtEmbedded-4.5.2-arm。前者包括了Qt Designer等基本工具,用于在PC上对程序的开发调试,使我们能确保程序放到板子上之前就符合设计的要求;然后我们用后者的库将调试好的程序编译成能在arm-linux平台上运行的 Read More
posted @ 2016-06-08 22:53 findumars Views(1218) Comments(0) Diggs(0)
QT 静态编译后中文可能会出现乱码。这是因为处理文字编码的 libqcncodecs 库是以 plugin 形式存放在 QT 静态编译目录/plugs/codecs/libqcncodecs.a 文件中。文字乱码,需要加入入字体插件在 main.cpp 文件内:#include <QtPlugin> Read More
posted @ 2016-06-08 18:31 findumars Views(620) Comments(0) Diggs(0)
时隔2年又开始使用Mac OS系统,之前的很多快捷键和常用的命令都忘记了,使用起来确实不方便,效率也低,特别是terminal下,所以对于terminal又找了一下并整理如下,希望对后来的同学也有用: control + a 将光标移到行首 control + e 将光标移到行尾 control + Read More
posted @ 2016-06-08 17:36 findumars Views(366) Comments(0) Diggs(0)