当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: PHP 5 is a very popular point fo
 

 

    摘要:1,尽量使用c#和java语法的交集2,新建一个包封装类库相关的常用的调用,如platform.collection,platform.string等3,使用自定义接口隔离平台相关的调用,如消息系统(msmq,jms),远程调用系统(.net remoting, rmi),序列化机制等 理想情况下,你几乎会同时得到支持.net和j2ee的各一套系统 不考虑webservice的情况下 ......
    摘要:第十章 属性 摘要: 本章讨论c#中的 属性 及 索引器 一、属性 分为静态属性、实例属性和虚属性 l 避免直接访问类型字段或使用烦琐的访问器方法进行访问 l 很好的实现了类型的数据封装,如:改变字段而维持属性的意义对用户是透明的 l 代码量小,运算量小的操作才使用属性,否则使用方法调用更合适 二、索引器 l 可有多个重载的索引器,只要参数列表不同即可 l 可通过应用system.runtime.......


Interview – Zeev Suraski & Andi Gutmans of Zend
php 5 is a very popular point for discussion within the php community. with the third release candidate released on the 8th of june and the zend php 5 coding contest, it is easy to see that the full stable release of php 5 is just around the corner. at this very late stage of development, i managed to obtain an interview with the two original creators of php and zend - zeev suraski and andi gutmans - to find out more about their lives as developers of possibly the most popular web programming language ever!

1. firstly, can you tell us a little about yourselves, and your involvement with the php and the zend development team? what first got you into software development and what is your programming background? what got you into developing applications such as the zend products and php itself?

at some point we realized that what we had in our hands was of great value to many other people around the world, and decided to release it for everyone to use. within about a year, php replaced php/fi completely. 【程序编程相关:加密解密、信息摘要算法收集

andi and i created the language in 1997, when we needed a solution to implement a shopping cart project for university. some ideas were borrowed from php/fi, a tool that we tried to use beforehand, but that proved to be far too limited and unreliable for our purposes. our project fixed most of the shortcomings of php/fi, and was built on top of a reliable infrastructure, that was highly extensible. 【推荐阅读:“莫国防”病毒(win32.mgf)的源

since then, we´ve been developing and maintaining the core engine of php, the zend engine, as well as much of the infrastructure code of the language. in the past, we´ve also been involved in writing some of the foundation modules of php, such as database modules (mysql, sybase, postgresql) and others.


...   下一页
 ·动态生成java代码    »显示摘要«
    摘要:动态生成java代码 bcel即bytecode engineering library,它是一个第三方的字节码生成库,能帮助我们在内存中直接生成java字节码。bcel是一个源代码开放的免费代码库(http://sourceforge.net/projects/bcel/),可以帮助我们分析、创建、处理二进制的java字节码。本文将说明任何用bcel来动态生成java代码。 /* * 创建日期 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE