随笔分类 - 软件体系结构
摘要:##创建WebService ##编写webService代码 using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Services; namesp
阅读全文
摘要:新增C2组件:移位运算 主要代码 public class Yiwei extends C2Component{ public Yiwei(String host, int port, String user, String pwd) { super(host, port, user, pwd,"Y
阅读全文