码迷,mamicode.com
首页 >  
搜索关键字:.net framework cleanup tool    ( 148304个结果
asp.net mvc 将Enum绑定在DropDownList了
假设我们有一个enum:public enum Role{ User = 0, Admin = 1024 }我们想要实现如此效果:因为enum本身并没有IEnumerable接口,所以不能直接使用new SelectList(Role);来将之填充DropDownList。但是我们可以写一个静态方法...
分类:Web程序   时间:2014-05-01 14:48:25    阅读次数:383
In-App Purchase----(一) ---- About In-App Purchase
About In-App PurchaseIn-App Purchase allows you to embed a store inside your app using the Store Kit framework. This framework connects to the App Sto...
分类:移动开发   时间:2014-05-01 14:45:53    阅读次数:519
jQuery DataTables Plugin Meets C#
Over the weekend, I was doing some work on the internal CMS we use over at eagleenvision.net and I wanted to scrap my custom table implementation for ...
分类:Web程序   时间:2014-05-01 14:28:26    阅读次数:613
less初识
一种动态样式语言.LESS 将 CSS 赋予了动态语言的特性,如变量,继承,运算,函数. LESS 既可以在客户端上运行 (支持IE 6+, Webkit, Firefox),也可以借助Node.js或者Rhino在服务端运行。变量简单示例: // LESS@color: #4D926F;#hea....
分类:其他好文   时间:2014-05-01 14:25:11    阅读次数:350
WCF Data Service ----理论准备
WCF数据服务(WCF Data Service )是.NET Framework的一个组件。可以使用此组件创建一些服务,利用开放式数据协议(OData)来借助具象状态传输(REST)语义通过Web或Intranet公开和使用数据。OData(Open Data Protocol)开放数据协议ODa...
分类:其他好文   时间:2014-05-01 14:23:12    阅读次数:353
iOS 横幅广告
在这里跟大家分享一个关于谷歌横幅广告的链接,这里有谷歌sdk的下载等说明https://developers.google.com/mobile-ads-sdk/docs/admob/fundamentals?csw=1#ioshttp://blog.csdn.net/songrotek/artic...
分类:移动开发   时间:2014-05-01 14:19:17    阅读次数:429
kali linux /etc/apt/source.list
this list is very important , you can not download what you want like fictx , flash-plugin , vm-tool and so onyou can use the sites of China , also yo...
分类:系统相关   时间:2014-05-01 14:13:25    阅读次数:561
代做毕设,代做GIS毕业设计,GIS项目,GIS二次开发
代做毕设,代做GIS毕业设计,GIS项目;常年从事桌面GIS,ArcGIS数据处理分析等;ArcMap插件开发(.Net,Python);QQ:624030189您是不是还在为做GIS毕业设计苦恼?没有思路,数据不会处理,不会编程?软件环境不会安装?您是不是还在为科研项目中用到GIS而头疼?图像不会...
分类:其他好文   时间:2014-05-01 14:03:48    阅读次数:385
java 获取本机ip及mac地址
package com.achun.test;import java.net.Inet4Address;import java.net.Inet6Address;import java.net.InetAddress;import java.net.NetworkInterface;import j...
分类:编程语言   时间:2014-05-01 13:59:15    阅读次数:438
iOS 视频开发
MediaPlayer framework播放电影文件:iOS sdk中可以使用MPMoviePlayerController来播放电影文件。但是在iOS设备上播放电影文件有严格的格式要求,只能播放下面两个格式的电影文件。? H.264 (Baseline Profile Level 3.0)? M...
分类:移动开发   时间:2014-05-01 13:55:15    阅读次数:424
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!