上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页
摘要: 处理办法:在oracle安装目录下找到Oracle.DataAccess.dll添加引用,然后usingOracle.DataAccess.Client;其他的都不用动,即可。连接字符串中如有用的是user=xxx就改成userid=xxx把原来Using的System.Data.OracleCli... 阅读全文
posted @ 2014-08-01 16:35 KeenLeung 阅读(22403) 评论(3) 推荐(3) 编辑
摘要: 1.以get或post向服务器提交数据时,后台访问的方法是:get时:Request.QueryString["健名"]post时:Request.Form["健名"]-------------------->>> 阅读全文
posted @ 2014-07-28 18:22 KeenLeung 阅读(157) 评论(0) 推荐(0) 编辑
摘要: HTTP状态码 阅读全文
posted @ 2014-07-28 17:22 KeenLeung 阅读(294) 评论(0) 推荐(0) 编辑
摘要: .net 常用Response.ContentType 阅读全文
posted @ 2014-07-28 16:54 KeenLeung 阅读(7109) 评论(0) 推荐(0) 编辑
摘要: Stopwatch测量运行时间 阅读全文
posted @ 2014-07-27 23:28 KeenLeung 阅读(9242) 评论(0) 推荐(1) 编辑
摘要: VS生成事件 阅读全文
posted @ 2014-07-27 01:17 KeenLeung 阅读(806) 评论(0) 推荐(0) 编辑
摘要: .net使用XPath查询xml数据 阅读全文
posted @ 2014-07-26 21:59 KeenLeung 阅读(437) 评论(0) 推荐(0) 编辑
摘要: .NET输出js提示语句 阅读全文
posted @ 2014-07-26 11:18 KeenLeung 阅读(267) 评论(0) 推荐(0) 编辑
摘要: .Net FileUpload上传图片 阅读全文
posted @ 2014-07-26 10:50 KeenLeung 阅读(13588) 评论(0) 推荐(1) 编辑
摘要: 摘自:http://www.cnblogs.com/zhuiyi/archive/2011/07/04/2097804.html其实有的时候需要客户端和服务端双重校验,为什么这么说呢? 比果说,一个用户名的文本框,在客户端我们通过JS校验,只能输入字母和数字,不能有特殊字符!通常情况下是没有问题的,... 阅读全文
posted @ 2014-07-24 18:02 KeenLeung 阅读(611) 评论(0) 推荐(0) 编辑
摘要: 摘自:http://blog.csdn.net/coolpig86/article/details/5439560OnClientClick用于执行客户端脚本.当我们单击一个按钮时,最先执行的是OnClientClick 事件,根据OnClientClick 事件的返回值来决定是否执行OnClick... 阅读全文
posted @ 2014-07-24 17:59 KeenLeung 阅读(866) 评论(0) 推荐(0) 编辑
摘要: 初次研究:表:sql:show table status from carsale_db LIKE 'tb_car'结果:想办法取得这其中的值....在Internet上找到这个资料: MySQL中可以使用 show table status 查看表的状态,但是不能像select 语句选出结果那样... 阅读全文
posted @ 2014-07-24 06:19 KeenLeung 阅读(11806) 评论(0) 推荐(0) 编辑
摘要: ajaxFileUpload 阅读全文
posted @ 2014-07-22 00:59 KeenLeung 阅读(812) 评论(0) 推荐(0) 编辑
摘要: Lambda表达式 阅读全文
posted @ 2014-07-22 00:51 KeenLeung 阅读(278) 评论(0) 推荐(0) 编辑
摘要: 今天做东西用到,在网上查到了这样的一种方法,学习学习:来源:http://bbs.csdn.net/topics/310229114Page1: 无标题页 Page2: 无标题页 PS:使用window.opener可以访问js的变量 :win... 阅读全文
posted @ 2014-07-16 14:58 KeenLeung 阅读(432) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 26 下一页