摘要:argouml是一个运行在java1.2虚拟机之上,且是free和opensource的(遵循bsd协议)uml制作工具,其项目主页为http://www.argouml.tigris.org/。 我们最熟悉的商业uml建模工具恐怕就是rational rose了,当然除了它比较昂贵的价格外,伴随着它强大且烦杂的功能其安装下来也要有400m之多;那么argouml有什么独到之处呢,除了安装简便(安......
摘要:对于如何使用 webrequest 和 webresponse 类在 uri 上生成 post 请求,在微软的 .net 快速入门教程中有详细的描述(http://chs.gotdotnet.com/quickstart/howto/doc/webrequests/clientpost.aspx),简要引用如下: webresponse 类是抽象(在 visual basic 中为 mustinh......
我的EJB学习历程(四)上一页 ... private initialcontext getcontext() throws namingexception { 【程序编程相关:
在.Net1.2中对Xquery的支持】 hashtable props = new hashtable(); 【推荐阅读:
第九章 方法[《.net框架程序设计》读】 initialcontext.initial_context_factory, 【扩展信息:
DNS与BIND学习笔记 5 (实例操练】 props.put( "org.jnp.interfaces.namingcontextfactory"); props.put(initialcontext.provider_url, "jnp://127.0.0.1:1099"); // this establishes the security for authorization/authentication // props.put(initialcontext.security_principal,"username"); // props.put(initialcontext.security_credentials,"password"); initialcontext initialcontext = new initialcontext(props); return initialcontext; } public void testbean() { buildgui(); addwindowlistener(new windowadapter(){public void windowclosing(windowevent evt){system.exit(0);}}); createfund(); addfund.addactionlistener(this);...
下一页 摘要: 通过system.configuration中的configurationsettings类的appsettings属性,可以很方便访问web.config配置文件中appsettings节点的数据。对于web程序利用这个配置文件存放一些只读的程序信息,比如程序名称,作者信息,数据库连接字符串等将是十分方便有用。如:<!--sample.aspx-->private void pag......