一、初识DuiEngine的Skin Files传统MFC界面主要是在一个.rc文件里进行窗口的布局,然后在resource.h中维系一个控件ID通过此控件ID在程序中通过此控件ID就可以访问到该控件,从而对指定控件做出各种操作;DuiEngine与之不同,但是思想仍然类似。以上章我们利用DuiEn...
分类:
其他好文 时间:
2014-07-28 15:37:33
阅读次数:
1064
#umount /mnt/fourtumount: /mnt/fourt: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1)) ...
分类:
移动开发 时间:
2014-07-28 14:42:53
阅读次数:
308
基本上是这样的,Sourcefile文件夹里面放的是CPP文件这些,Resourcefile文件夹是资源文件夹,里面可以放你程序里需要的资源,包括图标,对话框,图片等等;对应的文件如下:Source Files - *.c, *.cppHeader Files - *.hResource Files...
分类:
其他好文 时间:
2014-07-27 23:25:49
阅读次数:
229
JavaWeb: 报错信息The superclass "javax.servlet.http.HttpServlet" was not found on the Java Build Path1、右击web工程-》属性或Build Path-》Java Build Path->Libraries-...
分类:
编程语言 时间:
2014-07-27 21:46:59
阅读次数:
223
07-11 13:43:26.184: E/AndroidRuntime(10229): FATAL EXCEPTION: main07-11 13:43:26.184: E/AndroidRuntime(10229): java.lang.RuntimeException: Unable to s...
分类:
移动开发 时间:
2014-07-27 10:58:12
阅读次数:
264
maven在build构建时,加载资源文件时需要配置资源文件插件:1,在pom.xml文件中加入 ${project.build.target.file.name} ${basedir}/target ${basedir}/src/main/java ${basedir}...
分类:
移动开发 时间:
2014-07-27 10:10:22
阅读次数:
288
URI : uniform resource identifier统一资源标示符用于指定Web资源的字符串,它定义了Web资源中的各个不同的部分。ex:http://example.org/absolute/URI/with/absolute/path/to/resource.txtftp://ex...
分类:
其他好文 时间:
2014-07-26 16:54:21
阅读次数:
356
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-07-26 15:16:50
阅读次数:
199
周氏一族,整理技术文档,给下一代留点教程...如题,今天在配置服务器的时候,发现这个问题,以前也经常有,但是懒得去搞,今天整理一下,留下笔记[root@Nginx_Web02home]#setup-bash:setup:commandnotfound[root@Nginx_Web02home]#遇到这种问题,一般都可以不难猜想得出,网络..
分类:
其他好文 时间:
2014-07-26 03:26:37
阅读次数:
247
I would like to know what would be the best way to save contents from a web page. I mean to force save-as option by clicking a link or button. I often found that javascript would not be an option beca...
分类:
Web程序 时间:
2014-07-26 02:29:06
阅读次数:
297