摘要:
路德维希·凡·贝多芬:Ludwig van Beethoven,简写BEETHOVEN, L. van Die Ruinen von Athen (The Ruins of Athens), Op. 113:The Ruins of Athens, Op. 113: Turkish March 雅典
阅读全文
posted @ 2022-05-29 22:25
西伯尔
阅读(364)
推荐(0)
摘要:
1、Military Beethoven,军事贝多芬 BEETHOVEN, L. van: Compositions and Transcriptions for Piano (Military Beethoven) 贝多芬:钢琴曲的作品集和改编(转录) 发行时间:2019-09-13 发行公司:
阅读全文
posted @ 2022-05-29 22:23
西伯尔
阅读(228)
推荐(0)
摘要:
形式化会议 SEFM:Software Engineering and Formal Methods 程序语言、软件工程 TOPLAS : ACM Transactions on Programming Langauge and Sysmtem JFP: Journal of Functional
阅读全文
posted @ 2022-05-29 16:56
西伯尔
阅读(504)
推荐(0)
摘要:
1、mermaid https://mermaid.live/ 使用mermaid.js语法 另外一个chatGPT推荐的在线PlantUML执行的网站: https://www.planttext.com/ 2、Tilipa 和 draw.io https://www.draw.io/index.
阅读全文
posted @ 2022-05-26 12:12
西伯尔
阅读(199)
推荐(0)
摘要:
1、Xmind 参考: https://www.jianshu.com/p/3e511eb25f66 2、
阅读全文
posted @ 2022-05-26 12:10
西伯尔
阅读(38)
推荐(0)
摘要:
1、括号匹配 【没用】: https://bbs.csdn.net/topics/399165853 2、反选 ^((?!你的规则).)* 应用案例: /* 这是多行注释 */ 我把代码中的多行注释筛选出来,用正则/\* .*? \*/匹配,其余代码均删掉,所以需要反选。 所以只需要正则^((?!/
阅读全文
posted @ 2022-05-26 12:07
西伯尔
阅读(108)
推荐(0)
摘要:
wps合并个pdf都不行,真的垃圾。 下载了福晰、adobe XI等垃圾,都是收费,真的很恶心,于是专门找了下资源。 1、在线pdf合并、删除页面工具: https://tools.pdf24.org/zh/ 这个是真的好用 参考: https://zhuanlan.zhihu.com/p/4268
阅读全文
posted @ 2022-05-25 15:14
西伯尔
阅读(100)
推荐(0)
摘要:
使用同一个dao,会导致前面更新了无效、没有save却自动写入的情况! 于是就有了幽灵代码。
阅读全文
posted @ 2022-05-19 10:40
西伯尔
阅读(198)
推荐(0)
摘要:
1、mysql unique索引大小写不分问题 在建立索引的字段属性那里把二进制勾选上(navicat)
阅读全文
posted @ 2022-05-19 02:39
西伯尔
阅读(35)
推荐(0)
摘要:
1、修改MYSQL中group_concat的限制(默认1024) (1)永久修改 修改mysql的配置文件: C:\ProgramData\MySQL\MySQL Server 5.6\my.ini【正确位置】 C:\Program Files\MySQL\MySQL Server 5.6\my
阅读全文
posted @ 2022-05-18 09:36
西伯尔
阅读(157)
推荐(0)