摘要: declare begin for c in(select sercaid from serca_base where rownum<=100) loop begin update serca_pic set inputusername='shouhou' where sercaid =c.serc 阅读全文
posted @ 2016-12-14 15:45 温柔牛 阅读(315) 评论(0) 推荐(0)
摘要: class Program { public static void Main() { // 创建一个新的测试对象 TestSimpleObject obj = new TestSimpleObject(); Console.WriteLine("Before serialization the o 阅读全文
posted @ 2016-12-14 13:31 温柔牛 阅读(131) 评论(0) 推荐(0)
摘要: class Program { static void Main(string[] args) { string path = @"D:\工资文件.txt"; string path1 = @"D:\工资文件1.txt"; using(FileStream fs=new FileStream(pat 阅读全文
posted @ 2016-12-14 10:12 温柔牛 阅读(129) 评论(0) 推荐(0)
摘要: namespace Homework{ public partial class Form1 : Form { public Form1() { InitializeComponent(); } string pathSource = string.Empty; string pathMB = st 阅读全文
posted @ 2016-12-14 09:00 温柔牛 阅读(212) 评论(0) 推荐(0)
摘要: namespace ReadLineWriteFile{ class Program { static void Main(string[] args) { List<string> listName = new List<string>(); do { Console.WriteLine("等待输 阅读全文
posted @ 2016-12-14 08:56 温柔牛 阅读(313) 评论(0) 推荐(0)