当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: ABLE-LAYOUT:
 

 

    摘要:一 symbian os简介 1.1 symbian操作系统的起源和现状 symbian成立于1998年,由爱立信、诺基亚、摩托罗拉和psion共同出资筹建。1999年,松下公司加入symbian。2000年,世界上第一款采用symbian操作系统的手机ericsson r380成功上市,同年,索尼公司和三洋公司获得了symbian 的授权。 2001年, 富士通公司获得了symbian的授权......
 ·一个操作注册表的类    »显示摘要«
    摘要:早上写了一个简单的操作注册表的类。现在帖出来让大家帮我看看,有什么问题请联系我。using system;using microsoft.win32; namespace powercomponent{ /// <summary> /// 操作注册表 /// </summary> public class register { /// <summary> ......


一些珍藏代码奉献,绝对有价值,不可不看!!!

 

【程序编程相关:为DataGrid自定义分页添加自定义导

1. oncontextmenu="window.event.returnvalue=false" 将彻底屏蔽鼠标右键 【推荐阅读:转学习:窗口对话框等

【扩展信息:MySQL中各种字段的取值范围

<table border oncontextmenu=return(false)><td>no</table> 可用于table

2. <body onselectstart="return false"> 取消选取.防止复制

3. onpaste="return false" 不准粘贴

4. oncopy="return false;" oncut="return false;" 防止复制

5. <link rel="shortcut icon" href="favicon.ico"> ie地址栏前换成自己的图标

6. <link rel="bookmark" href="favicon.ico"> 可以在收藏夹中显示出你的图标

7. <input style="ime-mode:disabled"> 关闭输入法

8. 永远都会带着框架

<script language="javascript"><!--

if (window == top)top.location.href = "frames.htm"; //frames.htm为框架网页

// --></script>

9. 防止被人frame

<script language=javascript><!--

if (top.location != self.location)top.location=self.location;

// --></script>

10. <noscript><iframe src=*.html></iframe></noscript> 网页将不能被另存为

11. <input type=button value=查看网页源代码

onclick="window.location = ´view-source:´+ ´http://www.csdn.net/´">

12. 怎样通过asp的手段来检查来访者是否用了代理

<% if request.servervariables("http_x_forwarded_for")<>"" then

response.write "<font color=#ff0000>您通过了代理服务器,"& _

"真实的ip为"&request.servervariables("http_x_forwarded_for")

end if

%>

13. 取得控件的绝对位置

//javascript

<script language="javascript">

function getie(e){

var t=e.offsettop;

var l=e.offsetleft;

while(e=e.offsetparent){

t+=e.offsettop;

l+=e.offsetleft;

}


...   下一页
    摘要:一、structure定义1、s_filetime global type s_filetime from structure long dwlowdatetime long dwhighdatetimeend type 2、s_win32_find_data global type s_win32_find_data from structure long dwfileattributes s......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE