摘要: 功能说明:从Action获取图片路径,页面显示图片页面:后台代码: public ActionResult ImagePath(string id) { string path = Server.MapPath("/Content/Images/" + id + ... 阅读全文
posted @ 2015-12-21 17:01 飙速 阅读(1624) 评论(1) 推荐(1) 编辑
摘要: 行注释/销注释 Ctrl+/ 块注释/销注释/XML注释 Ctrl+Shift+/ Ctrl+Shift+\ 查找 查找替换 Ctrl+H Ctrl+F 查找下一个/往回找 Ctrl+K Ctrl+Shift+K 跳到某行 Ctrl+L,哈用惯了Editplus,不时会敲下Ctrl+G, 查找当前元... 阅读全文
posted @ 2015-12-17 16:01 飙速 阅读(201) 评论(0) 推荐(0) 编辑
摘要: 一、网页代码@using (Html.BeginForm("FileUpload", "Home", FormMethod.Post, new { enctype = "multipart/form-data" })){ }二、后台代码 public ActionResult File... 阅读全文
posted @ 2015-12-15 15:15 飙速 阅读(450) 评论(0) 推荐(0) 编辑
摘要: 一、Navicat 数据库备份:保存即可!二、Workbench导出数据库希望能帮到新手! 阅读全文
posted @ 2015-12-08 14:05 飙速 阅读(299) 评论(0) 推荐(0) 编辑
摘要: 闲话少说,直接上源码:(所写内容为WinForm程序,主要用到WebClient类和普通的数据流操作,两种方法下载,个人实验发现WebClient适合小文件下载,数据流操作适合大文件下载,建议使用方法五)using System;using System.Collections.Generic;us... 阅读全文
posted @ 2015-12-08 13:23 飙速 阅读(520) 评论(0) 推荐(0) 编辑
摘要: 今天遇到了类似的开发,记录一下(直接贴代码了): private void button1_Click(object sender, EventArgs e) { string str = "m=\"1\"+\"2\"+\"3\"+\"4\"+\"5\"+\"6\... 阅读全文
posted @ 2015-12-04 11:50 飙速 阅读(6797) 评论(0) 推荐(0) 编辑
摘要: 一、Where操作 适用场景:实现过滤,查询等功能。 说明:与SQL命令中的Where作用相似,都是起到范围限定也就是过滤作用的,而判断条件就是它后面所接的子句。 Where操作包括3种形式,分别为简单形式、关系条件形式、First()形式。下面分别用实例举例下:1.简单形式:例如:使用whe... 阅读全文
posted @ 2015-11-26 14:57 飙速 阅读(572) 评论(0) 推荐(1) 编辑
摘要: 一、窗体应用程序界面:二、上源码:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;usin... 阅读全文
posted @ 2015-09-11 17:54 飙速 阅读(1185) 评论(0) 推荐(1) 编辑
摘要: 一:窗体应用程序界面二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using... 阅读全文
posted @ 2015-09-10 16:22 飙速 阅读(3297) 评论(0) 推荐(0) 编辑
摘要: 毕业院校:郑州大学(211)大学专业:软件开发.net毕业时间:2014.6工作年限:2年零3个月1、控制台程序开发;2、WinForm开发;3、基于Web的ASP.NET WebForm、MVC开发;4、Oracle、SqlServer、MySQL;5、常用的JS、HTML、JQuery、Easy... 阅读全文
posted @ 2015-08-24 09:56 飙速 阅读(209) 评论(0) 推荐(0) 编辑