码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
RadControls RadGridView 显示加载数据时间
using IDOSSalesBizLogic;using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Wi...
分类:其他好文   时间:2015-03-09 16:02:31    阅读次数:115
EF 通用数据层类
EF 通用数据层父类方法小结转载:http://www.cnblogs.com/yq-Hua/p/4165344.htmlMSSql 数据库 数据层 父类增删改查:using System;using System.Collections.Generic;using System.Data;usin...
分类:其他好文   时间:2015-03-09 15:58:48    阅读次数:125
Gray Code
https://leetcode.com/problems/gray-code/The gray code is a binary numeral system where two successive values differ in only one bit.Given a non-negati...
分类:其他好文   时间:2015-03-09 15:53:12    阅读次数:194
获取枚举值
1-枚举页面:using System;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;namespace KDSoft.KDMAPS.Domain.En...
分类:其他好文   时间:2015-03-09 15:43:20    阅读次数:169
Java计算程序运行时间
直接看代码:long startTime = System.currentTimeMillis();//这个属性是System类的,获取的时间单位是毫秒 //其他代码long endTime =System.currentTimeMillis();long times = endTime - sta...
分类:编程语言   时间:2015-03-09 15:41:56    阅读次数:149
一些第三方类库的作用和网址
AFNetworking  http://afnetworking.com/ 快速使用的IOS和mac OS X下得网络框架 构建在Foundation URL Loading System之上的,封装了网络的抽象层。 模块化结构,拥有丰富的api的框架。 SDWebimage  异步加载图片 https://github.com/rs/SDWebImage 这个类库提供一个...
分类:其他好文   时间:2015-03-09 14:32:28    阅读次数:113
《java 语言程序设计》第3、4章编程练习
3.1public class test { public static void main(String[] args) { System.out.println("Enter a, b, c: "); Scanner input = new Scanner(Sy...
分类:编程语言   时间:2015-03-09 14:24:26    阅读次数:172
ArcGis 获取地理、平面坐标系
1IProjectedCoordinateSystemLoadProjectedCoordinateSystem(stringshpfile)2{3/*IFeatureClass从中获取地理坐标、平面坐标4stringshpDir=System.IO.Path.GetDirectoryName(sh...
分类:其他好文   时间:2015-03-09 14:10:59    阅读次数:169
C# .csv文件转为Excel格式;Excel格式转换为.csv
using System;using System.Diagnostics;using System.IO;using System.Reflection;using System.Windows.Forms;using Excel=Microsoft.Office.Interop.Excel;na...
分类:Windows程序   时间:2015-03-09 12:36:11    阅读次数:216
ASP.net设定(web.config)档案
system.webServer 區段中的某些設定僅適用於 IIS 7.0 整合模式,不適用於傳統模式。具體來說,如果應用程式在傳統模式下執行,則會忽略在 Web.config 檔案之 system.WebServer 區段中所指定的任何 Managed 程式碼模組與處理常式。反之,Managed ...
分类:Web程序   时间:2015-03-09 12:26:14    阅读次数:118
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!