HTML5先行者高级交流群

欢迎加入学习讨论
专注前端,专注网页设计制作及网站开发项目 - (低价承接网站开发项目) QQ:370158739加入收藏RSS
-
2013-12-20 14:35:56
String类使用的例子(1)_.NET教程_编程技术
- using System; class myString { public String str; public myString (char[] strValue) { str = new String(strValue); Console.WriteLine("The string '" + str + "' has be
-
2013-12-20 14:35:56
String类使用的例子(3)_.NET教程_编程技术
- if ("first"==strFL) Console.WriteLine("The index value returned is : "+ objString.str.IndexOfAny(c,intStart)); else Console.WriteLine("The index value returned is :
-
2013-12-20 14:35:54
String类使用的例子(2)_.NET教程_编程技术
- Console.Write("Enter the string array length : "); string strArr=Console.ReadLine(); int intArr=int.Parse(strArr); for (int i=0;i<intArr;i++) { Console.Write("Enter
-
2013-12-20 14:35:53
SUNWEN教程之----C#进阶7_.NET教程_编程技术
- 教程 SUNWEN教程之----C#进阶(七)mrfat@china.com 大家好,我是武汉华师的SUNWEN.现在是五月四日中午,昨天一天由于在搞自己的技术网站,叫"鬼子山技术站",(嘿嘿,有点恐怖吧!)所以没
-
2013-12-20 14:35:53
SUNWEN教程之----C#进阶8_.NET教程_编程技术
- 教程 SUNWEN教程之----C#进阶(八)mrfat@china.com 大家好,我是武汉华师的SUNWEN,今天Zzz....(快醒醒!啪!..啪!倒,叫我起来也不要用皮鞋来打嘛@#$%&*).现在是五月四号晚上19:33,我
-
2013-12-20 14:35:51
SUNWEN教程之----C#进阶9_.NET教程_编程技术
- 教程 SUNWEN教程之----C#进阶(九)mrfat@china.com 大家好,我是SUNWEN,现在是五月四号23:15,再过十五分钟就要熄灯了.所以要抓紧时间,先开个头,明天继续.现在我要说的是C#中的用户自
-
2013-12-20 14:35:51
转阿土伯找到的文章:C# Coding Examples_.NET教程_编程技术
- C# Codeing Examples --------------------------------------------------------------------------------Provided by Jeffrey Richter Jeffrey Richter (JeffreyRichter.com)
-
2013-12-20 14:35:48
如何使用C#访问POP3服务器(转)_.NET教程_编程技术
- 访问|服务器 //希望通过这篇文章,你可以用C#写出自己的Email客户端程序This is a follow up to my SMTP example that shows how to access your POP3 server. This program conne
-
2013-12-20 14:35:46
C#语言初级入门(1)_.NET教程_编程技术
- 导读 C#是Microsoft开发的一种新语言,它和C/C++一样强大,和Java一样提供丰富的网络编程支持和自动内存管理,和VB一样简单易用。本文的目的是为尚未接触过C#的程序员介绍这种编
-
2013-12-20 14:35:46
SUNWEN教程之----C#进阶4_.NET教程_编程技术
- 教程 SUNWEN教程之----C#进阶(四)mrfat@china.com 大家好,我是武汉华师的SUNWEN.呵呵,下午好不容易有了时间出去玩了,到了归元寺.门票十元,不算贵,SUNWEN照了好多像,用不了多久,就
-
2013-12-20 14:35:44
Calling Java program from C#_.NET教程_编程技术
- Calling Jaba program from C#Author Date of Submission User Level Maheswara Rao 07/18/2001 Intermediate Source Code SunMSMSRao.zip 7 KBHi sharpersThis is Mahesh ag
-
2013-12-20 14:35:42
Regular Expression Library(1)_.NET教程_编程技术
- express Expression: ^([a-zA-Z0-9_/-/.]+)@((/[[0-9]{1,3}/.[0-9]{1,3}/.[0-9]{1,3})|([a-zA-Z0-9/-/.]+))/.([a-zA-Z]{2,3}|[0-9]{1,3})(/]?)$ Rating: 10 [ Rate] Descript
-
2013-12-20 14:35:41
DotNet中密码的加密(转)_.NET教程_编程技术
- 加密 <%@ Import Namespace="System.Web.Security" %><html><head><script language="VB" runat=server>' This function encrypts the input string using the SHA1 and MD5' en
-
2013-12-20 14:35:41
C#代码的编译与执行过程(摘自ms inside c#)_.NET教程_编程技术
- 编译|过程|执行 1.You write source code in C#. 2.You then compile it using the C# compiler (csc.exe) into an EXE. 3.The C# compiler outputs the MSIL code and a manife
-
2013-12-20 14:35:39
Binary Tree in csharp_.NET教程_编程技术
- Binary Tree in C# AuthorDate of SubmissionUser LevelPaul Abraham06/26/2001Intermediate Source Code: BinaryTreePA.Zip 4 KB The Binary Tree(Unbalanced). I am pr
-
2013-12-20 14:35:39
Writing Secure Code In CSharp_.NET教程_编程技术
- Writing Secure Code using CSharpSubmitted ByUser LevelDate of SubmissionC.Vinodh KumarIntermediate04/06/2001Mobile Code, which come from various sources like e-mail