using System;using System.Configuration;using
System.Data;using System.Data.OracleClient;using System.Collections;namespace
DBUtility { /// ///...
分类:
数据库 时间:
2014-05-12 16:09:43
阅读次数:
493
我想知道取的时期是几月、几日,然后做一些统计,上网找了一些方法。--DateTime 数字型
System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒
currentTime=System.DateTime.Now; 1.2 取...
分类:
其他好文 时间:
2014-05-12 15:45:59
阅读次数:
259
大家可能会被拼写错误提示所烦扰。只要简单几步即可取消拼写检查window ->
Preferences - >General -> Editors -> Spelling -> Enable spell
checking 把钩去掉即可
分类:
系统相关 时间:
2014-05-10 19:58:23
阅读次数:
724
转自:http://my.oschina.net/dldlhrmc/blog/93458前台代码view
sourceprint?01020304050607080910111213181920212223后台代码01using System;02using
System.Collections.G...
分类:
Web程序 时间:
2014-05-06 09:17:54
阅读次数:
484
一、当type为chain时,说明是action链,运行完第一个actionjava文件接着会运行第二个actionJAVA文件,相当于forward(客户端的url不会改变).
system/User_customerResult / login actionName(...
分类:
其他好文 时间:
2014-05-06 08:57:53
阅读次数:
259
原文地址: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
原地址:http://blog.csdn.net/andycpp/article/details/1327147
分类:
系统相关 时间:
2014-05-06 00:32:05
阅读次数:
312
原地址:http://www.csdn.net/article/2012-09-03/2809495-java-debugging-tips-with-eclipse调试可以帮助识别和解决应用程序缺陷,在本文中,作者将使用大家常用的的开发工具Eclipse来调试Java应用程序。但这里介绍的调试方法...
分类:
编程语言 时间:
2014-05-06 00:11:56
阅读次数:
417
一、简单介绍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
安装Java编程开发环境:Ubuntu默认安装openjava,可以通过java
-version查看是否安装。但我使用Ubuntu9.10升级到10.04LTS时,openjava没有了。另外,如果使用java作编程开发,最好还是用sun的java。1.下载地址:http://www.oracle...
分类:
编程语言 时间:
2014-05-05 23:42:59
阅读次数:
450