码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
关于Mysql timestamp的两属性CURRENT_TIMESTAMP 和ON UPDATE CURRENT_TIMESTAMP
关于timestamp的两属性CURRENT_TIMESTAMP 和ON UPDATE CURRENT_TIMESTAMP,使用示例如下: CREATE TABLE `upload_table` ( `id` int(11) NOT NULL AUTO_INCREMENT COMMENT 'ID', ...
分类:数据库   时间:2021-06-24 18:07:30    阅读次数:0
如何将eclipse配置环境更改为JDK8
如何将eclipse配置环境更改为JDK8 eclipse完成对JAVA环境的配置 1、打开eclipse window-preferences-java 2、点击Java下的installed jres,若想更改,点击ADD,选择路径完成。 3、移除旧的JRE,添加新的JRE进来 ...
分类:系统相关   时间:2021-06-19 18:58:53    阅读次数:0
C# 检查硬盘分区是ssd还是hdd
C# detect driver ssd/hdd 来自github的代码,略做了一丢丢修改。 using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Compone ...
分类:Windows程序   时间:2021-06-17 17:07:02    阅读次数:0
API 读写cookie的方法
using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Net.Http; ...
分类:Windows程序   时间:2021-06-17 16:27:43    阅读次数:0
生产者消费者demo
using System; using System.Collections.Generic; using System.Threading; namespace 生产者消费者 { class Program { static int r; static Queue<int> q = new Que ...
分类:其他好文   时间:2021-06-16 18:05:33    阅读次数:0
TcpIp
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Net.Sockets; using Sy ...
分类:其他好文   时间:2021-06-16 18:02:41    阅读次数:0
GeoJSON 和 TopoJSON
GeoJSON 是用来描述一系列几何形状的数据结构。它可以描述以下几种几何类型:Point、LineString、Polygon、MultiPoint、MultiLineString 和 MultiPolygon。 TopoJSON 是 GeoJSON 的拓展,用来描述拓扑结构。通过提取图形中公用的 ...
分类:Web程序   时间:2021-06-13 09:56:33    阅读次数:0
windows form 登录
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System. ...
分类:Windows程序   时间:2021-06-05 17:42:00    阅读次数:0
2.0注册界面
1 using System; 2 using System.Collections.Generic; 3 using System.ComponentModel; 4 using System.Data; 5 using System.Data.SqlClient; 6 using System. ...
分类:其他好文   时间:2021-06-05 17:38:06    阅读次数:0
文件以及文件夹帮助类(FileHelper)
文件以及文件夹帮助类(FileHelper) 代码: using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Text; using System.Threadi ...
分类:其他好文   时间:2021-06-03 17:58:33    阅读次数:0
9960条   上一页 1 2 3 4 ... 996 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!