会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Title
星辰只近咫尺
:D 获取中...
:D 获取中...
博客园
首页
新随笔
联系
订阅
管理
2024年10月25日
关于手动关闭多个el-popover的方法且不使用visible属性
摘要: 1.在el-popover使用ref <el-popover ref="motifyPopover" :width="260" trigger="click" popper-class="modify-popover" /> 2.声明motifyPopover const motifyPopover
阅读全文
posted @ 2024-10-25 17:49 WAASSTT
阅读(599)
评论(0)
推荐(0)
2024年8月27日
详细vite创建vue3项目(vue3+vue-router+ts+vite+element-plus+pinia)
摘要: 这里做备份 详细vite创建vue3项目(vue3+vue-router+ts+vite+element-plus+pinia)-CSDN博客
阅读全文
posted @ 2024-08-27 16:10 WAASSTT
阅读(18)
评论(0)
推荐(0)
2024年5月7日
libcef_dll_wrapper.lib(cef_logging.obj) : error LNK2038: 检测到“_ITERATOR_DEBUG_LEVEL”的不匹配项: 值“0”不匹配值“2”(CefAppEx.obj 中)
摘要: CEF使用 libcef_dll_wrapper Debug版链接报错_cef wrapper-CSDN博客
阅读全文
posted @ 2024-05-07 15:37 WAASSTT
阅读(57)
评论(0)
推荐(0)
2024年3月1日
解决npm安装electron总失败的问题
摘要: 引用:解决npm安装electron总失败的问题 - 知乎 (zhihu.com) 先运行 npm install -g cnpm --registry=https://registry.npmmirror.com 再运行 cnpm install --save-dev electron
阅读全文
posted @ 2024-03-01 09:18 WAASSTT
阅读(90)
评论(0)
推荐(0)
2024年1月31日
[git] out of memory malloc failed 解决
摘要: [git] out of memory malloc failed 解决 - 个人文章 - SegmentFault 思否 git提交时,报错"Fatal: Out of memory, malloc failed (tried to allocate 42446849 bytes)" 解决这个报错
阅读全文
posted @ 2024-01-31 14:01 WAASSTT
阅读(2106)
评论(0)
推荐(0)
2023年11月21日
VMware Tools安装方法
摘要: 进入终端,只需要输入三行命令: sudo apt upgrade sudo apt install open-vm-tools-desktop -y sudo reboot
阅读全文
posted @ 2023-11-21 09:51 WAASSTT
阅读(153)
评论(0)
推荐(0)
2023年11月15日
负载均衡算法
摘要: 转载:负载均衡算法居然有这么多种!!!负载均衡算法总结_负载均衡算法有哪些_抓手的博客-CSDN博客 负载均衡算法可以分为两类:静态负载均衡算法和动态负载均衡算法,另外还可以自定义负载均衡算法。 静态负载均衡算法1、轮询(Round Robin):服务器按照顺序循环接受请求。2、随机(Random)
阅读全文
posted @ 2023-11-15 11:26 WAASSTT
阅读(124)
评论(0)
推荐(0)
2023年6月9日
怎么将C#通过发消息传递给指定C++窗口
摘要: C# 发送方 //引入 Interop 库 using System.Runtime.InteropServices; //定义 SendMessage API [DllImport("user32.dll", CharSet = CharSet.Auto, SetLastError = false
阅读全文
posted @ 2023-06-09 10:20 WAASSTT
阅读(85)
评论(0)
推荐(0)
CW2A与CA2W的使用
摘要: CW2A与CA2W - gd_沐辰 - 博客园 (cnblogs.com) 字符串的ASCII和UNICODE之间的转换 1)Win32提供了API函数MultiByteToWideChar和WideCharToMultiByte来提供这种功能。 2)ATL还提供了另一套转换宏——CA2W、CA2T
阅读全文
posted @ 2023-06-09 10:11 WAASSTT
阅读(228)
评论(0)
推荐(0)
2023年5月26日
使用 PostMessage 函数来发送带有 std::vector 作为参数的消息
摘要: 使用 PostMessage 函数来发送带有 std::vector 作为参数的消息,您可以将 std::vector 的地址封装进 LPARAM 类型的指针中,并将其传递给 PostMessage 函数的 lParam 参数。在接收方,您需要使用 reinterpret_cast 将 LPARAM
阅读全文
posted @ 2023-05-26 17:25 WAASSTT
阅读(154)
评论(0)
推荐(0)
下一页
公告
Title