06 2012 档案
摘要:http://blog.bossma.cn/dotnet/csharp_winform_lan_get_ip_and_computername/c#可以遍历局域网计算机,获取全部计算机的名称和IP地址,网上提供了相关的几种方法,并对效率进行了比较,但是没有对各种方法进行比较,以确定可以使用的情况。这篇文章将对这几种方法进行分析,以帮助了解各种方法适用的情况。using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using S
阅读全文
摘要:SQL技巧:快速把握一些异常精妙的"SQL"语句2009-09-08 14:41:37|分类: sql数据库 |标签: |字号大中小订阅 ◆复制表(只复制结构,源表名:a 新表名:b) SQL: select * into b from a where 1<>1 ◆拷贝表(拷贝数据,源表名:a 目标表名:b) SQL: insert into b(a, b, c) select d,e,f from b; ◆显示文章、提交人和最后回复时间 SQL: select a.title,a.username,b.adddate from table a, (select
阅读全文

浙公网安备 33010602011771号