上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页
摘要: while循环 事务 阅读全文
posted @ 2018-08-15 15:30 youguess 阅读(143) 评论(0) 推荐(0) 编辑
摘要: Javascript:ajax Ajax:get Ajax:post **服务器端可以自动判断Get/Post请求,来接受参数 Jquery:ajax 阅读全文
posted @ 2018-08-02 16:25 youguess 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 详细请求过程 阅读全文
posted @ 2018-08-02 16:24 youguess 阅读(130) 评论(0) 推荐(0) 编辑
摘要: Cookie 1.什么是Cookie 一小段文本,明文的数据,关于网站相关的文本字符串数据.一个客户端状态保持机制~ 存储在客户端的浏览器内存里面或者磁盘(如果不指定过期时间,那么存储在客户端浏览器内存中,如果指定了过期时间,那么存储在客户端的磁盘上.) cookie跟网站有关的,各个网站只能访问跟 阅读全文
posted @ 2018-07-25 16:49 youguess 阅读(162) 评论(0) 推荐(0) 编辑
摘要: VIEWSTATE aspx: aspx.cs: 阅读全文
posted @ 2018-07-25 15:07 youguess 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Request成员: 1.Request.UrlReferrer 获取请求的来源,可以防盗链 2.Request.UserHostAddress 获取访问者的IP地址 3.Request.Cookies[""];//读取Cookies Response.Cookies[""];//将Cookies写 阅读全文
posted @ 2018-07-20 16:10 youguess 阅读(325) 评论(0) 推荐(0) 编辑
摘要: C# Reflection exception Method not found Ok I figured it out. The server has Microsft .NET 4.0 installed and I have .NET 4.5. In the .NET 4.5 there's 阅读全文
posted @ 2018-07-13 16:43 youguess 阅读(269) 评论(0) 推荐(0) 编辑
摘要: 1、DataTable转List集合 isStoreDB形参是在考虑List转化的DataTale数据要不要存储数据库,sqlserver数据中,时间类型date和datetime范围不同,date时间范围是在元年1月1日到9999年12月31日,datetime时间范围是在1753年1月1日到99 阅读全文
posted @ 2018-07-13 15:21 youguess 阅读(454) 评论(0) 推荐(0) 编辑
摘要: 分页 SQL: 数据层(UserInfoDal): 业务层(UserInfoService): SqlHelper 添加ExecuteScalar方法(返回第一行第一列): UI层(首页/前页/下页/尾页): 阅读全文
posted @ 2018-07-10 22:05 youguess 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 1.aspx页面的头部 **<%@ Page %>:页面本身也是一个对象,继承自Page,而<%@ Page %> 就是设置这个对象的属性用的。 **Language:C#语言 **AutoEventWireup:启动页面事件 **CodeBehind:代码后置,代码分离 **Inherits:继承 阅读全文
posted @ 2018-07-04 17:01 youguess 阅读(1878) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 19 下一页