会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
youguess
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
3
4
5
6
7
8
9
10
11
···
19
下一页
2018年8月15日
SQL SERVER 相关
摘要: while循环 事务
阅读全文
posted @ 2018-08-15 15:30 youguess
阅读(149)
评论(0)
推荐(0)
2018年8月2日
asp.net 12 AJAX
摘要: Javascript:ajax Ajax:get Ajax:post **服务器端可以自动判断Get/Post请求,来接受参数 Jquery:ajax
阅读全文
posted @ 2018-08-02 16:25 youguess
阅读(125)
评论(0)
推荐(0)
asp.net 11 详细的请求过程
摘要: 详细请求过程
阅读全文
posted @ 2018-08-02 16:24 youguess
阅读(135)
评论(0)
推荐(0)
2018年7月25日
asp.net 10 Cookie & Session
摘要: Cookie 1.什么是Cookie 一小段文本,明文的数据,关于网站相关的文本字符串数据.一个客户端状态保持机制~ 存储在客户端的浏览器内存里面或者磁盘(如果不指定过期时间,那么存储在客户端浏览器内存中,如果指定了过期时间,那么存储在客户端的磁盘上.) cookie跟网站有关的,各个网站只能访问跟
阅读全文
posted @ 2018-07-25 16:49 youguess
阅读(172)
评论(0)
推荐(0)
asp.net 9 ViewState
摘要: VIEWSTATE aspx: aspx.cs:
阅读全文
posted @ 2018-07-25 15:07 youguess
阅读(97)
评论(0)
推荐(0)
2018年7月20日
asp.net 8 Request,Response,Server
摘要: Request成员: 1.Request.UrlReferrer 获取请求的来源,可以防盗链 2.Request.UserHostAddress 获取访问者的IP地址 3.Request.Cookies[""];//读取Cookies Response.Cookies[""];//将Cookies写
阅读全文
posted @ 2018-07-20 16:10 youguess
阅读(342)
评论(0)
推荐(0)
2018年7月13日
C# Reflection exception Method not found
摘要: 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
阅读(274)
评论(0)
推荐(0)
C#.net开发 List与DataTable相互转换
摘要: 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
阅读(469)
评论(0)
推荐(0)
2018年7月10日
asp.net 7.分页
摘要: 分页 SQL: 数据层(UserInfoDal): 业务层(UserInfoService): SqlHelper 添加ExecuteScalar方法(返回第一行第一列): UI层(首页/前页/下页/尾页):
阅读全文
posted @ 2018-07-10 22:05 youguess
阅读(174)
评论(0)
推荐(0)
2018年7月4日
asp.net 6.aspx页面
摘要: 1.aspx页面的头部 **<%@ Page %>:页面本身也是一个对象,继承自Page,而<%@ Page %> 就是设置这个对象的属性用的。 **Language:C#语言 **AutoEventWireup:启动页面事件 **CodeBehind:代码后置,代码分离 **Inherits:继承
阅读全文
posted @ 2018-07-04 17:01 youguess
阅读(1914)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
9
10
11
···
19
下一页
公告