码迷,mamicode.com
首页 >  
搜索关键字:system center 2012    ( 58910个结果
C# 常用日期函数
我想知道取的时期是几月、几日,然后做一些统计,上网找了一些方法。--DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取...
分类:其他好文   时间:2014-05-12 15:45:59    阅读次数:259
ASP.NET(C#) GridView (编辑、删除、更新、取消)
转自:http://my.oschina.net/dldlhrmc/blog/93458前台代码view sourceprint?01020304050607080910111213181920212223后台代码01using System;02using System.Collections.G...
分类:Web程序   时间:2014-05-06 09:17:54    阅读次数:484
action之间的跳转
一、当type为chain时,说明是action链,运行完第一个actionjava文件接着会运行第二个actionJAVA文件,相当于forward(客户端的url不会改变). system/User_customerResult / login actionName(...
分类:其他好文   时间:2014-05-06 08:57:53    阅读次数:259
CodeSimth-.NetFrameworkDataProvider可能没有安装。解决方法
原文地址:http://www.haogongju.net/art/25618891、下载System.Data.SQLite驱动;注意:根据自己的CPU选择是32位还是64位的驱动。建议选择4.0平台以上的。我的是:sqlite-netFx40-setup-bundle-x64-2010-1.0....
分类:Web程序   时间:2014-05-06 01:17:13    阅读次数:513
C#操作XML学习(一)
一、简单介绍using System.Xml;//初始化一个xml实例XmlDocument xml=new XmlDocument();//导入指定xml文件xml.Load(path);xml.Load(HttpContext.Current.Server.MapPath("~/file/boo...
分类:其他好文   时间:2014-05-05 23:59:47    阅读次数:347
winform分页控件
五一过的一多半已经过去了,感觉过的真快。 言归正传说说最近一直在用的winform分页控件。 一. 添加新项-用户控件二.拖控件,这个很简单三.写代码using System;using System.Collections.Generic;using System.ComponentModel;....
分类:Windows程序   时间:2014-05-05 23:36:40    阅读次数:616
【Oracle】逻辑结构(TableSpace→Segment→Extent→Block)
一、逻辑体系结构图 二、逻辑结构图组成介绍 从上表可以看出,一个数据库是由多个表空间(tablespace)组成,一个表空间又由多个段(segment)组成,一个段又由多个区(extent)组成,一个区则由多个块(block)组成。 一个数据库中,UNDO和SYSTEM表空间是必须存在的。 ...
分类:数据库   时间:2014-05-05 23:27:54    阅读次数:414
treeView和递归的简单运用
using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.IO;using System.Linq;usi...
分类:其他好文   时间:2014-05-05 23:22:07    阅读次数:290
windows下的*.url文件配置
直接指向网页[InternetShortcut]URL=http://user.qzone.qq.com/2275471603Modified=F00F43B3A875C601D9ShowCommand=7IconIndex=1IconFile=C:\WINDOWS\SYSTEM\url.dllHo...
分类:Windows程序   时间:2014-05-05 23:13:59    阅读次数:456
ASP.NET:以域用户身份访问网络资源
using System;using System.IO;using System.Security.Principal;using System.ComponentModel;using System.Configuration;using System.Runtime.InteropServic...
分类:Web程序   时间:2014-05-05 22:58:48    阅读次数:516
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!