摘要:本文转载自:http://blog.csdn.net/xiamin/archive/2009/02/14/3889696.aspx用C#实现实现简单的Ping的功能,用于测试网络是否已经联通1.根据IP地址获得主机名称 /// /// 根据IP地址获得主机名称 /// ...
阅读全文
12 2015 档案
摘要:SQLite分页显示:Select * From news order by id desc Limit 10 Offset 10这篇文章是根据 SQLite 官方 WIKI 里的内容翻译,如果有什么翻译不当的地方希望大家指出,毕竟我的英文水平实在很差。 SQLite 包括以下五个时间函数: SQL
阅读全文
摘要:本文转载自:http://www.cnblogs.com/muzhiye/p/4284070.html 近期刚使用SQLite,主要引用的是System.Data.SQLite.dll这个dll,在部署到测试环境时报无法加载 DLL“SQLite.Interop.dll”: 找不到指定的模块。 (异
阅读全文
摘要:本文转载自:http://www.cnblogs.com/yukaizhao/archive/2010/12/14/winform_keyup.html在winform程序中给form添加了keyup事件,但是程序却不响应键盘事件,解决办法是重写Form基类的ProcessCmdKey(ref Me...
阅读全文
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Diagnostics;using System.Text;using System.Windows.Forms;using ...
阅读全文

浙公网安备 33010602011771号