码迷,mamicode.com
首页 >  
搜索关键字:generic polygon clip    ( 9960个结果
ThinkPad E431 获取无限网络的驱动
sudo apt-get install linux-headers-generic build-essential dkms    sudo apt-get install linux-source    sudo apt-get install --reinstall bcmwl-kernel-source    sudo modprobe wl 先把网线插入笔记本,再按照上面的顺序执...
分类:其他好文   时间:2014-05-12 14:22:53    阅读次数:320
C# this和base
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace ConsoleApplication1{ class Program { static void Main(stri...
分类:其他好文   时间:2014-05-12 11:46:04    阅读次数:215
WPF更新数据源
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Windows;using System.Windows.Controls;using System.Wind...
分类:其他好文   时间:2014-05-12 04:19:45    阅读次数:244
.Net 4.0 Convert Object to XDocument
将Object转换为XDocment对象代码如下:C# – Object to XDocument 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 usin...
分类:Web程序   时间:2014-05-12 04:11:31    阅读次数:371
jquery获取表单值的利器:serialize()
前台:[切记:每个表单元素, 都应该带有name, 否则是取不到的。]姓名:密码:性别:男女爱好:足球象棋留言:+|籍贯:后台:[csharp] view plaincopyusingSystem;usingSystem.Collections.Generic;usingSystem.Linq;us...
分类:Web程序   时间:2014-05-12 02:35:07    阅读次数:473
asp.net MVC中控制器获取表单form提交的数据之实体类数据
第一次写记录文章,难免有不足之处;欢迎指出。1、新建一个mvc项目如:2、新建一个Test.cs 注意get,set方法不能简写using System;using System.Collections.Generic;using System.Linq;using System.Web;names...
分类:Web程序   时间:2014-05-11 17:18:55    阅读次数:517
html中的js调用c#的winform程序
简单来说,就是在c#客户端winform中加载一个webBrowser1,然后通过webBrowser1中对页面的点击js效果触发c#的函数响应。亲测通过。 C#代码如下: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Dr...
分类:Windows程序   时间:2014-05-11 14:11:39    阅读次数:496
C# Socket服务端和客户端互相send和receive
服务端1usingSystem;2usingSystem.Collections.Generic;3usingSystem.Text;4usingSystem.Net.Sockets;5usingSystem.Net;6usingSystem.Threading;78namespaceControl...
分类:其他好文   时间:2014-05-11 04:28:28    阅读次数:329
C# Parallel类的作用
System.Threading.Tasks.Parallel是能够以并行的方式迭代数据集合(实现了IEnumerable的对象),它主要提供2个方法:For()和ForEach() 事例: using System; using System.Collections.Generic; using System.Threading.Tasks; namespace Net.Consol...
分类:其他好文   时间:2014-05-10 08:59:10    阅读次数:302
公共的Json操作类
using System;using System.Data;using System.Text;using System.Collections.Generic;using System.Reflection;using System.Data.Common;using System.Collec...
分类:Web程序   时间:2014-05-10 07:27:45    阅读次数:474
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!