摘要:最近一直在学习自定义标签,于是就想试着去实现一些jsp中自带的标签库功能,顺便也把反射机制复习一下。(如果你对这两种技术不很熟悉,这篇blog的最下边有一些关于反射和自定义标签的example和ppt文档下载) 今天要实现的功能是usebean标签。下表是它的一些属性和用途。(我只选了个比较重要的属性,并没有实现所有属性) 属性 用途 id 给将要应用bean的变量一个名字,如果发现有相同id和scope的bean对象,则应用此对象而不会产生一个新的例示。......
摘要:http://blogs.sun.com/roller/page/jonathan jonathan schwartz 的网志6月28号才开始,才有两篇文章,已有一万多人的访问。 ok, i´m starting a blog. why shouldn´t an officer of a public company start a blog? hey, life is short. at some point, take regf......
Mono l.0正式发布了今天登陆mono项目网站,第一眼就看到网站主页变了,
mono 1.0 released ! 【相关文章:
Blog是什么?】
in the news 【扩展阅读:Borland C++builder资源】
june 30th,2004 【扩展信息:
高质量c++/c程序设计指南摘要(二)(】 release notes
novell and the mono project developer community are proud to announce the release of mono version 1.0, an open source implementation of the .net framework for use on linux, unix, macos x and windows system.
see our release notes, or go directly to the download page. in addition to mono 1.0, we´re pleased to unveil the new mono project web site. update your bookmarks !
mono的下载包中包含了mono dotnet framework与开发工具monodevelop
这里有一篇vs.net 眼中的monodevelop文章taking our new environment for a spin.
摘要: ansistring类是bcb中最常见类之一,了解它对以后深入学习bcb大有帮助原来关于这个类的提出的问题有很多,现总结如下。加上我个人的经验,凑出了一篇关于这个类的最常用方法属性的介绍,希望能对各位有所帮助常用方法: 1. char* c_str() 返回一个字符串指针,他指向的内容和ansistring中包含的字符串的内容一致(bcb帮助中就是是这样解释这个方法的,关于它更详细的讨论见后文) example: ansistring str = &qu......