08 2016 档案

uploadifive使用笔记
摘要:官网地址:http://www.uploadify.com/ uploadifive 是基于H5开发,所以支持移动端和PC端 public ContentResult UploadFile(string name){ string result = ""; string ename = ""; Ht 阅读全文

posted @ 2016-08-22 09:41 码农老K 阅读(814) 评论(0) 推荐(0)

如何实现MVC ActionResult 返回类型为JavaScriptResult
摘要:必需的js引用文件 View页面 Controller if (string.IsNullOrEmpty(model.ReceiptNo) || string.IsNullOrEmpty(model.SavePath) || string.IsNullOrEmpty(model.PicPath)){ 阅读全文

posted @ 2016-08-22 09:30 码农老K 阅读(1243) 评论(0) 推荐(0)

串口通信
摘要:public System.IO.Ports.SerialPort BoundCom = new System.IO.Ports.SerialPort(); private StringBuilder BoundCombuilder = new StringBuilder();//避免在事件处理方法中反复的创建,定义到外面。 private bool CheckComPortScanner(st... 阅读全文

posted @ 2016-08-02 10:22 码农老K 阅读(197) 评论(0) 推荐(0)

WINSCP 使用笔记
摘要:前期准备: 1.官网下载:http://winscp.net/eng/docs/lang:chs 官网C#示例:http://winscp.net/eng/docs/library#csharp 当然还有很多,自行选择 2.准备FTP站点 代码: 阅读全文

posted @ 2016-08-02 09:49 码农老K 阅读(2559) 评论(0) 推荐(0)

ASP.NET ZERO 学习 JTable的使用
摘要:View信息: Index.Js _CreateModal.cshtml _CreateModal.js 红色部门代表是Appliation方法,WebAPi 分页的写法: 阅读全文

posted @ 2016-08-02 09:32 码农老K 阅读(1215) 评论(1) 推荐(0)

导航