码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
错误日志类C#
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows.Forms;using System.IO;namespace WisdomCity.Enti...
分类:其他好文   时间:2014-05-22 05:08:36    阅读次数:271
winform学习日志(二十九)----------根据标点符号分行,StringBuilder的使用;将字符串的每个字符颠倒输出,Reverse的使用
一:根据标点符号分行,上图,代码很简单二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.L...
分类:Windows程序   时间:2014-05-22 04:53:54    阅读次数:469
winform学习日志(三十)----------从字符串总分离文件路径、命名、扩展名,Substring(),LastIndexOf()的使用;替换某一类字符串,Replace()的用法
一:从字符串总分离文件路径、命名、扩展名,上图二:代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst...
分类:Windows程序   时间:2014-05-22 04:47:24    阅读次数:382
WinForm 进度条
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;u...
分类:Windows程序   时间:2014-05-22 02:29:34    阅读次数:504
WPF 实现QQ抖动
//wpf中实现类似于qq的抖动窗效果//前段页面 //后台using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Window...
分类:其他好文   时间:2014-05-22 02:20:32    阅读次数:212
C#:向SqlServer数据库中插入imange类型
using System;using System.Collections.Generic;using System.Linq;using System.Runtime.InteropServices;using System.Text;namespace Common{ public cla...
分类:数据库   时间:2014-05-21 20:41:53    阅读次数:333
带复杂表头合并单元格的HtmlTable转换成DataTable并导出Excel(转)
步骤:一、前台JS取HtmlTable数据,根据设定的分隔符把数据拼接起来二、后台先把前台传过来的字符串转换成HtmlTable实体,然后再转换成DataTable实体using System;using System.Collections.Generic;using System.Text;us...
分类:Web程序   时间:2014-05-21 17:25:16    阅读次数:442
BingMap改变鼠标样式【Map/Pushpin/Polygon】
Microsoft.Maps.Events.addHandler(map, "mousemove", function (e) { // get the HTML DOM Element that represents the Map var mapElem = map.getRootElement(); if (e.targetType === "map") { // Mou...
分类:其他好文   时间:2014-05-21 10:47:53    阅读次数:253
大批量数据导入
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Windows; using System.Windows.Controls; using System.Windows.Data; using System.Windows.Documents; us...
分类:其他好文   时间:2014-05-21 09:36:30    阅读次数:302
winform小程序------加密解密,CryptoStream()的使用
一:上图二:代码主界面代码using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using ...
分类:Windows程序   时间:2014-05-21 06:20:19    阅读次数:439
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!