固定集合(适用于记录日志) 固定集合需要事先创建好,而且它的大小是固定的.当固定集合被占满时,如果再插入新文档,固定集合会自动将最老的文档从集合中删除。 固定集合的文档数量不能超过文档数量限制,固定集合的大小也不能超过大小限制。已首先到达限制为准。 创建固定集合 db.createCollectio ...
分类:
数据库 时间:
2017-06-13 16:46:53
阅读次数:
288
在创建FeatureClass之后,需要为FeatureClass添加Features,在为Feature的字段赋值时,代码大致如下: 在这里赋值的时候,出现了一个错误: The operation was attempted on an empty geometry. 因为有一个字段类型为esri... ...
分类:
其他好文 时间:
2017-06-12 00:55:30
阅读次数:
277
建模的同事网上搜的,个别语法错误,修正了下挺好用的(网上随便一搜就有,借用一下做个记录) 具体使用步骤: ...
分类:
其他好文 时间:
2017-06-09 18:18:31
阅读次数:
387
近期论文用到这个效果。 先实现下, 嘿嘿。 \documentclass{article} \usepackage{tikz,lscape,amsmath} \usepackage[margin=1cm]{geometry} \usetikzlibrary{matrix} \begin{docume ...
分类:
其他好文 时间:
2017-06-06 13:06:16
阅读次数:
199
Problem Description Many geometry(几何)problems were designed in the ACM/ICPC. And now, I also prepare a geometry problem for this final exam. According ...
分类:
其他好文 时间:
2017-06-03 23:32:31
阅读次数:
251
ISpatialFilter spatialFilter = new SpatialFilterClass(); spatialFilter.Geometry = Polygon ;//设置用于筛选几何对象 patialFilter.GeometryField = featureLayer.Feat ...
分类:
其他好文 时间:
2017-06-02 14:01:55
阅读次数:
125
http://alpha01.dm.unito.it/personalpages/abbena/gray/ Contents 1. Curves in the Plane | 2. Famous Plane Curves | 3. Alternative Ways of Plotting Curve ...
分类:
其他好文 时间:
2017-05-30 12:37:24
阅读次数:
236
Miaomiao's Geometry Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others) Problem Description There are N point on X-axis . ...
分类:
其他好文 时间:
2017-05-28 16:51:37
阅读次数:
321
1 安装x11vnc 2 生成密码 3 开启服务 注意:/home/USERNAME/.vnc/passwd 中的USERNAME需要换成你自己的用户名。 更多参数说明,请参考http://www.karlrunge.com/x11vnc/x11vnc_opts.html 4 设为开机启动 在打开的 ...
分类:
其他好文 时间:
2017-05-27 22:30:48
阅读次数:
965
转自 http://www.cppblog.com/eryar/archive/2013/08/20/202678.html Topology and Geometry in OpenCascade-Vertex eryar@163.com 摘要Abstract:本文简要介绍了几何造型中的边界表示法 ...
分类:
其他好文 时间:
2017-05-26 21:52:59
阅读次数:
2781