摘要: 消息 8101,级别 16,状态 1,第 1 行 仅当使用了列列表并且 IDENTITY_INSERT 为 ON 时,才能为表'MyShop'中的标识列指定显式值。 消息 8101,级别 16,状态 1,第 1 行 仅当使用了列列表并且 IDENTITY_INSERT 为 ON 时,才能为表'MyS 阅读全文
posted @ 2017-09-28 13:58 吴皓杰 阅读(761) 评论(0) 推荐(0) 编辑
摘要: 创建结构体CopyDataStruct using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Runtim 阅读全文
posted @ 2017-04-24 15:36 吴皓杰 阅读(762) 评论(0) 推荐(0) 编辑
摘要: using System; using System.Collections.Generic;using System.ComponentModel; using System.Data;using System.Drawing; using System.Linq; using System.Te 阅读全文
posted @ 2017-04-24 15:30 吴皓杰 阅读(3080) 评论(0) 推荐(0) 编辑
摘要: 服务端: using System;using System.Collections.Generic;using System.Linq;using System.Net;using System.Net.Sockets;using System.Text;using System.Threadin 阅读全文
posted @ 2017-04-24 15:29 吴皓杰 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 服务端: 阅读全文
posted @ 2017-04-24 15:27 吴皓杰 阅读(293) 评论(0) 推荐(0) 编辑
摘要: 上面那个是js的文件!!!!接下来才是界面代码。。。。 界面端有个引用的网络js名字。。。。也可以直接用。。。。。 阅读全文
posted @ 2017-03-24 10:30 吴皓杰 阅读(351) 评论(0) 推荐(0) 编辑
摘要: 1 首先我们看一下如何上传 1.1 view 上传页面: 1.2 control 阅读全文
posted @ 2017-03-14 15:04 吴皓杰 阅读(149) 评论(0) 推荐(0) 编辑
摘要: 最近参考网络资料,学习了ASP.NET MVC如何上传文件。最基本的,没有用jQuery等技术。 1、定义Model public class TestModel { [Display(Name = "标题")] [Required] public string Title { get; set; 阅读全文
posted @ 2017-03-14 15:03 吴皓杰 阅读(146) 评论(0) 推荐(0) 编辑
摘要: marquee图片无缝拼接滚动 marquee图片无缝滚动 先了解一下对象的几个的属性:innerHTML: 设置或获取位于对象起始和结束标签内的 HTMLscrollHeight: 获取对象的滚动高度。scrollLeft: 设置或获取位于对象左边界和窗口中目前可见内容的最左端之间的距离scrol 阅读全文
posted @ 2017-03-14 15:02 吴皓杰 阅读(325) 评论(0) 推荐(0) 编辑
摘要: 注意父级的层属关系!!!! 阅读全文
posted @ 2017-03-14 15:00 吴皓杰 阅读(201) 评论(0) 推荐(0) 编辑