我想知道取的时期是几月、几日,然后做一些统计,上网找了一些方法。--DateTime 数字型
System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒
currentTime=System.DateTime.Now; 1.2 取...
分类:
其他好文 时间:
2014-05-12 15:45:59
阅读次数:
259
一
HP关闭脚本错误提示的方法:打开PHP安装目录下的php.ini文件找到display_errors = On 修改为 display_errors =
off注意:如果你已经把PHP.ini文件复制到windows目录下,那么必须同时把 c:\windows/php.ini里的display_...
分类:
Web程序 时间:
2014-05-10 20:15:55
阅读次数:
461
大家可能会被拼写错误提示所烦扰。只要简单几步即可取消拼写检查window ->
Preferences - >General -> Editors -> Spelling -> Enable spell
checking 把钩去掉即可
分类:
系统相关 时间:
2014-05-10 19:58:23
阅读次数:
724
您正试图在64位版本的窗口中运行32位安装程序、系统有32位操作系统和64位操作系统的分别,相同的软件的安装也需要区分操作操作系统的位数。解决办法:查看自己系统类型,根据类型下载安装相应位数的软件。
转自: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
一、简单介绍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
Window --> Preferences --> General -->
Appearance --> Colors and Fonts --> Basic --> Text Font --> Change
分类:
系统相关 时间:
2014-05-05 23:44:47
阅读次数:
457
五一过的一多半已经过去了,感觉过的真快。 言归正传说说最近一直在用的winform分页控件。
一. 添加新项-用户控件二.拖控件,这个很简单三.写代码using System;using System.Collections.Generic;using
System.ComponentModel;....