博客文章
Mermaid使用技巧
2024年07月17日 在 Mermaid
少于1分钟
001.how to set style patter(color etc.,) in mermaid a. single node setting method style d fill:#6a0035,stroke:#333,stroke-width:1px like the css code above, the “d” node will be set to the following pattern as u said b. multi nodes …
Markdown使用技巧
2024年07月17日 在 Markdown
少于1分钟
001.how to collapse a piece of code <details> <summary>The title you wanna fill in</summary> the content you wanna put it in <details> 002. how to show svg (legally and fix method) normal way …
声卡项目
2024年07月11日 在 011_Grp_Windows
5 分钟阅读
一、介绍 这本身是一个跨操作系统的项目,但是windows是客户群体最多的一个平台,所以主力是开发win下 二、主要的函数 流程图1 _EnumerateAudioEndpoints this is the first operation of our process A. and it start with CoCreateInstance() to create object of IMMDeviceEnumerator B. then if success, use …
与ERPNext的初次见面
2024年07月10日 在 003_001_Grp_ERPNext
少于1分钟
一、最后的结论 ERPNext的好处当然是开源(免费),但是操作习惯与我(未用过其他ERP系统,连摸过都没有)的想象差距较大。 但是不应该有但是了,因为人家免费,还想怎么样。 二、经过 我负责项目管理已经17周了。 2.1 痛点 a. 文档的格式各种各样 每种产品在excel里是一个单独的tab。每一个tab里的列宽行高都可能各不相同。 b. 老板对于文档没有办法呈现时间进度 c. 对于员工每周的工作周报没有办法在开会时看见 三、优缺点 3.1 优点 a. frappe-forum 非常活跃。 …
初体验-stable diffusion
2024年06月14日 在 004_001_Grp_TTI
Categories:
5 分钟阅读
[tableOfContents] [TOC] 一、画图测试1 1.1 声音按钮 1.1.1 [阿里]通义万相作品 提示词 $$赛博朋克,“声音”,按键,图标,背景透明。简约一点,能一眼就看出是这个按键按下去会有声音相关的设置出现,而不是画一个声音。$$ 效果图 1.1.2 pixco 提示词 $$赛博朋克,“声音”,按键,图标,背景透明。简约一点,能一眼就看出是这个按键按下去会有声音相关的设置出现,而不是画一个声音。$$ 效果图 ![Untitled …
Docsy主题的设置技巧
2024年06月10日 在 002_Grp_HugoDocsy
少于1分钟
001. categories如何增加子类呢? 例如:categories: [“blog”][“ERP”] 错误提示: Error: error building site: process: readAndProcessContent: "...content/zh-cn/blog/005_ERP/005_001_ERPNext/与ERPNext的初次见面.md:3:1": failed to unmarshal …