TheShun
TheShun
Qt6已经发布了,可以用上无版本Qt引入,如`Qt5::Core` -> `Qt::Core`。 具体的官网有迁移说明,也有兼容性写法。 还有建议希望能够引入Conan包管理器,构建一个稍微复杂点的工程实践。
I want to get changelog for multi line message in a commit.How to set `header: pattern`. ## Expected Behavior ###feat - bla bla - bla bla 2 ## Actual Behavior...
I want to change connection style, such as directly line or ployline connect instead of cubic path, and also add triangular arrow at the connect point(`PortType In`). It seems that...
可能的复现操作: 1. 输入一个变量和赋值颜色 2. 敲第二个变量,可能通过智能提示,然后回车就崩溃了 或者 敲第二个变量,智能提示出现,然后backspace就崩溃了
I register a handler on dockpanel ActiveDocumentChanged , the handler code piece : ```C# void dockPanel_ActiveDocumentChanged(object sender, EventArgs e) { if(ActiveDocForm != null) Console.WriteLine(ActiveDocForm.Text); } ``` the property ActiveDocForm in...
When I use `%option api.pure` in parser.y and add `#define YYLEX_PARAM pData->scaninfo`. The generate file parser.tab.cpp just only `#define YYLEX yylex (&yylval)` which is not match the lexer.l generate function...
In the past, I can write UTF-8 char in my lexical file and it work well. But, after some days, maybe I change visual studio generate .cpp encoding, the VS...
My env: windows 10 x64 QtCreator 5.9.9 with MinGW 5.3_32 I need change ``` conan_cmake_autodetect(settings ) -> conan_cmake_autodetect(settings ARCH x86) ``` The default version will get settings like that: ```...
Add more
**.Net** -Core Concept --Attribute **Test** -XUnit **Desktop** -GUI --UWP 还有其他诸如: Log 框架(NLog、Log4Net)、AOP框架(Castle Windsor、PostShop) 此外可以标注出几条主流项目基础(常用)框架路线--截止当前时间节点 desktop :xxxGUI + Autofac + XUnit/Moq + NLog web: mobile: database:xxxDB + EF 标注一些已过时的技术路线(微软自己都放弃的) 如Silverlight。