码迷,mamicode.com
首页 >  
搜索关键字:csharp    ( 2275个结果
csharp: Importing or Exporting Data from Worksheets using aspose cell
/// /// 涂聚文 /// 20150728 /// EXCEL /// public class ExcelHelperImport { /* http://www.cnblogs.com/wangrsh2010/archive/2012/...
分类:Web程序   时间:2015-07-28 18:22:56    阅读次数:107
csharp:引入app.manifest,程序在win7下以管理员权限运行配置方法
https://msdn.microsoft.com/en-us/library/windows/desktop/hh848036(v=vs.85).aspxhttps://msdn.microsoft.com/en-us/library/windows/apps/ff769509(v=vs.105...
分类:移动开发   时间:2015-07-28 10:17:17    阅读次数:273
C#操作XML的方法
C# XML XmlDocument地址:http://www.cnblogs.com/txw1958/archive/2013/01/16/csharp-xml.html添加命名空间:using System.Xml;定义公共对象:XmlDocument xmldoc ;XmlNode xmlno...
分类:Windows程序   时间:2015-07-28 00:24:33    阅读次数:178
csharp:Dapper Sample
You can find Dapper on Google Code here:http://code.google.com/p/dapper-dot-net/and the GitHub distro here:https://github.com/SamSaffron/dapper-dot-ne...
分类:移动开发   时间:2015-07-26 06:05:54    阅读次数:206
Unity3D播放ogv格式的视频
http://pan.baidu.com/s/1dDzZmdr,该转换器会把其他格式转化为ogv格式,直接被unity识别,不需要安装quicktime不需要重启,更为重要的是比把mov导入unity的要清晰。[csharp]view plaincopyusingUnityEngine;usingS...
分类:编程语言   时间:2015-07-25 22:48:51    阅读次数:368
VS自定义项目模板:[4]自定义模板的分组
VS2013(VS2010等版本也适用,均需安装Visual Studio SDK)理解默认路径的意义1默认情况下,项目模板默认生成路径为:...\ProjectTemplates\CSharp\1033\MyTemplate.zipProjectTemplate:由模板文件的类型Type="Pro...
分类:其他好文   时间:2015-07-24 15:45:30    阅读次数:122
MongoDb笔记
环境Ubuntu虚拟机安装的MongoDb,外面是 Win7 + Mongo客户端MongoVue客户端.Net库https://github.com/samus/mongodb-csharp文章出自:https://github.com/samus/mongodb-csharp问题1. 连接不上打...
分类:数据库   时间:2015-07-22 22:40:19    阅读次数:189
C# 模拟鼠标(mouse_event)
想必有很多人在项目开发中可能遇见需要做模拟鼠标点击的小功能,很多人会在百度过后采用mouse_event这个函数,不过我并不想讨论如何去使用mouse_event函数怎么去使用,因为那没有多大意义。[csharp]view plaincopystaticvoidmouse_event(intdwFl...
分类:Windows程序   时间:2015-07-22 09:16:27    阅读次数:258
堆和栈 原文
http://www.c-sharpcorner.com/UploadFile/rmcochran/csharp_memory01122006130034PM/csharp_memory.aspx?ArticleID=9adb0e3c-b3f6-40b5-98b5-413b6d348b91&Page...
分类:其他好文   时间:2015-07-17 11:28:31    阅读次数:347
Vs2010在C#类文件头部添加文件注释的方法
步骤:1.VS2010 中找到(安装盘符以C盘为例)32位操作系统路径:C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplatesCache\CSharp\Code\2052\Class.zip64位操作系统路径:C...
分类:Windows程序   时间:2015-07-17 11:23:34    阅读次数:136
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!