- 博客(11)
- 收藏
- 关注
原创 .net 中的bug:System.OutOfMemoryException At System.String.GetStringForStringBuilder
<br />当用WebService返回大数据时,会出现如下错误:<br />System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.<br />at System.String.GetStringForStringBuilder(String value, Int32 startIndex, Int32 length, Int32 capacity)<br />at System.Tex
2010-11-06 16:36:00 3237 1
原创 WinForm客户端调用 WebService时 如何启用Session
<br />WebService有两个方法:<br /><br /> [WebMethod(EnableSession = true)]<br /> public bool Login(string strName)<br /> {<br /> Session["UserName"] = strName;<br /> }<br /> <br /> [WebMethod(EnableSession = true)]<br /> public string
2010-11-06 16:15:00 1212
原创 一个程序在后台运行(即隐藏了窗体), 如果再次点击exe时则显示出已运行的程序窗体。
<br />需求: 一个程序在后台运行(即隐藏了窗体), 如果再次点击该程序对应的exe时,不启动新进程,而是显示出原告已运行的程序窗体。<br />平台环境: .net <br /> <br />代码如下:<br /> <br /> <br />//添加引用<br />using System.Diagnostics;<br />using System.Runtime.InteropServices;<br /><br /> [MTAThread]<br /> sta
2010-07-23 10:30:00 2862
原创 Windows Mobile常用程序和控制面板命令参数列表
有时需要在自己开发的程序中调用Windows Mobile内置的程序来实现相应的功能,如打开txt文件: System.Diagnostics.Process.Start("pword.exe", "-opendoc " + “ //my document//test.txt”);
2010-06-21 13:35:00 1105
原创 推荐一个提供Web Service的网站 http://www.webxml.com.cn
<br />http://www.webxml.com.cn<br />这个网站提供了一些公开的Web Service, 如 天气预报、手机号归属地查询、英文双向翻译、股票行情……,记录一下,以备后用。 <br /> <br /> <br /> <br />[新] 中文<->英文双向翻译WEB服务新中文<->英文双向翻译WEB服务,永久免费。提供翻译、音标(拼音)、解释、相关词条、例句、读音MP3支持(英文Only)、候选词等功能。比原来的中英文双向翻译WEB服务提供更多更强大的功能。帮助文档
2010-06-13 21:01:00 3383
转载 WebService calling from Pocket PC - MSDN上的讨论
<br /> MSDN > 論壇首頁>Visual Studio Smart Device Development – Visual Basic and C# Projects>WebService calling from Pocket PCWebService calling from Pocket PC2006年2月10日 22:48shwe 0登入以投票Hi all,<br /><br /> I have created a hello world web service.<br />
2010-06-13 20:45:00 953
原创 Server.MapPath(".") Server.MapPath("./") Server.MapPath("/") Server.MapPath用法详解
已知条件:站点 myWebSite 的物理路径是 c:/inetpub/wwwroot 。站点 myWebSite 中有虚拟目录 V1, V1 的物理路径是 D:/AspTest。虚拟目录V1 下面具有虚拟目录 V2, V2 的物理路径是 E:/system1。虚拟目录V2 下面具有目录 Data, 其物理路径是 E:/system1/Data。目录 F1 下面具有文件 default.aspx。那么在default.aspx 调用: Server.
2010-06-10 22:46:00 732 1
原创 Web Service 可以使用的数据类型
<br />固有类型:<br />Byte<br />Boolean <br />Char<br />Decimal<br />Double <br />Single<br />Int32<br />Int64<br />Int16<br />UInt16<br />UInt32<br />UInt64<br /> <br />DateTime<br />String<br />Guid<br /> <br />DataSet<
2010-06-09 23:36:00 576
原创 如何动态设置Web Service的URL地址
动态设置Web Service的URL地址service.Url = “http://192.168.1.22/ASPtest/service.asmx”; //改变Web Service地址
2010-06-08 22:21:00 12551 1
原创 Oracle的5个服务的作用
Oracle10g安装之后有5个服务: OracleDBConsoleorcl 、OracleJobSchedulerORCL 、OracleOraDb10g_home1iSQL 、OracleOraDb10g_home1TNSListener 、OracleServiceORCL .
2010-06-08 21:35:00 1304 1
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人