转自
http://blog.csdn.net/yysyangyangyangshan/article/details/6782874最近做ASP.NET的一个项目,获取时间的时候,由于我的系统时间设置了上午和下午,结果DateTime.Now老是写不到数据库中,然后,上网查了个[csharp]v....
分类:
其他好文 时间:
2014-06-13 14:27:33
阅读次数:
347
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
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
/// ///
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
原文: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
一、建立Default.aspx页面[csharp]view
plaincopyajax图片上传二、新建一个一般处理文件Handler.ashx[csharp]view
plaincopyusingSystem;usingSystem.Web;publicclassHandler:IHttpHand...
分类:
Web程序 时间:
2014-05-26 11:26:02
阅读次数:
505
[csharp]view
plaincopy1、要使用Dictionary集合,需要导入C#泛型命名空间
System.Collections.Generic(程序集:mscorlib)2、描述
1)、从一组键(Key)到一组值(Value)的映射,每一个添加项都是由一个值及其相关连的键组成 ...
分类:
其他好文 时间:
2014-05-24 11:53:21
阅读次数:
297
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
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