2013年12月5日

摘要: =====================Quote starts==================JAX-WS (JavaTM API for XML-Based Web Services)规范是一组XML web services的JAVA API。JAX-WS允许开发者可以选择RPC-oriented或者message-oriented 来实现自己的web services。【以下内容来自http://blog.csdn.net/kkdelta/article/details/4017747】写道1、客户端开发者通过URL得到WSDL文件。(通过HTTP访问可以得到,http://?w 阅读全文

posted @ 2013-12-05 22:26 chayu3 阅读(220) 评论(0) 推荐(0)

摘要: 在C# language下写单元测试要用NUnit framework,N stands for .NET,包含测试方法的类要加上[TestFixture] annotation.建立线程用Thread类,instantiate一个thread要用new Thread(new ThreadStart(Work.DoWork)); 运行一个线程要用.start()方法。Nullable types have the following characteristics:Nullable types represent value-type variables that can be assigne 阅读全文

posted @ 2013-12-05 00:11 chayu3 阅读(199) 评论(0) 推荐(0)