- 博客(27)
- 资源 (1)
- 问答 (1)
- 收藏
- 关注
原创 vue el-table 动态表头中,表头某列为下拉列表,options无法通过请求后台的方式获取
vue el-table 动态表头中,表头某列为下拉列表,options无法通过请求后台的方式获取
2024-09-11 10:27:36
265
原创 goland 编译GO 程序,无法运行
go 创建窗口程序 command-line-arguments undefined: gtk.WindowNew
2024-05-02 13:59:45
289
原创 C 中多线程任务
long tid;\n", tid);int rc;long t;for(t = 0;t < 2;t++) {if (rc) {exit(-1);for (t = 0;t < 2;t++) {
2023-11-14 16:25:44
121
原创 C中,根据进程名称杀掉进程
printf("无法获取进程列表\n");// 获取进程ID并杀死进程。// 读取进程列表并查找特定进程。// 获取系统进程列表。
2023-11-14 16:22:22
281
原创 Visual Studio2022 下 C++ 访问MySQL数据库
cout << "连接信息:" << mysql_error(&connect) << endl;cout << "错误信息:" << mysql_error(&connect) << endl;6.libmysql.dll复制到c:\windows\system32下;//释放资源并关闭连接。2.创建mysql.cpp。3.配置MYSQL 头文件。4.配置 lib 路径。5.配置 dll 位置。
2023-09-09 21:55:11
902
原创 C++ 连接Mysql数据库实现查询功能
cout<< "错误信息:" <<mysql_error(&connect) << endl;cout<<"连接信息:"<<mysql_error(&connect)<<endl;1.创建 mysqlTool 工程。机器已安装好,并确保服务已启动。3.工程配置 MYSQL 信息。//释放资源并关闭连接。2.安装MYSQL 数据库。使用clion 工具。#第三方库dll加载。
2023-09-09 20:56:48
621
原创 C++ 读取xls 文件数据
include#include"libxl.h"usingnamespacelibxl;intmain()if))if(sheet)forint++row)forint++col)"("
2023-09-09 18:41:36
522
原创 QT 工具下载地址
Index of /archive/qtcreatorhttps://download.qt.io/archive/qtcreator/
2023-09-09 17:45:13
75
原创 C++ 动态调用DLL
cout<<"无法调用函数disconnect"<<endl;cout<<"无法调用函数connect"<<endl;cout<<"无法调用函数connect"<<endl;
2023-09-09 15:52:38
253
原创 C++ 调用第三方dll 库
编译后,里面没有DLL,需要将DLL 拷贝进去,才能正常运行。项目中创建 lib ,并将该dll 放入其中。ctrl + F9 编译生成dll。4.在C++ 项目中引用该dll库。2.编写需要调用的方法。5.配置并引入共享库。
2023-09-09 15:13:38
521
原创 银河麒麟操作系统社区版 V10 中文版安装
最近听说,银河麒麟桌面操作系统V10 UI 设计比较人性化,美观,好看,为了满足各位看官的眼球,带领大家去一睹其芳华。2.8 选择网络类型,这里选择NAT,安装后不用修改IP地址,主要安装的机器能上网,它也能上网。2.3 选择" 安装程序光盘影像文件(iso)" ,然后“下一步”注: 这里默认”创建后开启虚拟机“ ,即”完成“ 自动启动安装。2.6 处理器配置,这里可以保持默认,然后”下一步“2.2 选择“自定义安装” ,然后”下一步“2.4 填写安装信息 , 然后”下一步“正在复制文件... 等...
2023-08-19 08:24:02
1717
原创 异常导致路由页没有被加载 Uncaught RangeError: Maximum call stack size
异常导致路由页没有被加载 Uncaught RangeError: Maximum call stack size
2022-10-26 13:40:26
202
1
原创 c# Queue 队列的使用
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace QueueDemo{ class Program {
2016-07-26 12:13:00
393
原创 Dictionary 的使用
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace DictionaryUsageDemo{ class Program { static
2016-07-26 11:43:35
216
原创 c# Hashtable 的使用
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace HashtableDemo{ class Program
2016-07-26 10:41:43
185
原创 C# ArrayList 的使用
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;namespace ArrayListDemo{ class Program
2016-07-26 10:17:33
228
android FragmentManager 的两种不同版本
2016-12-27
TA创建的收藏夹 TA关注的收藏夹
TA关注的人