诗闵

努力 坚持 终有回报

导航

2011年5月30日 #

封装SQLHelper

摘要: // // author: agile // datetime:5/29/2011 8:59:13 AM // class: SQLHelper // using System; using System.Collections.Generic; using System.Linq; using S 阅读全文

posted @ 2011-05-30 14:24 诗闵 阅读(550) 评论(0) 推荐(0)

2011年5月28日 #

C# 手机号码归属地查询

摘要: 一 导入数据库 手机号码归属地的数据信息是存于某文件夹下的txt文档,如下图所示: 打开一txt文档里面的数据格式如下: 13003000000-13003009999-合肥13003010000-13003029999-蚌埠13003030000-13003049999-芜湖13003050000 阅读全文

posted @ 2011-05-28 14:09 诗闵 阅读(2457) 评论(24) 推荐(2)

2011年5月26日 #

C# comboBox实现省市两级联动(winform)

摘要: 新建一个win form应用程序,拖两comboBox控件。数据库见前一篇文章。 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Draw 阅读全文

posted @ 2011-05-26 18:45 诗闵 阅读(10613) 评论(2) 推荐(4)

全国省市数据库

摘要: 标签:全国省市数据库 [引用:地址不明确了!] --不足:23山东和16山东重复--创建DBPromary数据库 create database DBPromaryuse DBPromarygo --创建promary表create table promary( proID int primary 阅读全文

posted @ 2011-05-26 17:03 诗闵 阅读(1353) 评论(0) 推荐(0)

C#中从数据库导出至txt

摘要: 用'|'隔开 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System 阅读全文

posted @ 2011-05-26 16:58 诗闵 阅读(1057) 评论(0) 推荐(1)

解决C#中txt文档导入数据库时,中文显示乱码的问题

摘要: 与前篇文章不同之处用红笔标记 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;usin 阅读全文

posted @ 2011-05-26 15:13 诗闵 阅读(1999) 评论(0) 推荐(0)

C# TXT文件导入至数据库

摘要: TxT文本内容格式 以“|”分割,内容与数据库里表的字段对应 例如: Tom|21 Jenny|25 using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using S 阅读全文

posted @ 2011-05-26 14:31 诗闵 阅读(2425) 评论(1) 推荐(0)

2011年5月24日 #

杨中科版C#射击游戏

摘要: 学习了杨中科版的C#射击游戏视频,大家可参考http://player.youku.com/player.php/sid/XMTUyNjQ3NjQ0/v.swf 准备素材,一张飞机图片,一个WAV的飞机遇到子弹爆炸音效。1.创建一个WinForm应用程序Form窗体,拖一个panel控件,相当于战场 阅读全文

posted @ 2011-05-24 15:12 诗闵 阅读(1618) 评论(2) 推荐(1)

2011年5月17日 #

Alter用法

摘要: The ALTER TABLE command allows you to add, modify, or drop a column from an existing table. Adding column(s) to a table Syntax #1 To add a column to a 阅读全文

posted @ 2011-05-17 13:31 诗闵 阅读(433) 评论(0) 推荐(0)

2011年5月12日 #

第一篇博文与技术无关 纯瞎扯

摘要: 博客这玩意,你伤不起呀,写了一个又一个,丢了又丢~拣了又拣。。 上帝看在我不安份的心上,于是又给我创造了一次机会,一次重生的机会,开始炼狱之旅。 键盘噼哩吧啦 一会一串小黑字乖乖的排成了长队,望着我得意的笑,得意的笑。 。net 是一个伤族的灵魂 我要让自己强大起来~ 行动 出发!! 阅读全文

posted @ 2011-05-12 12:28 诗闵 阅读(211) 评论(1) 推荐(0)

点击右上角即可分享
微信分享提示