码迷,mamicode.com
首页 >  
搜索关键字:csharp    ( 2275个结果
c#时间转换
转自 http://blog.csdn.net/yysyangyangyangshan/article/details/6782874最近做ASP.NET的一个项目,获取时间的时候,由于我的系统时间设置了上午和下午,结果DateTime.Now老是写不到数据库中,然后,上网查了个[csharp]v....
分类:其他好文   时间:2014-06-13 14:27:33    阅读次数:347
csharp: using using System.Web.Script.Serialization read json
using System;using System.Data;using System.Configuration;using System.Collections;using System.Web;using System.Web.Security;using System.Web.UI;usin...
分类:Web程序   时间:2014-06-02 09:44:06    阅读次数:237
csharp:.net 3.5 using System.Runtime.Serialization.Json read json
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;//http://msdn.mic...
分类:Web程序   时间:2014-06-02 09:33:11    阅读次数:402
csharp:using Newtonsoft.Json.Net2.0 in .net 2.0 webform
/// /// http://www.weather.com.cn/data/sk/101280601.html /// {"weatherinfo":{"city":"深圳","cityid":"101280601","temp":"32","WD":"西南风","WS":"4级...
分类:Web程序   时间:2014-06-01 23:55:55    阅读次数:809
修改贴图工具
ChangeTextureImportSettingsUnity3 for Unity3.x程序代码 csharp 代码using UnityEngine; using UnityEditor; // ////////////////////////////////////////////////....
分类:其他好文   时间:2014-05-28 21:16:58    阅读次数:363
[转]C#中调用资源管理器(Explorer.exe)打开指定文件夹 + 并选中指定文件 + 调用(系统默认的播放类)软件(如WMP)打开(播放歌曲等)文件
原文:http://www.crifan.com/csharp_call_explorer_to_open_destinate_folder_and_select_specific_file/C#中调用资源管理器(Explorer.exe)打开指定文件夹 + 并选中指定文件 + 调用(系统默认的播放...
分类:其他好文   时间:2014-05-27 02:27:53    阅读次数:496
ajax图片上传(asp.net +jquery+ashx)
一、建立Default.aspx页面[csharp]view plaincopyajax图片上传二、新建一个一般处理文件Handler.ashx[csharp]view plaincopyusingSystem;usingSystem.Web;publicclassHandler:IHttpHand...
分类:Web程序   时间:2014-05-26 11:26:02    阅读次数:505
C#泛型集合—Dictionary<K,V>使用技巧
[csharp]view plaincopy1、要使用Dictionary集合,需要导入C#泛型命名空间 System.Collections.Generic(程序集:mscorlib)2、描述 1)、从一组键(Key)到一组值(Value)的映射,每一个添加项都是由一个值及其相关连的键组成 ...
分类:其他好文   时间:2014-05-24 11:53:21    阅读次数:297
C# Community Projects
Community Supported C# Drivers See the officially supported MongoDB C# driver mongodb-csharp driver simple-mongodb driver NoRM Tools MongoDB.Emitter D...
分类:其他好文   时间:2014-05-21 20:30:58    阅读次数:289
Getting Started with the C# Driver
1.下载 如果下载的.zip文件,只需要解压即可。 如果安装的.msi文件,它会将C#驱动DLL放在C:\Program Files (x86)\MongoDB\CSharp Driver xxx的位置。 2.将C#驱动DLL添加引用 MongoDB.Bson.dll MongoDB.Driver....
分类:其他好文   时间:2014-05-21 19:38:39    阅读次数:379
2275条   上一页 1 ... 224 225 226 227 228 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!