声明:如非注明原创,则本blog所发日志为引用,向原创作者致意!敬礼!
佛曰: 人生最大的财富是健康
佛曰: 人生最大的幸福是放得下
站点公告
最新日志
博文评论
博客留言
博客登陆
博文搜索
博客信息
收藏连接
 
[技术文章]xmlserializer(转)
janedong 发表于 2006/6/5 15:52:00
Object serialization is an important topic which is quite powerful if used correctly. Serialization allows programms to persist objects by storing the
……
[技术文章]javascript 实现继承,重载
janedong 发表于 2006/6/2 11:20:00

test.js

//define a class named myObject inherited from Object

function myObject(){

_mp = myObject.prototype = new Object();

//define an attribute "text"

_mp.text = "this is a text";

}

test.aspx,

//call "myObject" in the script block

var aa = new inHeritClass;

//belowing is the value from the watch window


……
[技术文章]CSS 使用(转)
janedong 发表于 2006/6/2 10:46:00

一、  认识CSS(转自http://www.dvbbs.net/tech/page/200602154571.asp

CSS就是Cascading Style Sheets,中文翻译为“层叠样式表”,简称样式表,它是一种制作网页的新技术。

网页设计最初是用HTML标记来定义页面文档及格式,例如标题<h1>、段落<p>、表格<table>、链接<a>等,但这些标记不能满足更多的文档样式需求,为了解决这个问题,在1997年W3C(The World Wide Web Consortium)颁布HTML4标准的同时也公布了有关样式表的第一个标准CSS1, 自CSS1的版本之后,又在1998年5月发布了CSS2版本,样式表得到了更多的充实。
……

[技术文章].net tools
janedong 发表于 2006/5/31 17:30:00
http://msdn.microsoft.com/msdnmag/issues/04/07/MustHaveTools/
……
[技术文章]Understanding Enterprise Services in .NET (com+)(转)
janedong 发表于 2006/5/31 16:52:00
http://www.gotdotnet.com/team/xmlentsvcs/espaper.aspx
……
[技术文章].net pet store(three layer architecture)
janedong 发表于 2006/5/31 16:14:00
[技术文章]rewrite URL (转)
janedong 发表于 2006/5/31 14:31:00

如何提高在Google中的排名(3)

——Search Engine Friendly的URL设计


……
[技术文章]What's an assembly(转)
janedong 发表于 2006/5/31 12:22:00

Environment:  C#, .NET


……

[技术文章]Strong name assembly(转)
janedong 发表于 2006/5/31 11:59:00
[技术文章]metadata and reflection(转)
janedong 发表于 2006/5/31 9:57:00

……
首页 上一页 下一页 尾页 页次:1/3页  10篇日志/页 转到: