摘要:
Quartz.NET Quick Start Guide Welcome to the Quick Start Guide for Quartz.NET. As you read this guide, expect to see details of: Downloading Quartz.NET Installing Quartz.NET Configuring Quartz to yo... 阅读全文
摘要:
using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Net; using System.Text; using System.Windows.Forms; using Test; namespace Test { public class FtpH... 阅读全文
摘要:
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Text; namespace Common{ public class crc32test { public class FileToCRC32 { ... 阅读全文
摘要:
第一步:新建一个控制台项目,作为关闭当前应用程序的调用程序。 using System; using System.Configuration; using System.Diagnostics; namespace RestartApp { class Program { private static string appName = Configuration... 阅读全文
摘要:
using System; using System.Collections; using System.Configuration; using System.Data; using System.Data.SqlClient; namespace Test { public abstract class DbHelper { //数据库连接字符串(web.co... 阅读全文