摘要: cpn tools 's introduction and guid.from http://wiki.daimi.au.dk/cpntools-help/getting_started_with_cpn_.wiki阅读全文
posted @ 2008-03-29 11:32 落花人独立 阅读(1096) | 评论 (2) 编辑 |
|
|||
03 2008 档案摘要: cpn tools 's introduction and guid.from http://wiki.daimi.au.dk/cpntools-help/getting_started_with_cpn_.wiki阅读全文 posted @ 2008-03-29 11:32 落花人独立 阅读(1096) | 评论 (2) 编辑 | 摘要: 数据绑定表达式在Asp.net的程序开发过程中经常用到,虽然是很基础的知识,但是常常被忽略了,园子里有人总结了,怕以后丢了,就收在自己的博客里,以备查用。阅读全文 posted @ 2008-03-26 08:57 落花人独立 阅读(1284) | 评论 (2) 编辑 | 摘要: 一般的操作方法,使两个ListBox之间可以相互添加、删除。阅读全文 posted @ 2008-03-22 11:15 落花人独立 阅读(1125) | 评论 (0) 编辑 | 摘要: http://www.cnblogs.com/candywyq/archive/2007/07/24/830021.html
1、从字符串中提取子串 StringBuilder 类没有支持子串的方法,因此必须用String类来提取。 string mystring="My name is ynn."; //Displays "name is ynn." Console.WriteLine(mystring.Substring( 3 )); //Displays "ynn" Console.WriteLine(mystring.Substring( 11,3 )); 2、比较字符串 String 类有四种方法:Compare( )、CompareTo( )、CompareOrdinal( )、Equals( )。 Compare( )方法是CompareTo( )方法的静态版本。只要使用“=”运算符,就会调用Equals( )方法,的以Equals( )方法与“=”是等价的。CompareOrdin阅读全文 posted @ 2008-03-10 21:14 落花人独立 阅读(17303) | 评论 (0) 编辑 | 摘要: http://www.cnblogs.com/adaiye/archive/2008/03/07/dotnetlinks.html阅读全文 posted @ 2008-03-08 09:27 落花人独立 阅读(342) | 评论 (0) 编辑 | 摘要: http://www.cnblogs.com/JustinYoung/category/73576.html阅读全文 posted @ 2008-03-03 20:00 落花人独立 阅读(279) | 评论 (0) 编辑 | 摘要: This page collects a number of links to locations with information about Petri Net tools and related information.http://www.informatik.uni-hamburg.de/TGI/PetriNets/tools/ 阅读全文 posted @ 2008-03-03 10:13 落花人独立 阅读(816) | 评论 (0) 编辑 | 摘要: Petri-net及在ERP中的应用,FSM(有限状态机的介绍)阅读全文 posted @ 2008-03-03 10:03 落花人独立 阅读(463) | 评论 (1) 编辑 |
|
|||