摘要:
今天学了一下.net的WCF组件,边心血来潮,想着现在不都是前后分离,调接口开发不,于是赶紧写了一简单的后台数据,哈哈 废话不多说,直接上代码; 注意需要导入库! 实体类:Customer using System; using System.Collections.Generic; using S 阅读全文
摘要:
using System; using System.Collections.Generic; using System.ComponentModel; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Drawing; using System.IO; using S... 阅读全文
摘要:
写入一个XML文件 using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml; namespace _03写入一个XML文件 { class Progr 阅读全文
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.IO; namespace _02Directory { class Program { static 阅读全文