码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
世界奇妙周刊 第1期
世界奇妙周刊 第1期 之前有个说法是现在是一个信息爆炸的时代,现代人平均每天接触到的信息要比古代人一辈子都多。 我平时也会通过RSS或者各种APP阅读到一些有意思的文章或者视频,不过大多数时间都是一笑而过,毕竟国内的社交媒体嘛,微信是熟人圈,微博是垃圾桶,实在没有一个适合的分享平台。 今天突发奇想, ...
分类:其他好文   时间:2021-07-28 21:35:32    阅读次数:0
【MapBox】建筑矢量切片
1、下载建筑shp文件(带有高度字段的polygon数据) 2、使用mapshaper转换为geojson格式(本地处理) 3、安装cygwin,参考https://www.cnblogs.com/jyughynj/p/11804721.html 4、使用tippecanoe转换mbtiles矢量切 ...
分类:其他好文   时间:2021-07-19 16:33:57    阅读次数:0
winform提取文本(txt)中想要的内容
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
分类:Windows程序   时间:2021-07-02 16:23:21    阅读次数:0
winform简易计算器
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
分类:Windows程序   时间:2021-07-02 16:20:16    阅读次数:0
winform文本内容对比
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
分类:Windows程序   时间:2021-07-02 16:19:59    阅读次数:0
input渐变色
box-sizing:border-box; border:20px solid transparent; background-clip:padding-box,border-box; background-origin:padding-box,border-box; background-ima ...
分类:其他好文   时间:2021-07-02 16:17:27    阅读次数:0
C# Async Streams
先看代码 using System; using System.Collections.Generic; using System.Threading.Tasks; namespace AsyncStream { class Program { static async Task Main(stri ...
分类:Windows程序   时间:2021-07-02 15:58:46    阅读次数:0
eclipse中的Quick Type Hierarchy快速类型层次结构
For example, if an interface is selected when you invoke the Quick Type Hierarchy, the list displays all the known classes that implement the interfac ...
分类:系统相关   时间:2021-06-30 17:33:09    阅读次数:0
Unity 不规则按钮实现
1.先重写Image类,实现对Image图形范围的重写; 2.对不规则按钮添加Polygon Collider2D组件,调整大小圈中要点击的范围; 3.将重写的Image类添加到不规则按钮上时,需要移除不规则按钮上原来的Image组件,因为这个是继承Image,一个物体上不能同时有两个Image组件 ...
分类:编程语言   时间:2021-06-28 20:15:51    阅读次数:0
装饰器模式
1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.Threading.Tasks; 6 7 namespace DesignPatt ...
分类:其他好文   时间:2021-06-25 17:21:57    阅读次数:0
9960条   1 2 3 4 ... 996 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!