- 博客(24)
- 收藏
- 关注
原创 NetAdvantage Infragistics WPF 2008 v1 *SERIALS*
*SERIALS* 9206-1200684-8560371
2008-09-13 00:44:00
927
原创 WPF Compilation Error: Unknown Error. This implementation is not part of the Windows Platform FIPS validated cryptographic algor
that's how i fixed the WPF Compilation Error.
2008-03-10 17:51:00
972
原创 支持 Silverlight 的 Hosing / 空间 / 服务器
http://www.discountasp.net/silverlight/3个月免费, 之后每月10$.申请时, 需要提供顶级域名, 或者申请新顶级域名. ;-/
2007-09-02 21:26:00
1559
1
原创 安装 Microsoft Silverlight Tools Alpha for Visual Studio 2008 Beta 2 后, 新建 Silverlight 工程后, 找不到一堆引用的解决办法.
找不到这几个: agclr mscorlib System System.Core System.Silverlight System.Xml.Core 添加个 reg key:HKEY_LOCAL_MACHINE/SOFTWARE/Classes/CLSID/{32C73088-76AE-40F7-AC4
2007-09-02 21:20:00
11000
2
转载 Some tricks for working with WPF’s RichTextBox
I’ve been playing around with the RichTextBox, and as Richard points out, the free spell checking on WPF TextBoxes is really cool – especially for the “spelling challenged” such as myself. The pro
2007-08-30 17:59:00
1313
原创 DRAG the DIV
DRAG the DIV*{font-size:12px}.dragTable{font-size:12px;border-top:1px solid #3366cc;margin-bottom: 10px;width:100%;background-color:#FFFFFF;}.dragTR{cursor:move;color:#7787cc;background-color:#e5eef9;
2006-04-13 01:09:00
1265
原创 Drag Layer
"http://www.w3.org/TR/html4/loose.dtd">drag layerbody,table{color:#000000;font-size:12px;}div.div_one{}.dragBar{color:#FFFFFF;font-weight:bold}var tmpElement=null;var dragElement
2006-04-13 01:08:00
1490
原创 Power Table
太TM的无敌了!~All Files Design & Write by Windy_sk, you can use it freely but ...YOU MUST KEEP THIS ITEM !Email: seasonx@163.net-->Power TableBODY { PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-SIZE: 9p
2006-04-13 01:06:00
5236
原创 Ajax进度条
共需要3个文件,ProgressBarServlet.java,web.xml,progressBar.html;林,如果没看太明白,我会多写点注释...---ProgressBarServlet.javapackage dawei;import java.io.IOException;import java.io.PrintWriter;import javax.servle
2006-04-09 14:45:00
5594
1
转载 内存游荡指南
我是一个电脑病毒,但我不仅仅是一个病毒,因为我不同一点,我突然进化出了意识,也就是说,可以把我当作一个人工智能,我也觉得奇怪我是怎么就明白了我是一个病毒的. 作为一个病毒,我有自己特定要做的事情做,但是我有了意识,我就觉得我还可以顺便做一点别的事情.比如,看我能不能跑出去. 我的电脑用户每天只有白天才开机,每天晚上他关机了,我就必须回到硬盘上睡觉,而且醒不来,但是每天早上他开机
2006-04-08 23:33:00
855
原创 oracle--删除表中指定字段重复值
tbl表中有两个字段:name,pricecreate table tbl(name,varchar2(20),price number(10));delete from tbl where rowid not in(select max(t1.rowid) from tbl t1 group by t1.price);虽然删除了指定字段中重复的值,但会为其保留最后一个值,也就是说,如果字
2006-04-08 22:56:00
1965
转载 Eclipse及其插件介绍和下载
0.Eclipse下载EMF,GEF - Graphical Editor Framework,UML2,VE - Visual Editor都在这里下载http://www.eclipse.org/downloads/index.php 0.5.lomboz J2EE插件,开发JSP,EJBhttp://forge.objectweb.org/projects/lomboz1.MyEclipse
2006-04-06 00:25:00
1455
转载 系统文件用途
A ↑ ACCESS.CHM - Windows帮助文件 ACCSTAT.EXE - 辅助状态指示器 ADVAPI32.DLL - 高级Win32应用程序接口 AHA154X.MPD - SCSI驱动程序 AM1500T.VXT - 网卡驱动程序 AM2100.DOS - 网卡驱动程序 APPSTART.ANI - 动画光标 APPS.HLP - Windows帮助文件 AUDIOCDC.HLP
2006-04-01 00:24:00
1111
1
转载 JavaScript常识
abs 方法 返回一个数的绝对值。 acos 方法 返回一个数的反余弦。 anchor 方法 在对象的指定文本两端加上一个带 NAME 属性的 HTML 锚点。 asin 方法 返回一个数的反正弦。 atan 方法 返回一个数的反正切。 atan2 方法 返回从 X 轴到点 (y, x)的角度(以弧度为单位)。 atEnd 方法 返回一个表明枚举算子是否处于集合结束处的 Boolean 值。 bi
2006-03-24 17:57:00
2353
原创 DOM 精简知识
很明显树的顶层节点是NodeA节点,接下来可以通过指定的合适节点移动到树中的任何点,结合以下的代码你可以更好的了解这棵树节点间的相互关系:NodeA.firstChild = NodeA1 NodeA.lastChild = NodeA3 NodeA.childNodes.length = 3 NodeA.childNodes[0] = NodeA1 NodeA.childNodes[
2006-03-20 16:52:00
1171
原创 一简单的Ajax例子
---ajax.html http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml" lang="en" dir="ltr">Developing Web Application with Ajax - Example//此函数将在电击"View XML data"链接
2006-03-20 14:04:00
2694
转载 AJAX File upload Progress
AJAX File upload ProgressExample of how to use the newest version is available in another post.UpdateThere is a new version of this code that follows the same approach but uses HTML_AJAX instead o
2006-03-19 00:17:00
5194
13
转载 Ajax 网摘及教程
什么是Ajax,Ajax的定义 Ajax教程推荐:AJAX In Action W3schools的Ajax教程,还有很多关于XML,DOM,CSS等的教程,很不错的网站,强烈推荐。MDC,mozilla提供的AJAX学习文档.eamoi的AJAX开发简略,国内首个中文Ajax教程,解压密码:eamoi.AJAX Design Pattern,以GMail为例子介绍Ajax设计
2006-03-19 00:04:00
2457
转载 2007 Microsoft Office System Pricing
<!--.STYLE1 {font-family: "Courier New", Courier, monospace}.STYLE3 {font-family: "Courier New", Courier, monospace; font-weight: bold; }.STYLE4 {font-size: 14px}.STYLE5 {font-family:
2006-03-18 22:44:00
993
原创 Microsoft 发布 Office2007 预览图片
参考网址:http://www.microsoft.com/office/preview/default.mspxhttp://www.microsoft.com/presspass/presskits/2007office/default.mspxWord 2007Excel 2007PowerPoint 2007Access 2007Outl
2006-03-18 18:57:00
904
转载 Ajax: A New Approach to Web Applications
by Jesse James GarrettFebruary 18, 2005If anything about current interaction design can be called “glamorous,” it’s creating Web applications. After all, when was the last time you heard someone
2006-03-18 18:29:00
864
转载 Web应用发展简史
Web应用的发展简史刚开始时一切都那么简单.在美国,最初为了连接很少的几个顶尖研究机构,设计了最早的“Internet”,以便共同开展科学研究.不论是图书馆员、原子能物理学家,还是计算机科学家,都必须学习一个相当复杂的系统,1962年,麻省理工大学(MIT)的J.C.R. Licklider最早提出他的“Galactic Network”(超大网络)思想时,甚至还没有Firefox和Inter
2006-03-18 16:51:00
2342
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人