码迷,mamicode.com
首页 >  
搜索关键字:asp access    ( 33845个结果
VS 2013 链接不上TFS 但是web可以
?? VS2013无法链接到TFS(Visual studio online),错误TF31001,TF31002 TF31002: Unable to connect to VisualStudio Online with VS 2013 but I can using web access - Windows 8.1.    FIX: 1. Close all i...
分类:Web程序   时间:2014-07-22 23:05:53    阅读次数:531
asp.net,copy网页的代码去掉格式化代码前面的序号
string path = Server.MapPath("copycode/code.txt"); string[] allCodeLine = System.IO.File.ReadAllLines(path, System.Text.Encoding.UTF8); System.Text.StringBuilder strb = new Sys...
分类:Web程序   时间:2014-07-22 23:02:54    阅读次数:366
Entity Framework 数据并发访问错误原因分析与系统架构优化
ASP.NET系统中Entity Framework导致数据并发错误的原因分析与架构讨论...
分类:其他好文   时间:2014-05-01 22:16:57    阅读次数:382
不逃离WIndows,Asp.Net就只能写写进销存管理系统
那个丹麦人把C#语言弄的再好,但是如果程序放进Windows+IIS这个容器,就有问题了。我在I5+8G内存的机子上测试Windows2008+IIs,直接ab 2000并发压默认的HTML主页,还加了缓存,CPU100%了,并发才1600,。反观我买的一个256M的小VPS,Fedora,ab 1...
分类:Windows程序   时间:2014-05-01 21:46:46    阅读次数:466
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
今天碰到了一个查询异常问题,上网查了一下,感谢原创和译者如果你使用的数据库连接类是 the Data Access Application Blocks "SqlHelper" 或者 SqlClient Class , 你在执行一个很费时的SQL 操作时候,可能就会碰到下面的超时异常。-------...
分类:其他好文   时间:2014-05-01 21:31:30    阅读次数:395
琐碎的小知识点
一.asp.net1.点击Repeater中的LinkButton,获取当中label中的值: Label lblName = ((LinkButton )sender).Parent.FindControl("lblName") as Label ;或者在gridView中,添加按钮列Button...
分类:其他好文   时间:2014-05-01 21:07:18    阅读次数:356
黑马程序员 交通灯系统
---------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! -------------------------------------------- ASP.Net+Unity开发、.Net培训、期待与您交流! ----------------------...
分类:其他好文   时间:2014-05-01 18:14:46    阅读次数:455
ASP.NET中的Request和Respone对象的使用
表单里面重要的是method,表单的提交方法。...
分类:Web程序   时间:2014-05-01 17:54:50    阅读次数:280
ierp应用程序中的服务器错误无法识别的配置节connectionStrings
错误环境: Windows Server 2003 Enterprise Edition IIS 6.0错误信息:“/ierp”应用程序中的服务器错误。--------------------------------------------------------------------------------配置错误 说明: 在处理向该请求提供服务所需的配置文件时出错。请检查下面的特定错误详细信...
分类:其他好文   时间:2014-04-30 22:17:38    阅读次数:198
hadoop生态系统默认端口集合
1 HDFS服务中,默认端口集合:  1. HDFS 端口 Service Servers Default Ports Used Protocol Description Need End User Access? Configuration Parameters NameNode WebUI Master Nodes (NameNo...
分类:其他好文   时间:2014-04-29 13:24:21    阅读次数:492
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!