01 2016 档案
QQ项目之九 主窗体
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text...
阅读全文
QQ项目之八显示退出效果
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text...
阅读全文
QQ项目之七窗体悬浮
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Wind...
阅读全文
QQ项目之六聊天窗口
摘要:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using Syste...
阅读全文
QQ项目之五查找和添加好友
摘要:using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Wind...
阅读全文
QQ项目四之注册界面
摘要:/// /// 第一步:登陆验证方法;7章178页,参考;过滤不正确的数据. /// /// /// public bool ValidateInput() { if (txtNic...
阅读全文
QQ项目三之登陆窗口
摘要:/// /// 登陆:检查 /// /// /// private void btnLogin_Click(object sender, EventArgs e) { //第7章第2题...
阅读全文
QQ项目二之框架搭建
摘要:相关两个公共类 public class DBHelper { private static string connString = "server=192.168.62.81;database=MyQQ;Uid=sa;Pwd=1"; public sta...
阅读全文
QQ项目分析系列一
摘要:•基本概要 现某公司需要制作简易的QQ聊天系统,需要有最基本的QQ聊天功能。本系统主要分为2个部分:界面设计部分、后台数据部分。其数据库部分必须能够实现保存以下数据的功能:QQ用户信息、QQ好友信息、QQ聊天信息,并能够通过SQL语句方便快捷的获取与之相关的信息。 •项目描述 Ø根据项目...
阅读全文
浙公网安备 33010602011771号