asp.net½ØÈ¡×Ö·û´®
ÈçÏÂÃæµÄ×Ö·û´®: abc-bdef-axdg,ÎÒÖ»ÏëÈ¡µ½µÚÒ»¸ö"-"µÄλÖ㬸ÃÔõôд£¿£¿£¿£¿
C# code: string str = "abc-bdef-axdg"; Console.WriteLine(str.Substring(0, str.IndexOf("-"))); ½á¹û-->>>abc C# code: String.IndexOf static void Main(string[] args) { string str = "abc-bdef-axdg"; Console.WriteLine(str.IndexOf('-')); Console.ReadLine(); } C# code: "abc-bdef-axdg".IndexOf("-") ͬÒâ樓ÉϵÄ說·¨£¡ SubStringºÍString.IndexOfÒýÓà C# codestring str="abc-bdef-axdg"; Console.WriteLine(str.Substring(0, str.IndexOf("-"))); ½á¹û-->>>abc ding String.IndexOf string.Indexof »Ø¸´Õâô¿ì£¬Ö»ÄÜÖ§³ÖÁË
Ïà¹ØÎÊ´ð£º
select top 12 * from Product where [id] not in (select top 12 [id] from Product) ÕâÑù¿ÉÒÔ·ÖÒ³£¬µ«ÊÇÎÒÔÚºóÃæÏë¼Ó¸öÌõ¼þ select top 12 * from Product where [id] not in (select top 12 [id] from Prod ......
ǰ¶Îʱ¼äÅöµ½Ò»µÀÃæÊÔÌâÈçÏ£º test.aspxÒ³ÃæÓÐÈçÏ´úÂ룺 Response.Write(Test.GetDate()); TestÀàÈçÏ£º public class Test { static string dt=""; public static s ......
Ƥ·ôºÍÑùʽ±í¶¼¿ÉÒÔÉèÖÿؼþµÄÍâ¹Û£¬¾ßÌåÓÐÊ²Ã´Çø±ðÄØ£¿ skin ÊÇasp.net ÌåϵµÄ ¾ÍÏ൱ÓÚ<asp:TextBox> ¶ÔÓ¦ÓÚ<input type="text"> Äã°ÑƤ·ôµ±³ÉÒ·þ£¬°ÑÑùʽ±íµ±³É»¯×±Æ·¾ÍÈÝÒ×Àí½âÁË ......
ÎÒÓÃMULTIVIEW£«VIEW£«FORMVIEW×öÊäÈëÍøÒ³£¬ ÎÒÊäÈëµÄÊý¾ÝÒª²åÈëËĸö±í¡£ ÒªÔõô×öÄØ£¿ sf ÊÂÎñ°¡ È»ºóдsqlÓï¾ä¿© ÄãµÄÎÊÌâÊÇUI·½ÃæµÄÄÚÈÝ£¬Õâ¸öºÍÄã²åÈë¶àÉÙÕűíûÓÐʲô¹ØÏµµÄ£» Transaction ¿ØÖÆÕû ......
ASP.NETÈçºÎÓÃÒ»¸ö°´Å¥ÊµÏÖÑ¡ÔñÎļþ¼Ð·¾¶µ½Îı¾¿òÖУ¿£¨×¢ÒâÊÇÎļþ¼Ð·¾¶£¬²»ÊÇÎļþ·¾¶£© http://blog.csdn.net/xianfajushi/archive/2008/10/18/3094474.aspx Õâ²»ÊÇÎÒÒªµÄЧ¹û£¬ÎÒÒªÓõÄÊÇÀàËÆÓÚÎļþÉÏ´«¿ÉÒ ......