码迷,mamicode.com
首页 >  
搜索关键字:des    ( 60086个结果
nopcommerce商城系统--如何编写一个插件
原址:http://www.nopcommerce.com/docs/77/how-to-write-a-nopcommerce-plugin.aspxplug-in (或 plugin)是一个为更大的软件应用程序添加特定的能力的组件(Wikipedia)插件是用来扩展nopCommerce功能的。...
分类:其他好文   时间:2014-07-22 23:17:35    阅读次数:552
asp.net html table to DataTable
添加引用http://htmlagilitypack.codeplex.com/downloads/get/437941protected void Export(string content,string file) { HtmlDocument doc = new HtmlD...
分类:Web程序   时间:2014-07-22 23:17:32    阅读次数:426
HICON泄漏
通常,我们使用的HICON对象只需用DestroyIcon后就不存在内存泄漏了,但是当我们使用GetIconInfo后会发现程序GDI资源存在泄漏,原因是GetIconInfo会产生2个HBITMAP对象,即ICONINFO结构体中的hbmColor和hbmMask,需要DeleteObject掉。...
分类:其他好文   时间:2014-07-22 23:17:32    阅读次数:629
openfire插件开发环境
创建java工程SamplePlugin:package com.hoo.server.plugin;import java.io.File;import org.jivesoftware.openfire.XMPPServer;import org.jivesoftware.openfire.co...
分类:其他好文   时间:2014-07-22 23:17:14    阅读次数:478
Air Max Trainer 1 M?n Utbildnings Sko Svart / Vit [ Nike No.1295 ]
Tag Heuer kan billiga air max vara en legendarisk f?retag som plundringst?g i mens tillbeh?r. Det ?r en lyx slutf?ra som Gucci , Armani , etc. legende...
分类:其他好文   时间:2014-07-22 23:17:13    阅读次数:528
Nike Air Max 1 M?nner Laufschuh Hellgrau / Blau / Wei? [ Nike No.1294 ]
Nike hat zahlreiche Sorten von Damen- Basketball-Schuhe erstellt. Leute air max 1 werden ihnen in den Weg des Lebens zu tragen. Diese Schuhe sind Einh...
分类:其他好文   时间:2014-07-22 23:17:13    阅读次数:405
C# List<T> To DataTable
1 public DataTable ConvertToDataTable(IList data) 2 { 3 PropertyDescriptorCollection properties = 4 TypeDescriptor.GetProperti...
分类:其他好文   时间:2014-07-22 23:17:12    阅读次数:463
如何使用PHP实现一个WebService
WSDLWSDL(网络服务描述语言,Web Services Description Language)是一门基于 XML 的语言,用于描述 Web Services 以及如何对它们进行访问。这种文档可描述某个 Web service。它可规定服务的位置,以及此服务提供的操作(或方法)。一个 WSD...
分类:Web程序   时间:2014-07-22 23:17:12    阅读次数:469
FluentData -Micro ORM with a fluent API that makes it simple to query a database 【MYSQL】
官方地址:http://fluentdata.codeplex.com/documentationMYSQL:MySQL through theMySQL Connector .NET driver.连接字符串:Server=127.0.0.1;Database=testDB;Uid=root;Pw...
分类:数据库   时间:2014-04-29 17:23:46    阅读次数:594
【转载】vc编译exe的体积最小优化
原文地址:http://www.2cto.com/kf/200908/40970.htmlvc通过设置参数来自定义编译方式.主要用到的技巧有:一,使用release版而不用debug版编译使用debug版编译会生成许多垃圾信息.我们先使用默认的设置进行一下编译.可以看到编译后生成的文件有152k之巨...
分类:其他好文   时间:2014-04-29 17:23:46    阅读次数:225
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!