随笔分类 -  Class/Function

1 2 下一页
常用类和功能模块。
Class:DbConnectionManipulator.cs
摘要:1、DbConnectionManipulator.cs using System; using System.Configuration; using System.Data; using System.Data.SqlClient; using System.Threading.Tasks; n 阅读全文
posted @ 2018-06-19 10:46 ylbtech 阅读(306) 评论(0) 推荐(0)
Class:Task 类
摘要:1-1、 #region 程序集 mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 // C:\Program Files (x86)\Reference Assemblies\Microsoft\ 阅读全文
posted @ 2017-12-25 17:07 ylbtech 阅读(423) 评论(0) 推荐(0)
ASP.NET MVC:UrlHelper.cs
摘要:充当表示 ASP.NET Razor 页的类的基类。 1-1、 #region 程序集 System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 // D:\work-XNY\XnyQcWeb\ 阅读全文
posted @ 2017-12-16 18:35 ylbtech 阅读(796) 评论(0) 推荐(0)
ASP.NET MVC:WebViewPage.cs
摘要:表示呈现使用 ASP.NET Razor 语法的视图所需的属性和方法。 1-1、 #region 程序集 System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 // D:\work-XNY\ 阅读全文
posted @ 2017-12-16 18:28 ylbtech 阅读(923) 评论(0) 推荐(0)
ASP.NET MVC:WebPageBase.cs
摘要:充当表示 ASP.NET Razor 页的类的基类。 1-1、 #region 程序集 System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 // D:\work-XNY\XNYW 阅读全文
posted @ 2017-12-16 18:28 ylbtech 阅读(751) 评论(0) 推荐(0)
ASP.NET MVC:WebPageRenderingBase.cs
摘要:提供用于呈现使用 Razor 视图引擎的页的方法和属性。 1-1、 #region 程序集 System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 // D:\work-XNY\XN 阅读全文
posted @ 2017-12-16 18:28 ylbtech 阅读(478) 评论(0) 推荐(0)
JavaScriptSerializer 类
摘要:应对 Json.NET 使用序列化和反序列化。 为启用 AJAX 的应用程序提供序列化和反序列化功能。 1-1、代码 using System; using System.Collections.Generic; using System.Web.Script.Serialization; //引用 阅读全文
posted @ 2017-12-11 09:51 ylbtech 阅读(6354) 评论(0) 推荐(1)
Xml序列化和反序列化
摘要:Xml序列化和反序列化 1.B.1, using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Xml.Serializati 阅读全文
posted @ 2016-09-19 15:54 ylbtech 阅读(230) 评论(0) 推荐(0)
purple-class2-默认选项切换
摘要:ylbtech-class:purple-class2A, 返回顶部1,默认选项切换#region 默认选项切换 public delegate IList DelegateDrop(IList dals, string arrayStr); /// //... 阅读全文
posted @ 2016-01-15 22:27 ylbtech 阅读(318) 评论(0) 推荐(0)
purple-accessData
摘要:ylbtech-class:purple-accessDataA, 返回顶部1,送货时间 #region 送货时间 /// /// 送货时间 /// /// /// public IList GetShipp... 阅读全文
posted @ 2016-01-15 22:26 ylbtech 阅读(197) 评论(0) 推荐(0)
ylbtech-Unitity-CS:Indexers
摘要:ylbtech-Unitity-CS:Indexers1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,// indexer.cs// 参数:indexer.txtusing System;using System.IO;// 将大文件当作字节数组// 访问的类。public class F... 阅读全文
posted @ 2015-12-20 22:54 ylbtech 阅读(268) 评论(0) 推荐(0)
ylbtech-Unitity-CS:Hello world
摘要:ylbtech-Unitity-CS:Hello world1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,Hello1.cspublic class Hello1{ public static void Main() { System.Console.WriteLine... 阅读全文
posted @ 2015-12-20 22:50 ylbtech 阅读(244) 评论(0) 推荐(0)
ylbtech-Unitity-CS:Generics
摘要:ylbtech-Unitity-CS:Generics1.A,效果图返回顶部 Unsorted List:Raul:35Alessandro:30Maria:72Hiroyuki:108Alok:9Gunnar:18Sandra:23Li:28Bill:19Franscoise:45Sorted L... 阅读全文
posted @ 2015-12-20 22:45 ylbtech 阅读(235) 评论(0) 推荐(0)
ylbtech-Unitity-CS:Delegates
摘要:ylbtech-Unitity-CS:Delegates1.A,效果图返回顶部 Invoking delegate a: Hello, A!Invoking delegate b: Goodbye, B!Invoking delegate c: Hello, C! Goodbye, C!In... 阅读全文
posted @ 2015-12-20 22:40 ylbtech 阅读(207) 评论(0) 推荐(0)
ylbtech-Unitity-CS:AnonymousDelegates
摘要:ylbtech-Unitity-CS:AnonymousDelegates1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System;using System.Collections.Generic;using System.Text;namespace AnonymousD... 阅读全文
posted @ 2015-12-20 22:26 ylbtech 阅读(205) 评论(0) 推荐(0)
ylbtech-Unitity-CS-Arrays:数组
摘要:ylbtech-Unitity-CS-Arrays:数组1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System;class DeclareArraysSample{ public static void Main() { // 一维数组 ... 阅读全文
posted @ 2015-12-20 22:19 ylbtech 阅读(272) 评论(0) 推荐(0)
ylbtech-Unitity-cs:计算阶乘值
摘要:ylbtech-Unitity-cs:计算阶乘值1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System; namespace Functions { public class Factorial { // “Calc”静态方法为传入的指定整... 阅读全文
posted @ 2015-12-20 22:13 ylbtech 阅读(185) 评论(0) 推荐(0)
ylbtech-Unitity-cs:传递的字符串中数字字符的数目
摘要:ylbtech-Unitity-cs:传递的字符串中数字字符的数目1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,using System; namespace Functions { public class DigitCount { // NumberOfD... 阅读全文
posted @ 2015-12-20 22:09 ylbtech 阅读(243) 评论(0) 推荐(0)
RegexHelper
摘要:ylbtech-Unitity-cs:RegexHelper验证帮助类1.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,RegexMail#region RegexMailpublic bool RegexMail(string email){ try { stri... 阅读全文
posted @ 2014-12-28 11:48 ylbtech 阅读(653) 评论(0) 推荐(0)
convert image to base64
摘要:ylbtech-Unitity-cs:convert image to base64convert image to base641.A,效果图返回顶部 1.B,源代码返回顶部1.B.1,convert image to base64#region convert image to base64pu... 阅读全文
posted @ 2014-12-28 11:39 ylbtech 阅读(305) 评论(0) 推荐(0)

1 2 下一页