在Domian或字段的的约束条件中,会用的正则表达式等约束。但正则表达式 regexp_like(ICAO,'^([A-Z]{4}$')中要出现明确字段名如ICAO,每个使用同样约束的字段都要修改此字段名,使用Domain更是不方便。 好在PD提供了统配符解决此问题 %COLUMN%就代表当前处理的 ...
分类:
其他好文 时间:
2016-12-14 14:07:58
阅读次数:
137
大部分MFC程序都是使用 在共享DLL中使用MFC ,但是VS每一个版本都需要一个 MFC运行库,实在是有点烦人。 所以我选择了使用静态MFC库,虽然文件会大一些,但是至少不麻烦了。 VS这个做的不够好,默认情况下居然报错: 网上搜索后,发现,都没有明显的说明一个问题,那就是MFC是unicode还 ...
分类:
编程语言 时间:
2016-12-12 13:55:51
阅读次数:
293
一 platform子系统 1.对平台设备描述 struct platform_device { const char * name; //设备名字 int id; // -1 struct device dev; //通用设备描述 u32 num_resources; //资源的个数 struct ...
分类:
系统相关 时间:
2016-12-11 15:46:12
阅读次数:
238
Netlink 是一种特殊的 socket,它是 Linux 所特有的,类似于 BSD 中的AF_ROUTE 但又远比它的功能强大,目前在最新的 Linux 内核(2.6.14)中使用netlink 进行应用与内核通信的应用很多,包括:路由 daemon(NETLINK_ROUTE),1-wire ...
分类:
Web程序 时间:
2016-12-11 03:14:14
阅读次数:
235
Carto documentation The following is a list of properties provided in CartoCSS that you can apply to map elements. All elements image-filters function... ...
分类:
其他好文 时间:
2016-12-10 19:29:13
阅读次数:
271
转载自http://www.cnblogs.com/jiaosq/p/5843437.html 今天,数据库的操作越来越成为整个应用的性能瓶颈了,这点对于Web应用尤其明显。关于数据库的性能,这并不只是DBA才需要担心的事,而这更是我们程序 员需要去关注的事情。当我们去设计数据库表结构,对操作数据库 ...
分类:
数据库 时间:
2016-12-10 00:13:05
阅读次数:
296
https://en.wikipedia.org/wiki/Two's_complement The two's-complement system has the advantage that the fundamental arithmetic operations of addition, s ...
分类:
其他好文 时间:
2016-12-03 23:47:42
阅读次数:
344
1 概述 在集成项目中需要应对不同环境下的安装配置,主流操作系统大致可以分为三种:Linux、Windows以及UNIX。其中Linux备受青睐的主要原因有两个: 首先,Linux作为自由软件有两个特点:一是它免费提供源码,二是爱好者可以按照自己的需要自由修改、复制和发布程序的源码,并公布在Inte ...
分类:
数据库 时间:
2016-12-02 21:21:12
阅读次数:
253
Update Methods MongoDB provides the following methods for updating documents in a collection: Updates at most a single document that match a specified ...
分类:
数据库 时间:
2016-12-02 01:27:05
阅读次数:
225
In addition to the documentation in the MongoDB Manual, the mongo shell provides some additional information in its “online” help system. This documen ...
分类:
数据库 时间:
2016-12-01 03:36:38
阅读次数:
157