世界奇妙周刊 第1期 之前有个说法是现在是一个信息爆炸的时代,现代人平均每天接触到的信息要比古代人一辈子都多。 我平时也会通过RSS或者各种APP阅读到一些有意思的文章或者视频,不过大多数时间都是一笑而过,毕竟国内的社交媒体嘛,微信是熟人圈,微博是垃圾桶,实在没有一个适合的分享平台。 今天突发奇想, ...
分类:
其他好文 时间:
2021-07-28 21:35:32
阅读次数:
0
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
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi ...
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u ...
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
先看代码 using System; using System.Collections.Generic; using System.Threading.Tasks; namespace AsyncStream { class Program { static async Task Main(stri ...
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
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