• 大小: 7.24M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: QQ  

资源简介

首先要附加db目录下的数据,然后 用这个账号登陆即可测试

账号:10082 密码:1

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;

namespace MyQQ
{
    public partial class BeizhuForm : Form
    {

        public BeizhuForm()
        {
            InitializeComponent();
        }

        Database MyDatabase = new Database();

        private void btnOk_Click(object sender EventArgs e)
        {
            //查询好友是否有备注的Sql语句
            string sql = string.Format(“update Friends set Friendbeizhu=‘{0}‘ where HostId={1} and FriendId={2}“ txtBeizhu.Text.ToString() UserHelper.LoginldMainForm.selectId);

            try
            {

                int result = MyDatabase.ExecuteSQL(sql);

     

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件    3145728  2009-05-29 15:09  MyQQ\DB\MyQQ\MyQQ.mdf

     文件    1048576  2009-05-29 15:09  MyQQ\DB\MyQQ\MyQQ_log.ldf

     文件       1314  2009-06-04 14:01  MyQQ\MyQQ\MyQQ\BeizhuForm.cs

     文件       4659  2009-03-06 20:30  MyQQ\MyQQ\MyQQ\BeizhuForm.Designer.cs

     文件      90652  2009-03-06 20:30  MyQQ\MyQQ\MyQQ\BeizhuForm.resx

     文件       9156  2007-06-19 11:00  MyQQ\MyQQ\MyQQ\bin\Debug\folder.wav

     文件     516096  2006-08-18 11:50  MyQQ\MyQQ\MyQQ\bin\Debug\IrisSkin2.dll

     文件      15899  2009-02-10 16:50  MyQQ\MyQQ\MyQQ\bin\Debug\MP10.ssk

     文件       9220  2007-06-19 11:00  MyQQ\MyQQ\MyQQ\bin\Debug\msg.wav

     文件    1961984  2009-07-03 23:10  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.exe

     文件     216576  2009-07-03 23:10  MyQQ\MyQQ\MyQQ\bin\Debug\MyQQ.pdb

     文件      40960  2007-09-14 15:51  MyQQ\MyQQ\MyQQ\bin\Debug\SideBar.dll

     文件      11351  2009-02-08 16:05  MyQQ\MyQQ\MyQQ\bin\Debug\SportsBlack.ssk

     文件      12789  2009-02-08 16:05  MyQQ\MyQQ\MyQQ\bin\Debug\SportsBlue.ssk

     文件      11723  2009-02-08 16:05  MyQQ\MyQQ\MyQQ\bin\Debug\SportsCyan.ssk

     文件      12041  2009-02-08 16:05  MyQQ\MyQQ\MyQQ\bin\Debug\SportsGreen.ssk

     文件       6947  2007-06-19 11:00  MyQQ\MyQQ\MyQQ\bin\Debug\system.wav

     文件      47607  2009-02-08 09:36  MyQQ\MyQQ\MyQQ\bin\Debug\Wave.ssk

     文件      43378  2009-02-08 15:39  MyQQ\MyQQ\MyQQ\bin\Debug\WaveColor1.ssk

     文件      45510  2009-02-08 15:39  MyQQ\MyQQ\MyQQ\bin\Debug\WaveColor2.ssk

     文件      18221  2006-03-22 12:22  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Deep\deepcyan.gif

     文件       5032  2006-04-04 15:20  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Deep\DeepCyan.ssk

     文件      17920  2006-03-22 12:23  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Deep\deepgreen.gif

     文件       5037  2006-03-29 12:12  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Deep\DeepGreen.ssk

     文件      20292  2006-03-22 12:24  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Deep\deeporange.gif

     文件      50635  2006-03-21 14:11  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Diamond\diamondblue.gif

     文件      16021  2006-03-22 12:25  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Diamond\DiamondBlue.ssk

     文件      45088  2006-03-21 14:12  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Diamond\diamondgreen.gif

     文件      16669  2006-03-22 12:26  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Diamond\DiamondGreen.ssk

     文件      33870  2006-03-22 11:38  MyQQ\MyQQ\MyQQ\bin\Debug\皮肤\Eighteen\eighteen.gif

............此处省略435个文件信息

评论

共有 条评论