- 博客(5)
- 收藏
- 关注
原创 android.view.InflateException: Binary XML file line #异常的解决
android.view.InflateException: Binary XML file line #异常的解决 创建自定义view的时候,碰到 android.view.InflateException: Binary XML file line #异常,折腾了一上午, 后来发现是缺少一个构造器造成。 public MyView(Context context,Attribu
2011-11-24 14:47:46
814
转载 HTTP session
HTTP session HTTP协议(http://www.w3.org/Protocols/)是“一次性单向”协议。 服务端不能主动连接客户端,只能被动等待并答复客户端请求。客户 端连接服务端,发出一个HTTP Request,服务端处理请求,并且返回 一个HTTP Response给客户端,本次HTTP Request-Response Cycle结 束。 当程序需要为某个
2011-10-31 15:56:48
606
原创 线程同步的简单方法C++
c++编程需要用到线程同步的简洁方法: class CMutex { public: void lock() { } void unlock() { } }; class CGuard { CMutex mutex; publi
2011-10-09 11:10:06
365
原创 MIPS公司及其开发的体系结构
MIPS体系结构(Microprocessor without interlocked piped stages) MIPS技术公司是一家设计制造高性能、高档次及嵌入式32位和64位处理器的厂商,在RISC处理器方面占有重要地位。1984年,MIPS计算机公司成立。1992年,
2011-07-12 09:30:01
941
转载 EXPORT_SYMBOL解析
Code Segment: include/module.h: struct kernel_symbol { unsigned long value; const char *name; }; /* For every exported symbol, place a struct in the __ksymtab section */ #define __EXPORT_SYMBOL(sym, sec) / __CRC_SY
2011-03-28 16:17:00
768
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人