use test; select bug_id,project_name,cr_name,bug_cr_num,bug_task_num,object_name,bug_description,bug_rca,bug_solution,b.employ_name developer,a.employ... ...
分类:
数据库 时间:
2019-02-20 17:04:45
阅读次数:
111
#pragma once #include "CoreMinimal.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "MyBPCallFunction.generated.h" DEFINE_LOG_CATEGORY_STATIC(... ...
分类:
编程语言 时间:
2019-02-19 14:59:29
阅读次数:
210
首先cad的参照面板很奇葩,如果直接发送 Externalreferencesclose 无论是否有面板,他都会闪烁一下,所以我要判断是否已经打开了参照面板. 然而cad自己没有相关的系统变量.这时我就需要利用到win32api来判断程序是否打开了参照面板了. 首先学习的是 https://blog ...
For example we have those code: ngSwith code, and we want to convert to i18n as well, we can use 'select' keyword: ...
分类:
其他好文 时间:
2019-02-12 00:17:19
阅读次数:
215
在角色的头文件中,添加一个布尔变量,设为共有状态,用来判断是否携带目标物体,并暴露给蓝图,类型为仅蓝图可读 当NotifyActorBeginOverlap发生时,检查是否与FPSCharacter中的角色发生重叠 ...
分类:
其他好文 时间:
2019-02-03 18:12:27
阅读次数:
168
Written by Felix Müller and Mike Winters on Jun 12 2018 in the Inside Zeebe category. In the past few weeks, we’ve mentioned Zeebe’s performance in ho ...
分类:
其他好文 时间:
2019-02-01 22:35:49
阅读次数:
219
Written by Daniel Meyer on May 16 2018 in the What's New In Zeebe category. Welcome to the first-ever edition of “What’s New In Zeebe”, where we share ...
var VIEW:TcxGridDBChartView; Level:TcxGridLevel; Series:TcxGridDBChartSeries; begin View := cxGrid1.CreateView(TcxGridDBChartView) as TcxGridDBChartVi ...
分类:
其他好文 时间:
2019-02-01 15:49:37
阅读次数:
206
需求: 求出每一级的数量,但是父级+子级的所有数量。 比如 第一级本身数量为1 而子级是2 ,那么相加就是3,但是2级还有3级,就需要再加上3级。依次类推到最后一级数量之和就是这个分类的总数量。 实现的思路: 1:我们需要找到自身的数量. 2.1:我们找到自身的下一级所有数量相加 ,返回数量. 2. ...
分类:
其他好文 时间:
2019-01-30 18:25:29
阅读次数:
122
对于编程,很多人喜欢不自觉地炫技,用了一堆花里胡哨的东西,自我感觉良好。如果他们能做个试验,最后的事实会告诉他们真相:这并没有什么卵用. ...
分类:
其他好文 时间:
2019-01-30 10:14:34
阅读次数:
113