
winform学习总结
文章平均质量分 82
wanglei_samrtfish
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
c#关于判断网络连接正常与否的总结
本人最近做c#winform的项目,遇到了判断网络是否正常连接的问题。后来查出了以下几种方法,供大家学习参考。1.方法一using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syste原创 2011-06-22 15:29:00 · 1478 阅读 · 0 评论 -
二进制存入读取数据库
SQl数据脚本 use test go create table Categories ( CategoryID int primary key identity(1,1), CategoryName varchar(50), Picture image ) go 后台代码: SqlDataAdapter sda = null; DataTable d原创 2014-03-19 20:51:27 · 2023 阅读 · 0 评论 -
ajax
$(function () { $("#demo_2").citySelect({ provId: "prov_2", cityId: "city_2", distId: "dist_2", prov: "北京", nodata: "n原创 2016-11-29 17:57:25 · 670 阅读 · 0 评论 -
winfom练习
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Sy原创 2014-03-06 17:13:03 · 994 阅读 · 0 评论