码迷,mamicode.com
首页 >  
搜索关键字:error date strtotime    ( 57037个结果
Linux获取时间日期方法
linux中用shell获取昨天、明天或多天前的日期:在Linux中对man date -d 参数说的比较模糊,以下举例进一步说明:# -d, --date=STRING display time described by STRING, not `now’[root@Gman root]# dat...
分类:系统相关   时间:2014-05-26 09:42:15    阅读次数:320
SQL Server 的字段类型
数据库中存储的信息主要有:数字、时间、文字、图片、唯一标示等。针对数字有:bit,tinyint,smallint,int,long,decimal,float。长度从一个位逐个字节(8位)的增加。时间:date,datetime.文字:char,varchar,nvarchar.唯一标示有:tim...
分类:数据库   时间:2014-05-26 09:12:53    阅读次数:218
MVC里使用JSON方法集锦
//一般处理,无参数示例public JsonResult Test(){ Something... return Json{new{Success=true,Msg="Error!",...}}; //return Json(new{Success=fals,Msg="ok",...},Js...
分类:Web程序   时间:2014-05-26 08:44:39    阅读次数:326
php常用函数
===============================时间日期==============================y返回年最后两位,Y年四位数,m月份数字,M月份英文。d月份几号数字,D星期几英文1 $date=date("Y-m-d");2 $date=date("Y-m-d H:...
分类:Web程序   时间:2014-05-26 08:30:15    阅读次数:370
ERROR [IM002] [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序
在用c#生成应用程序的时候,读写dbf时,open方法出错ERROR [IM002] [Microsoft][ODBC 驱动程序管理器] 未发现数据源名称并且未指定默认驱动程序以前这个程序是用着好好的,本次升级修改后测试发现这个问题,追根求源,原来本人是32位操作系统,现在装了win7 64位的操....
分类:数据库   时间:2014-05-26 08:21:50    阅读次数:794
sql 储存过程的使用
--获取所有数据 根据自定义函数传人类型id返回类型名称USE [Cloths]GO/****** Object: StoredProcedure [dbo].[Proc_all] Script Date: 05/23/2014 12:10:37 ******/SET ANSI_NULLS ...
分类:数据库   时间:2014-05-26 07:58:41    阅读次数:379
Eclipse error:Access restriction
报错:Access restriction: The method decodeBuffer(String) from the type CharacterDecoder is not accessible due to restriction on required libraryAccess r...
分类:数据库   时间:2014-05-26 07:30:24    阅读次数:279
PHP-时间小结
//获得本周(本天)时间戳的起始和结束//本周星期一时间戳$monday = mktime(0, 0, 0, date("m",strtotime("last Monday")) , date("d",strtotime("last Monday")), date("Y",strtotime("la...
分类:Web程序   时间:2014-05-26 07:26:50    阅读次数:279
异常处理情况
public void Update(byte[] buffer){if ( buffer == null ) {throw new ArgumentNullException("buffer"); //判断参数为空,抛出异常,而非try catch捕获}Update(buffer, 0, buf....
分类:其他好文   时间:2014-05-26 07:03:27    阅读次数:268
Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not installed correctly
在64位 Windows 7中水晶报表的错误:Crystal Report Error: Either the Crystal Reports registy key permission are insufficient or the Crystal Reports runtime is not ...
分类:其他好文   时间:2014-05-26 06:38:07    阅读次数:219
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!