码迷,mamicode.com
首页 >  
搜索关键字:attributes    ( 887个结果
C语言中__attribute__的用法
http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Function-Attributes.html http://gcc.gnu.org/onlinedocs/gcc-4.0.0/gcc/Variable-Attributes.html#Variable-Att ...
分类:编程语言   时间:2020-01-09 13:29:21    阅读次数:73
事务的特性、事务并发、事务读一致性问题
1 什么是数据库的事务? 1.1 事务的典型场景 在项目里面,什么地方会开启事务,或者配置了事务?无论是在方法上加注解,还 是配置切面 <tx:advice id="txAdvice" transaction-manager="transactionManager"> <tx:attributes> ...
分类:其他好文   时间:2020-01-06 00:40:55    阅读次数:118
DG参数 LOG_ARCHIVE_DEST_n
DG参数 LOG_ARCHIVE_DEST_n This chapter provides reference information for the attributes of the LOG_ARCHIVE_DEST_n initialization parameter. The followi ...
分类:其他好文   时间:2020-01-01 23:32:20    阅读次数:60
EF CodeFirst配置领域类
当我们不想使用EF的默认约定时,可以手动配置领域类,但还是推荐少配置,Simple is best! 两种配置方式: 1.Data Annotation Attributes【数据注解特性】 数据注解是一种基于配置的简单特性,你可以应用于你的领域类以及领域类的属性上。数据注解特性,不仅适用于EF、还 ...
分类:其他好文   时间:2019-12-16 09:32:34    阅读次数:117
Json字符串取值
1、案例 String str2="{\"roles\":[],\"attributes\":[{\"values\":[\"XXXl001#oa_group\"," + "\"XXXxl002#stockOA\",\"XXXl003#Wifi_Group\",\"XXXl004#PBC_Group ...
分类:Web程序   时间:2019-12-11 09:20:15    阅读次数:186
【翻译】Flink Table Api & SQL —Streaming 概念 ——时间属性
本文翻译自官网: Time Attributes https://ci.apache.org/projects/flink/flink-docs-release-1.9/dev/table/streaming/time_attributes.html Flink能够根据不同的时间概念处理流数据。 P ...
分类:数据库   时间:2019-11-13 11:10:55    阅读次数:116
递归拷贝目录与删除目录
/*判断一个路径是否是已存在的目录*/ bool IsDirectory(const std::wstring& pstrPath) { DWORD dw = GetFileAttributes(pstrPath.c_str()); if (dw == INVALID_FILE_ATTRIBUTES... ...
分类:其他好文   时间:2019-11-12 14:48:28    阅读次数:73
loadrunner常用检查函数
web_find 在html页面中搜索文本字符串 int web_find( const char *StepName, <Attributes and Specifications list>, char *searchstring, LAST ); StepName:步骤名称,必选 Attrib ...
分类:其他好文   时间:2019-11-10 12:04:53    阅读次数:129
123
{ field: "billNumber", locked: true, title: '<@spring.message "测试单号"/>', width: 170, headerAttributes: { style: "text-align: center" }, attributes: { ...
分类:其他好文   时间:2019-11-07 13:15:09    阅读次数:89
numpy常用举例
转自https://morvanzhou.github.io/tutorials/data-manipulation/np-pd/2-1-np-attributes/ numpy 的属性: 使用numpy首先要导入模块 import numpy as np #为了方便使用numpy 采用np简写 列 ...
分类:其他好文   时间:2019-10-31 17:59:25    阅读次数:75
887条   上一页 1 ... 5 6 7 8 9 ... 89 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!