02 2014 档案

摘要:之前由于工作需要,需要用到DNSPod解析大量域名,手动解析太过于麻烦,作为程序员肯定想法子偷懒,并且提高工作效率,于是便开始研究了下DNSPod提供的API,自己开发了一个DNSPod管理助手,实现域名快速解析。SQLiteHelperusing System;using System.Collections;using System.Data.SQLite;using System.Data;using System.Configuration;namespace KingSystem.DNSPod{ /// /// SQLite数据库的数据连接层 /// ... 阅读全文
posted @ 2014-02-11 11:33 老板办卡吗 阅读(171) 评论(0) 推荐(0)