登录
首页 » c++,c » mysql++实现对mysql的强大扩展 mysql连接池 多线程操作

mysql++实现对mysql的强大扩展 mysql连接池 多线程操作

于 2022-02-11 发布 文件大小:365.67 kB
0 145
下载积分: 2 下载次数: 1

代码说明:

mysql++用于实现对Mysql的扩展,其中包括多线程连接池的优化和连接的心跳维护,是mysql多线程扩展的最佳选择。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 动画效果浮动窗体实例
            private void StopRectTimer_Tick(object sender, EventArgs e)        {            //如果鼠标在窗体上,则根据停靠位置显示整个窗体              if (this.Bounds.Contains(Cursor.Position))            {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, 0);                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - this.Height);                        break;                    case AnchorStyles.Left:                        this.Location = new Point(0, this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - this.Width, this.Location.Y);                        break;                }            }            else  //如果鼠标离开窗体,则根据停靠位置隐藏窗体,但须留出部分窗体边缘以便鼠标选中窗体              {                switch (this.StopDock)                {                    case AnchorStyles.Top:                        this.Location = new Point(this.Location.X, (this.Height - 3) * (-1));                        break;                    case AnchorStyles.Bottom:                        this.Location = new Point(this.Location.X, Screen.PrimaryScreen.Bounds.Height - 5);                        break;                    case AnchorStyles.Left:                        this.Location = new Point((-1) * (this.Width - 3), this.Location.Y);                        break;                    case AnchorStyles.Right:                        this.Location = new Point(Screen.PrimaryScreen.Bounds.Width - 2, this.Location.Y);                        break;                }            }        }
    2015-06-10下载
    积分:1
  • 一个很个性化的日历小程序,直接安装,此日历是带阴历,节气,节假日。最优越的地方是,自己可以天加和更改节假日。右键就可以做出很多选择功能...
    一个很个性化的日历小程序,直接安装,此日历是带阴历,节气,节假日。最优越的地方是,自己可以天加和更改节假日。右键就可以做出很多选择功能-a very personalized calendar small programs, direct installation, this is the calendar with the lunar calendar and the cycle of holidays. The best part is, they can change and the days plus holidays. Right- we will make a lot of choices function
    2023-04-03 11:30:03下载
    积分:1
  • MonteCarlo.Integration
    用MonteCarlo 进行定积分,C#代码。可以作为MC在数学上应用来学习,比较简单的原理和程序(The definite integral with MonteCarlo, C# code. MC can be used as the application of mathematics to learn the principles and procedures of relatively simple)
    2010-12-02 19:00:00下载
    积分:1
  • C# 汉字转拼音源码(分词算法处理多音字,含声调 音调)
    C# 汉字转拼音源码(分词算法处理多音字,含声调 音调)
    2015-01-03下载
    积分:1
  • stm32新建工程模板
    学习stm32,第一步就是选择开发工具了,GCC,MDK,IAR每一种都有自己的优劣势,这里我选择使用MDK软件实现STM32模板。当然如果想更快的接触stm32实例,领略嵌入式开发的魅力,STM也提供了丰富的例程供开发者学习使用,直接使用例程对于快速开发实现功能十分有利,但当我们需要学习时就会变得复杂。为了更好的解析学习STM32,脱离例程,建立工程模板是十分有必要的。初次建立自然错误一堆,但通过查错的过程,可以清晰的了解项目的执行流程和各模块及定义的含义。如果你只是想快速的开发功能,那么上面网址内的资源会更加有效,不过如果你想深入学习嵌入式,那么从工程模板开始,一步步积累自己的STM32工程库是必要的。
    2022-06-27 02:20:27下载
    积分:1
  • Beginning ASP.NET Databases using C#源码,希望有用
    Beginning ASP.NET Databases using C#源码,希望有用-Beginning ASP.NET Databases using C# source code, useful
    2022-07-21 05:19:51下载
    积分:1
  • Windows Shell Namespace Extension Framework This sample and how
    Windows Shell Namespace Extension Framework This sample and how-to guide shows you how to use C# and PInvoke to build a reusable framework for writing Windows shell namespace extensions. It includes three sample shell namespace extension projects.
    2022-01-31 01:05:26下载
    积分:1
  • mysql接口访问动态库
    mysql接口访问动态库,用于C++中访问mysql数据库,int iRet = mysql_query(&m_mySQL, strSQL.c_str()); MYSQL_RES* m_myRs = mysql_store_result(&m_mySQL); pRs->m_myRows = (DWORD)mysql_num_rows(pRs->m_myRs);等接口用于mysql数据库编程
    2022-08-19 06:45:33下载
    积分:1
  • 微信模板消息测试代码
    微信模板消息测试代码 ,C3完整示例,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
    2022-08-05 21:35:02下载
    积分:1
  • Holtek
    使用HT83B08触摸按钮代码,使用C代码完成,按键数目2-8个可选,灵敏度可选,芯片型号BS83B08-3/BS83B12-3/BS83B16-3 Revision: 1.20,芯片类型:8-Bit Touch Key Flash MCU
    2022-02-12 08:54:12下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载