07 2005 档案

The Essentials for Using COM in Managed Code
摘要:This Chapter Referencing a COM Component in Visual Studio .NET Referencing a COM Component Using Only the .NET Framework SDK Example: A Spoken Hello, World Using the Microsoft Speech API The Ty... 阅读全文

posted @ 2005-07-31 13:19 cy163 阅读(7324) 评论(0) 推荐(0) 编辑

  OpenWindow.document.write("");
摘要:1OpenWindow=window.open("", "newwin", "height=250, width=250,toolbar=no ,scrollbars="+scroll+",menubar=no"); 2 OpenWindow.document.write(""); 3 OpenWindow.document.write("例子"); 4 OpenWindow.doc... 阅读全文

posted @ 2005-07-30 21:20 cy163 阅读(2851) 评论(0) 推荐(0) 编辑

Want to add an onload javascript based on a condition from server-side code
摘要:http://forums.asp.net/983001/ShowPost.aspx Want to add an onload javascript based on a condition from server-side code I want to test for a condition in Page_load event for... 阅读全文

posted @ 2005-07-30 10:52 cy163 阅读(679) 评论(0) 推荐(0) 编辑

ASP.NET Client-Side Script FAQ (frm.Attribute.add)
摘要:http://www.eggheadcafe.com/articles/20041016.asp We have a fair amount of forum questions here on Eggheadcafe.com that center around the area of client-side scripting with ASP.NET, and we thought it w... 阅读全文

posted @ 2005-07-30 10:50 cy163 阅读(1043) 评论(0) 推荐(0) 编辑

Windows登录密码轻松破解
摘要:当你在使用电脑时,不小心将管理员登录密码忘记了,怎么办呢?虽然网上和各IT杂志介绍了很多种破解管理员登录密码的方法,但操作起来都比较麻烦,并且针对不同的系统须要用不同的破解方法。例如,用破解Winodws 2000的方法,来破解Windows XP和Windows 2003就不行了(会在启动系统时出现“安全账户初始化失败”的提示)。 在此笔者向大家推荐一款可在DOS下清除Windows 20... 阅读全文

posted @ 2005-07-30 07:00 cy163 阅读(660) 评论(0) 推荐(0) 编辑

用C#实现在Word文档中搜索文本
摘要:http://www.webjx.com/htmldata/2005-07-06/1120629296.html 阅读全文

posted @ 2005-07-30 06:55 cy163 阅读(348) 评论(0) 推荐(0) 编辑

小窗口大学问--玩转弹出窗口
摘要:http://dev.21tx.com/2005/04/30/10923.html经常上网的朋友可能会到过这样一些网站,一进入首页立刻会弹出一个窗口,或者按一个连接或按钮弹出,通常在这个窗口里会显示一些注意事项、版权信息、警告、欢迎光顾之类的话或者作者想要特别提示的信息。其实制作这样的页面效果非常的容易,只要往该页面的HTML里加入几段Javascript代码即可实现。下面俺就带您剖析它的奥秘。 ... 阅读全文

posted @ 2005-07-30 06:54 cy163 阅读(451) 评论(0) 推荐(0) 编辑

Chinese Character and Unicode
摘要:匹配Unicode字符的正则表达式 http://www.cnblogs.com/dudu/articles/153010.html这里是几个主要非英文语系字符范围(google上找到的): 2E80~33FFh:中日韩符号区。收容康熙字典部首、中日韩辅助部首、注音符号、日本假名、韩文音符,中日韩的符号、标点、带圈或带括符文数字、月份,以及日本的假名组合、单位、年号、月份、日期、时间等。 34... 阅读全文

posted @ 2005-07-29 15:39 cy163 阅读(849) 评论(1) 推荐(0) 编辑

Learn how to write a Regular Expression:
摘要:Learn how to write a Regular Expression: --------------------------------------------------------------- http://geekswithblogs.net/brcraju/articles/235.aspxWhat Regular Expression? A regular expressio... 阅读全文

posted @ 2005-07-29 11:58 cy163 阅读(1612) 评论(1) 推荐(0) 编辑

free C# Ebook (Amazing amount of ebooks available)
摘要:http://www.publicjoe.f9.co.uk/csharp/samples/ebook.html 阅读全文

posted @ 2005-07-27 23:14 cy163 阅读(290) 评论(0) 推荐(0) 编辑

javascript dropdown menu Milonic
摘要:http://www.publicjoe.f9.co.uk/csharp/csharp10.html 阅读全文

posted @ 2005-07-27 23:11 cy163 阅读(268) 评论(0) 推荐(0) 编辑

code snippet for debugging Javascript script
摘要:http://www.javascriptkit.com/jsref/document.shtmlwin2=window.open("") //open blank window and write to itwin2.document.open() //open document streamwin2.document.write("Some text")win2.document.close(... 阅读全文

posted @ 2005-07-26 22:01 cy163 阅读(163) 评论(0) 推荐(0) 编辑

DataGrid技巧大集合
摘要:引用自:http://www.cnblogs.com/iCeSnaker/archive/2004/07/31/29017.aspx DataGrid的正反双向排序http://dev.csdn.net/develop/article/26/26817.shtm DataGrid删除确认及Item颜色交替http://dev.csdn.net/develop/article/26/26768... 阅读全文

posted @ 2005-07-19 22:14 cy163 阅读(312) 评论(0) 推荐(0) 编辑

Floating Email-This-Link Script
摘要:Author: etLuxDirections: Insert the entire block of code below just before the page tag. See the instructions in the script for additional setup information.===============... 阅读全文

posted @ 2005-07-17 23:25 cy163 阅读(288) 评论(0) 推荐(0) 编辑

Maximize Window (Javascript)
摘要:http://putfly.com/show.aspx?id=352&cid=37 阅读全文

posted @ 2005-07-17 19:10 cy163 阅读(323) 评论(0) 推荐(0) 编辑

PAGE EFFECTS
摘要:http://jdstiles.com/java/effects.html 阅读全文

posted @ 2005-07-17 19:08 cy163 阅读(141) 评论(0) 推荐(0) 编辑

自动溜走的窗口
摘要:http://www.tuqiu.com/main.show.php?flag=%B4%B0%BF%DA%CC%D8%D0%A7&idnum=317&page=1 阅读全文

posted @ 2005-07-17 19:06 cy163 阅读(189) 评论(0) 推荐(0) 编辑

simulate button click
摘要:Origin source:http://www.issociate.de/board/index.php?t=msg&rid=0&th=66055&goto=330723#msg_330723Also, see ALWAYS ON TOP LINKS MENU http://sivamdesign.com/scripts/navigate.htmlI have message en... 阅读全文

posted @ 2005-07-17 19:03 cy163 阅读(628) 评论(0) 推荐(0) 编辑

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
点击右上角即可分享
微信分享提示