07 2015 档案

摘要:我们绕点远路来回答这个问题。编程分为两类:系统编程(system programming)和应用编程(application programming)。所谓系统编程,简单来说,就是编写库;而应用编程就是利用写好的各种库来编写具某种功用的程序,也就是应用。系统程序员会给自己写的库留下一些接口,即API... 阅读全文
posted @ 2015-07-30 14:51 西楼月光 阅读(170) 评论(0) 推荐(0)
摘要:newDP.DisasterType = types.Where(t => t.Type == newDP.DisasterType).First().Code; 阅读全文
posted @ 2015-07-13 09:14 西楼月光 阅读(324) 评论(0) 推荐(0)
摘要:1、读入模板excelFileStream file = new FileStream(@"E:/数字县区/东源县/东源地灾地矿信息管理系统/其他文件/地灾导出excel模板test.xls", FileMode.Open, FileAccess.Read);hssfworkbook = new H... 阅读全文
posted @ 2015-07-03 10:34 西楼月光 阅读(507) 评论(0) 推荐(0)