自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(11)
  • 资源 (14)
  • 收藏
  • 关注

原创 java script w3c study notes

JavaScript简介 1.js JavaScript 可以将动态的文本放入 HTML 页面 JavaScript 可以对事件作出响应 JavaScript 可以读写 HTML 元素 JavaScript 可被用来验证数据 JavaScript 可被用来检测访问者的浏览器 JavaScript 可被用来创建 cookies JavaScript 的正式名称是 "ECMAScrip

2012-05-30 23:50:20 1346

原创 w3shool css study note

CSS 基础 1.CSS规则:选择器,以及一条或者多条声明 selector {declaration1; declaration2; ... declarationN } declaration=property:value h1 {color:red; font-size:14px;} 样式优先级 4具有最高优先级 1).浏览器缺省设置 2).外部样式表 3).内部样式表(位于

2012-05-28 17:06:40 816

原创 w3shool html study note

html study notes 1.html tags This is a heading This is a paragraph. This is a link 2.文本格式化 强调 下标 上标 保留空格 WWW 鼠标移上去显示完整内容 Here is some Hebrew text  文字方向 这是长的引用。 引用缩进 一打有 二

2012-05-28 11:30:14 839

原创 C++ "coyp constructor" and webkit's RefPtr useage

C++ constructure and destructure Two places to call the default construture function. 1)it will call the default copy constructure while passing the parameters. 2).it will also call the default c

2012-05-24 17:06:36 732

原创 Webkit statistics of Android

Introduction 1.Statistics Macro  "ANDROID_INSTRUMENT" 2.Classes for statistics a.TimeCounter b.TimeCounterAuto 3. method for statistics a. counting the time used for a single function. b. coun

2012-05-19 00:21:34 1235

原创 dump tree

There are code in webkit that can dump the dom tree and render tree. "RenderObject::showRenderTreeAndMark" and "Node::showTreeAndMark" You can use it or change it. But it will take a lot of time t

2012-05-14 20:15:56 1683

原创 WTF String

1.KURL: it's the type of String in WTF, we use KURL.string().utf8().data(); to return the char * in the KURL. And how does it come out?     a KURL is defined in WebCore/Platform/KURL.h,

2012-05-12 23:55:13 5569 2

原创 二叉排序树

1、二叉排序树 二叉排序树是这样一棵树 a.空树 b. 1)如果左子树不空,左子树的所有节点的值小于其根节点的值 2)如果右子树不空,右子树所有节点的值大于其根节点的值 3)其左右子树都是二叉排序树 2、遍历 对于拥有指针next的数据结构,遍历的时候,一般都是以指针p作为游标进行遍历 一般有2种方式判断游标p是否到尽头 a p==NULL b p->next==NU

2012-05-06 23:39:49 858

原创 HTML5 differences from HTML4 study notes

1. Introduction a. Language can be written in HTML and XML. b. define processing detail for implementation. c. Improve markup for document. d. Introduced markup and API for merging idioms. The HT

2012-05-06 10:50:37 1190

原创 DOM and Script

script 1.DOM object in js Windows object, the biggest object. Screen,Navigaor,Location,History 2.document.frames[0] document.frames[1] return the frame of the Document. (to be continued) w

2012-05-03 22:32:38 1739

原创 DOM level 2

DOM level 2 core Node object hierarchy: Document DocumentFragment DocumentType EntityReference Element Attr ProcessingInstruction Comment Text CDATASection Entity Notation Changes be

2012-05-02 22:13:07 1067

VMware_Install_Cleaner

卸载vmware的神器 提示 vmware已经安装,安装程序又找不到,可以用这个卸载。

2012-08-19

IDL(Interface_Definition_Language)

介绍IDL,接口描述语言的文档。简述、结构和语法。

2011-08-27

Android apk 反编译工具 dex2jar-0.0.7-SNAPSHOT

Android 反编译工具,可以把apk的资源导出生产文件夹,也可以把资源重新修改,再编译成apk

2011-07-05

wap-230-wsp-20010705-a.pdf

wap-230-wsp-20010705-a.pdf

2010-12-14

Mobile.Messaging.Technologies.and.Services.SMS.EMS.and.MMS

1、Basic Concepts 2、Standardization 3、Short Message Service 4、Enhanced Messaging Service 5、Multimedia Messaging Service: Service and Architecture 6、Multimedia Messaging Service, Transactions Flows References

2010-12-08

android 文件浏览器

改写filelist,显示文件列表 从根目录显示

2010-10-25

GNU makefile 中文手册

别的不说了 学习makefile最全的资料了

2010-10-22

Android 线程

 Android底层Binder System在binding-time会从该进程的Thread pool里启动一个线程来执行SDK-Service的Binder接口对象(如myBinder)。  执行myActivity对象的线程与myBinder对象的线程会同步(Synchronize),让myActivity开发者觉得IPC远程呼叫、跨进程的两个线程,就如同单一线程一般。

2010-10-01

gcc 和makefile 详解

GNU Make 的主要工作是读进一个文本文件, makefile 。这个文件里主要是有关哪些文件 (‘target’目的文件)是从哪些别的 文件(‘dependencies’依靠文件)中产 生的,用什么命令 来进行 这个产生过程。 gcc/g++在执行编译工作的时候,总共需要4步   1.预处理,生成.i的文件[预处理器cpp]   2.将预处理后的文件不转换成汇编语言,生成文件.s[编译器egcs]   3.有汇编变为目标代码(机器代码)生成.o的文件[汇编器as]   4.连接目标代码,生成可执行程序[链接器ld]   [参数详解]

2010-09-29

linux C函数库

chm格式的,函数查询,比较实用。 支持索引和分类查找,是linux以及C开发必备资料。

2010-09-18

水仙花数narcissus number

水仙花数计算,比如153=pow(1,3)+pow(5,3)+pow(3,3) 支持N位的水仙花数计算

2010-09-18

最大公倍数和最小公约数

非枚举法求最大公约数和最小公倍数 支持2个数以上求值,可应用于通分

2010-09-18

VC下graphics图形库

VC下实现的graphics库。有4个文件,一个是graphics.h头文件,一个是lib库(VC6),一个测试主函数,还有一个帮助文档

2010-09-16

c 更改文件修改日期

C语言实现,遍历一个文件夹,并且将修改该文件夹所有文件的修改日期为最近2月。 只有一个文件,在VC下编译通过。如有需求,请自己修改。 调用_findfirst、_findnext,纯C递归实现 大家只要修改里面的changeFiletime函数就可以自己定制功能。

2010-09-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除