专注于音视频处理及流媒体开发!

罗索

当前位置: 主页>杂项技术>.NET(C#)>
  • [.NET(C#)] Visual C++.NET中 字符串转换方法[2] 日期:2003-11-28 11:20:00 点击:1328 好评:0

    2002-12-06 14:48:39 五、BSTR、char*和CString转换 (1) char*转换成CString 若将char*转换成CString,除了直接赋值外,还可使用CString::Format进行。例如: char chArray[] = \"This is a test\"; char * p = \"This is a test\"; 或 LPSTR p = \"This is a test\";...

  • [.NET(C#)] Visual C++.NET中 字符串转换方法[1] 日期:2003-11-28 11:19:00 点击:1292 好评:0

    2002-12-06 14:48:39 丁有和 Visual C++.NET涉及到ATL/ATL Server、MFC和托管C++等多种编程方式,不仅功能强大而且应用广泛。在编程中,我们常常会遇到ANSI、Unicode以及BSTR不同编码类型的字符串转换操作。本文先介绍基本字符串类型,然后说明相关的类,如CComBSTR、_b...

  • [.NET(C#)] 使用 .NET 框架将现有代码作为 Web 服务提供 日期:2003-09-05 14:54:00 点击:1234 好评:0

    使用 .NET 建立分布式应用程序 Steve Kirk 和 Priya Dhawan Microsoft Developer Network 摘要:本文介绍了使用 ASP.NET 将现有 Microsoft Visual Basic 6.0 代码作为 Web 服务提供时所进行的数据转换。适用于 Microsoft .NET SDK 和 Microsoft Visual Studio.NET 的 Be...

  • [.NET(C#)] asp.net常用函数表 日期:2003-08-13 15:05:00 点击:1308 好评:0

    ...

  • [.NET(C#)] 一个以ASP.NET+XML编写的留言本 日期:2003-08-08 10:16:00 点击:1254 好评:0

    ...

  • [.NET(C#)] ASP.NET: HtmlEncode/UrlEncode 日期:2003-04-07 14:19:00 点击:1579 好评:0

    Code: %@ Page Language=VB % %@ Import Namespace=System.Web.HttpUtility % html head titleHTMLEncode and URLEncode the ASP.NET Way/title script language=VB runat=server Sub Page_Load(sender As Object, e As EventArgs) Assign our test url to a variable,...

  • [.NET(C#)] ASP.NET: Connection Strings 日期:2003-04-07 14:18:00 点击:1288 好评:0

    By Steven Smith from aspalliance.com In ASP.NET there are several options for storing connection strings. These include the Web.config file, Application variables, custom text files, and hardcoded into pages or components. In Classic ASP, it was comm...

  • [.NET(C#)] 比较ASP和ASP.NET中的Response.Write 日期:2003-04-07 14:17:00 点击:1340 好评:0

    Response.Write may be the most frequently used function in classic ASP applications. When I (and Im sure a lot of you) use Response.Write in classic ASP it usually looks something like: Response.Write This is a test write. In the brave new ASP.NET wo...

  • [.NET(C#)] 上传(upload)文件的codebehind代码 日期:2003-04-07 14:03:00 点击:1270 好评:0

    功能: 1。把图片文件(JPG GIF PNG)上传, 2。保存到指定的路径(在web.config中设置路径,以文件的原有格式保存), 3。并自动生成指定宽度的(在web.config中设置宽度) 4。和指定格式的(在web.config中指定缩略图的格式) 5。和原图比例相同的缩略图(根据宽度和原图...

  • [.NET(C#)] ASP.NET程序中动态修改web.config中的设置项目(后台CS代码) 日期:2003-04-07 14:01:00 点击:1323 好评:0

    2002-2-27动网先锋 朋友们可以自行测试,我这里都没有问题了,鳖了一上午的问题总算解决了 using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Drawing; using System.Web; using System.Web.SessionState; using...

栏目列表
推荐内容
织梦二维码生成器