自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 c++ 2010 builder 导入dll文件

c++ builder 2010 连接sqlite3数据库

2023-03-10 13:03:39 450 1

原创 c++ (c++ builder 2010)实现窗口页面滚动

首先,在窗口类的头文件中添加鼠标滚动事件的声明:class TForm1 : public TForm{__published: // IDE-managed Components // ...private: // User declarations void __fastcall FormMouseWheel(TObject *Sender, TShiftState Shift, int WheelDelta, TPoint &MousePo

2023-03-08 23:18:30 503 1

原创 结构体的增删改查

/ 修改 void modifyStudent(struct Student *stu, char *name, int age, int grade)// 删除 void deleteStudent(struct Student *stu)// 查询 void queryStudent(struct Student *stu)// 增加 struct Student {struct 结构体名。

2023-03-01 16:55:10 600

原创 webservice,插入xml文件

c++ builder2010不使用http控件,进行webservice连接

2023-02-16 10:19:10 141

原创 c++ builder 2010添加socket串口控件

当使用c++ builder2010编译软件提示找不到TTcpcilent/TTcpserver类时

2022-11-15 16:04:36 494

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除