数码幽灵的自学Blog

.Net 学习历程

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
  28 随笔 :: 17 文章 :: 106 评论 :: 5 引用

公告

最新评论

共6页: 1 2 3 4 5 6 下一页 
如果每次都开新窗口,很好用的。
我确定了,不好用。时好时坏。难道就没有解决的办法了吗?
我做的是5个form提交,每次提交了几条都不一定,有时是135,有时是15,成功添加5条的时候也有,但这个功能不能说OK了。 按照你的说法,我在页面放了一个隐藏的IFRAME <IFRAME name="form0" id="form0" src="#" style="display:none;"> </IFRAME> 提交是在js中做的, document.form1.target="form0"; document.form2.target="form0"; document.form3.target="form0"; document.form4.target="form0"; document.form1.submit(); document.form2.submit(); document.form3.submit(); document.form4.submit(); document.form5.submit(); 暂时很好用,我还需要大量的测试来证明这个功能是否真的好用了。 谢谢楼主的分享。 这个方法好用或是不好用我都回在这里回复一下。哈哈
re: 关于TreeView对添加海量节点的响应 ppheathead 2009-05-12 15:34  
个人以为可以用两个view的实例来解决,显示一个,缓冲一个。
2004年的问题……我晚了
主要的问题是view本身到底支持不支持多线程共享它的数据资源吧。所以做一个专门用来读取的缓冲……
楼主你好棒,我也是一名电子竞技的爱好者,我现在想在学校举办一次类似的比赛,想向你请教些经验,请您赐教。。。13811874918
看到此页兴奋 随风 而过 2008-08-31 21:57  
非常感谢,我也解决了调试的问题,找到这么好的文章甚感荣幸,坚决支持。望以后多多指教类似的文章。谢谢!
我也实现过这样的需求,也是用这个方法,但没出现过你的问题
re: 个人拼图 ETR4R 2008-03-15 02:45  
尊敬的小姐/先生:

您是否因为公司销售不佳而苦恼?

您是否希望全面开拓市场,让客户主动找上门而宣传费用几乎等于零呢?

企业投入了大量资金投入到电视,报纸等传统媒体的宣传中去,订单却没有增加,而河南孟县桑坡和河北唐山农民能通过网络把蔬菜卖到了日本、韩国,这种对比不能不引起我们企业主的思考.......

168网络科技营销中心是集邮件地址库、群发软件销售、代发邮件广告、网站建设、排名推广、中国企业名录和各类设计于一体的网络营销机构,以帮助企业推广产品及网络营销为己任,在行业内享有盛名,现推出以下业务,希望引起您的关注!

9000万邮件地址库:将为您公司带来巨大商机!您可以坐在家里,轻点鼠标,迅速把产品和公司推向全球!还犹豫什么呢?我们给访问者的忠告:买市场上没有升级系统的邮件地址是毫无用处的,因为邮件地址的更新是相当快的,要实现最好宣传效果,一定要得到不断更新的邮件地址,由于我们是专业群发邮件机构,所以,我们每天都在更新我们的邮件列表。

网上信息发布软件:现代企业的成功必须依靠过硬的质量和强大的广告支持,网上信息发布是企业在网上进行宣传的重要手段,任何传统的宣传方法,都不及网络信息发布那样成本低廉、有效。

邮件代发:何不尝试一下风靡全球的电子邮件营销?只需100元为您代理群发10万份广告邮件,让10万人一夜之间了解您的产品。实践证明:相对于电视广告(20万元起),报纸广告(100万发行量30万元起)的费用相比,邮件营销费用几乎等于零。

168网络科技营销中心-- 可以帮助你做邮件广告(成功广告个数500/分钟),提供免费邮件地址下载,推销你的产品,推广你的网站,提高访问量............



顺祝商琪!
===============================================================================

公司网址:http://www.youjian168.com
re: [转贴] 网络硬盘“G宝盘”使用体验 风雨雷电 2008-01-10 08:32  
there is a will there is a way
re: [转贴] 网络硬盘“G宝盘”使用体验 风雨雷电 2008-01-10 08:32  
there is
我的出现问题是.能帮解答一下吗?
Server Error in '/' Application.
--------------------------------------------------------------------------------

An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[SqlException (0x80131904): An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)]
System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection) +739123
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj) +188
System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject) +685966
System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject) +109
System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart) +383
System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance) +181
System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance) +170
System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection) +359
System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options) +28
System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject) +424
System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject) +66
System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject) +496
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +82
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +105
System.Data.SqlClient.SqlConnection.Open() +111
System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +121
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +137
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable) +83
EfangIsale._Default.xb41400265ea13107(Int32 x39b5532b4ddc40a3) +362
EfangIsale._Default.xde97676d01739ced(Object xe0292b9ed559da7d, EventArgs xfbf34718e704c6bc) +801
System.Web.UI.Control.OnLoad(EventArgs e) +98
System.Web.UI.Control.LoadRecursive() +71
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4310




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
re: 个人拼图 石勇军 2007-10-28 01:08  
我很烦
05年后就消失了
尊敬的小姐/先生:

您是否因为公司销售不佳而苦恼?

您是否希望全面开拓市场,让客户主动找上门而宣传费用几乎等于零呢?

企业投入了大量资金投入到电视,报纸等传统媒体的宣传中去,订单却没有增加,而河南孟县桑坡和河北唐山农民能通过网络把蔬菜卖到了日本、韩国,这种对比不能不引起我们企业主的思考.......

168网络科技营销中心是集邮件地址库、群发软件销售、代发邮件广告、网站建设、排名推广、中国企业名录和各类设计于一体的网络营销机构,以帮助企业推广产品及网络营销为己任,在行业内享有盛名,现推出以下业务,希望引起您的关注!

9000万邮件地址库:将为您公司带来巨大商机!您可以坐在家里,轻点鼠标,迅速把产品和公司推向全球!还犹豫什么呢?我们给访问者的忠告:买市场上没有升级系统的邮件地址是毫无用处的,因为邮件地址的更新是相当快的,要实现最好宣传效果,一定要得到不断更新的邮件地址,由于我们是专业群发邮件机构,所以,我们每天都在更新我们的邮件列表。

网上信息发布软件:现代企业的成功必须依靠过硬的质量和强大的广告支持,网上信息发布是企业在网上进行宣传的重要手段,任何传统的宣传方法,都不及网络信息发布那样成本低廉、有效。

邮件代发:何不尝试一下风靡全球的电子邮件营销?只需100元为您代理群发10万份广告邮件,让10万人一夜之间了解您的产品。实践证明:相对于电视广告(20万元起),报纸广告(100万发行量30万元起)的费用相比,邮件营销费用几乎等于零。

168网络科技营销中心-- 可以帮助你做邮件广告(成功广告个数500/分钟),提供免费邮件地址下载,推销你的产品,推广你的网站,提高访问量............



顺祝商琪!
===============================================================================

公司网址:http://www.youjian168.com
re: MS asp.net 官方论坛安装指南 邓林海 2007-08-10 19:53  
给个下载地址,可以不???
请问:“无法从WEB服务器获取项目文件”
怎么解决呢?
re: 各种组件收集 yunhuasheng 2007-03-13 11:38  
Good
re: 数据挖掘相关资料 yunhuasheng 2007-03-12 15:04  
Good!
偶今天遇到了一款很好的网络硬盘
http://www.weiuu.com 带丰富的共享与发送功能,可方便的与同事间进行文件交流与查阅, 100兆免费,可一次性上传100M大小的文件,
一只用着,服务也很不错,大家可以试试哦
共6页: 1 2 3 4 5 6 下一页