码迷,mamicode.com
首页 >  
搜索关键字:category    ( 2995个结果
buglist系统中涉及的sql SqlServer版本
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
UE 用C++ 扩展FunctionLibrary 蓝图以供全局函数使用
#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.net 利用win32api实现一个命令开关参照面板
首先cad的参照面板很奇葩,如果直接发送 Externalreferencesclose 无论是否有面板,他都会闪烁一下,所以我要判断是否已经打开了参照面板. 然而cad自己没有相关的系统变量.这时我就需要利用到win32api来判断程序是否打开了参照面板了. 首先学习的是 https://blog ...
分类:Windows程序   时间:2019-02-12 21:26:52    阅读次数:316
[Angular] Angular i18n Alternative Expressions Support (select)
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
Pickup Objective Actor
在角色的头文件中,添加一个布尔变量,设为共有状态,用来判断是否携带目标物体,并暴露给蓝图,类型为仅蓝图可读 当NotifyActorBeginOverlap发生时,检查是否与FPSCharacter中的角色发生重叠 ...
分类:其他好文   时间:2019-02-03 18:12:27    阅读次数:168
Benchmarking Zeebe: An Intro to How Zeebe Scales Horizontally and How We Measure It
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
What's New In Zeebe: Scaling Zeebe, New Client APIs, Faster Requests, Timestamps, NodeJS Client, and Default Topic is Back!
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 ...
分类:Windows程序   时间:2019-02-01 22:31:20    阅读次数:206
cxgridchart饼状图
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
与其想当然的 overdesign,不如自己动手做个试验
对于编程,很多人喜欢不自觉地炫技,用了一堆花里胡哨的东西,自我感觉良好。如果他们能做个试验,最后的事实会告诉他们真相:这并没有什么卵用. ...
分类:其他好文   时间:2019-01-30 10:14:34    阅读次数:113
2995条   上一页 1 ... 53 54 55 56 57 ... 300 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!