摘要:第十章 属性 摘要: 本章讨论c#中的 属性 及 索引器 一、属性 分为静态属性、实例属性和虚属性 l 避免直接访问类型字段或使用烦琐的访问器方法进行访问 l 很好的实现了类型的数据封装,如:改变字段而维持属性的意义对用户是透明的 l 代码量小,运算量小的操作才使用属性,否则使用方法调用更合适 二、索引器 l 可有多个重载的索引器,只要参数列表不同即可 l 可通过应用system.runtime.compilerservices.indexernameat......
摘要:动态生成java代码 bcel即bytecode engineering library,它是一个第三方的字节码生成库,能帮助我们在内存中直接生成java字节码。bcel是一个源代码开放的免费代码库(http://sourceforge.net/projects/bcel/),可以帮助我们分析、创建、处理二进制的java字节码。本文将说明任何用bcel来动态生成java代码。 /* * 创建日期 2004-7-2 * 创建人 hongsoft * 文件名 ......
Mono 1.0 released novell and the mono project developer community is 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 !
【相关文章:
COM中事件驱动技术探讨】
【扩展阅读:
JSP标签自定义(2)---getPro】
摘要:mysql 4.1.3发布,到这里 下载. btw:看到phpmyadmin 2.5.7 pl1出来了,主要是修复2.5.1到2.5.7都存在的php代码注入的bug,详细信息看这里 ,下载地址见下: http://prdownloads.sourceforge.net/phpmyadmin
......