09 2019 档案

摘要:CMDNetFileHelper /// <summary> /// 连接远程共享文件夹 /// </summary> public class CMDNetFileHelper { /// <summary> /// 连接远程共享文件夹 /// </summary> /// <param name 阅读全文
posted @ 2019-09-29 09:33 萌橙 阅读(823) 评论(0) 推荐(0) 编辑
摘要:model <#@ template language="c#" HostSpecific="True" #> <#@ output extension= ".cs" #> <# TableHost host = (TableHost)(Host); host.Fieldlist.Sort(Code 阅读全文
posted @ 2019-09-27 15:24 萌橙 阅读(894) 评论(0) 推荐(0) 编辑
摘要:sqlserver复制表结构 select * into newtable from oldtable; select * into [t_train_analyze_train] from DCZY.dbo.[t_train_analyze_train] oracle中 create table 阅读全文
posted @ 2019-09-27 14:50 萌橙 阅读(534) 评论(0) 推荐(0) 编辑
摘要:原文链接:https://blog.csdn.net/wchstrife/article/details/78984735 使用C#进行图像处理前言之前一直认为图像处理是一件很高大上的事情,在一门选修课的课上遇到一个图像处理的作业,上手几个简单的图像处理的算法,也算是入了个最简单的门。 界面简单而又 阅读全文
posted @ 2019-09-17 16:37 萌橙 阅读(3242) 评论(0) 推荐(1) 编辑
摘要:$(dom).addEvent("ft", function() { alert("走起"); }); // 创建 var evt = document.createEvent("HTMLEvents"); // 初始化 evt.initEvent("ft", false, false); // 触 阅读全文
posted @ 2019-09-06 11:18 萌橙 阅读(338) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Configuration; using System.IO; namespace GT.Common.Helper { /// <summary> /// 日志帮助类。AppSettings节点可以配置Dos.LogHelper.Debug=0 阅读全文
posted @ 2019-09-02 14:25 萌橙 阅读(282) 评论(0) 推荐(0) 编辑
摘要:#region << 版 本 注 释 >> /**************************************************** * 文 件 名:IPHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.17929 * 阅读全文
posted @ 2019-09-02 14:23 萌橙 阅读(350) 评论(0) 推荐(0) 编辑
摘要:#region << 版 本 注 释 >> /**************************************************** * 文 件 名:EncryptHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.179 阅读全文
posted @ 2019-09-02 14:22 萌橙 阅读(213) 评论(0) 推荐(0) 编辑
摘要:using System.Net; using System.Net.Mail; using System.Text; using GT.Common.Model; namespace GT.Common.Helper { public class EmailHelper { private Ema 阅读全文
posted @ 2019-09-02 14:21 萌橙 阅读(260) 评论(0) 推荐(0) 编辑
摘要:using System.Diagnostics; using System.IO; namespace GT.Common.Helper { /// <summary> /// Dos cmd命令执行帮助类 /// </summary> public class CmdHelper { /// < 阅读全文
posted @ 2019-09-02 14:20 萌橙 阅读(438) 评论(0) 推荐(0) 编辑
摘要:using System; using System.IO; using System.Security.Cryptography; using System.Text; namespace GT.Common.DES { /// <summary> /// 3DES加解密类 /// </summa 阅读全文
posted @ 2019-09-02 14:02 萌橙 阅读(407) 评论(0) 推荐(0) 编辑
摘要:#region << 版 本 注 释 >> /**************************************************** * 文 件 名:RegExpHelper * Copyright(c) www.ITdos.com * CLR 版本: 4.0.30319.1792 阅读全文
posted @ 2019-09-02 13:58 萌橙 阅读(262) 评论(0) 推荐(0) 编辑
摘要:using System; using System.Globalization; using System.Text.RegularExpressions; using System.Web; namespace GT.Common.Helper { /// <summary> /// 正则帮助类 阅读全文
posted @ 2019-09-02 13:53 萌橙 阅读(357) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示