摘要:
假如我们程序中有产品(Product)和产品分类(Category)这2个类,前端使用ExtJs,通过JSON格式同后端进行通讯:public class Category{ public string Id { get; set; } public string Name { get; set; }}public class Product{ public string Id { get; se... 阅读全文
摘要:
服务器端配置 在服务器上打开Visual SourceSafe Administrator,打开一个数据库,数据库必须以文件共享方式打开才能配置Internet: 在SourceSafe Internet标签上选择Enable SourceSafe Internet For This computer和 Enable SourceSafe Internet for this database,保持... 阅读全文