2017年3月21日

修改K3物料的采购,自制属性

摘要: //1.查看物料属性字段select top 10 FErpClsID from t_icitem where FNumber='ED-CED201215004-101MT'; //2。查找字段代表意思 select * from t_Submessage //3.修改物料的属性 update t_ 阅读全文

posted @ 2017-03-21 20:56 gskydragon 阅读(339) 评论(0) 推荐(0)

学到第五天

摘要: 字符串操作: string.IsNullOrEmpty Equals IndexOF('@') str.Replace(strA,strB) string stringBuilder int a=new Random().Next(0,10); switch(a) { case 1: break; 阅读全文

posted @ 2017-03-21 20:49 gskydragon 阅读(111) 评论(0) 推荐(0)

2017年3月16日

C#XML文件编写()

摘要: <?xml version="1.0" standalone="no"?> <AutoUpdater> <!--升级文件所在服务器端的网址--> <URLAddress URL="http://192.168.188.92/DownLoadFiles/" /> <UpdateInfo> <Updat 阅读全文

posted @ 2017-03-16 20:02 gskydragon 阅读(253) 评论(0) 推荐(0)

导航