码迷,mamicode.com
首页 >  
搜索关键字:using password: yes    ( 53562个结果
A Book Store Application Using AngularJS and Asp.Net Web Api
There are many examples out there demonstrating how AngularJS and Web API can be used together but almost all of them are in MVC, so I tried to implem...
分类:移动开发   时间:2014-04-30 21:19:35    阅读次数:625
利用反射将任意元素类型 的 List 转为 DataTable
List to DataTable. 利用反射,将任意元素类型 的 List 转为 DataTable.Using System.Collections;Using System.Reflection; public static DataTable ToDataTable(IList...
分类:其他好文   时间:2014-04-30 20:06:11    阅读次数:422
[C#]csv文件与DataTable互相导入处理
封装处理下,以后项目用到可以直接使用,比较简单。 1.首先看封装好的类 using System;using System.Data;using System.IO;using System.Text;using CSharpUtilHelpV2;using StringUtilHelp;names...
分类:其他好文   时间:2014-04-30 15:47:46    阅读次数:470
wpf 进度条 下拉
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;using...
分类:其他好文   时间:2014-04-30 14:32:24    阅读次数:514
C# 时钟控件
//控件名:myNewClock//作者:刘典武//时间:2011-06-10using System;using System.Collections.Generic;using System.ComponentModel;using System.Drawing;using System.Dat...
分类:其他好文   时间:2014-04-29 17:21:46    阅读次数:538
通过.NET实现后台自动发送Email功能的代码示例
原文: 通过.NET实现后台自动发送Email功能的代码示例 通过.NET实现后台自动发送邮件功能的代码,可以将一些基础信息放到web.config文件中进行保存:Web.config文件信息段: 后台实现:using System.Net.Mail;using System.Configurati...
分类:Web程序   时间:2014-04-29 16:33:46    阅读次数:455
热键HotKeys
一:新建类HotKeys命名空间:using System.Runtime.InteropServices;二:注册热键API[DllImport("user32")]public static extern bool RegisterHotKey(IntPtr hWnd, Int32 id, UI...
分类:其他好文   时间:2014-04-29 16:25:46    阅读次数:330
[渣译文] 使用 MVC 5 的 EF6 Code First 入门 系列:排序、筛选和分页
这是微软官方SignalR 2.0教程Getting Started with Entity Framework 6 Code First using MVC 5 系列的翻译,这里是第三篇:排序、筛选和分页原文:Sorting, Filtering, and Paging with the Enti...
分类:Web程序   时间:2014-04-29 16:25:46    阅读次数:691
【ACM - 搜索模板】
【广搜模板】#include #include #include #include using namespace std;#define MAXX #define MAXYstruct Node{ int x,y; int step;};int n,m; //边界int dx[4...
分类:其他好文   时间:2014-04-29 11:14:46    阅读次数:334
模仿QQ截图片
原文:模仿QQ截图片两个picturebox,一个放图片完整代码如下using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;usi...
分类:其他好文   时间:2014-04-29 10:34:45    阅读次数:433
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!