摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DelegatesA 阅读全文
摘要:
1 using System; 2 using System.Collections.Generic; 3 using System.Data; 4 using System.Linq; 5 using System.Text; 6 7 namespace LinqToObject 8 { 9 pu 阅读全文
摘要:
一.数据类型 1.VB.net 数据分为值类型和引用类型(值位于堆栈,引用位于托管堆) 2.条件语句 if ...then else (if) end if 3.比较运算符 = < <= > >= And or 逻辑叠加 进行最短路径优化比较 eg:if a>0 andalso b>0 then 如 阅读全文