代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/210370/15200193
sql 7.3.2 根据分类表实现的分页存储过程.sql
--要分页的原始数据
CREATE TABLE tb(
ID int PRIMARY KEY, --记录编号
grade varchar(10), --类别名称
uptime datetime) --更新时间
INSERT tb SELECT 1 ,'a','2004-12-11'
UNION ALL SELECT 2 ,'b','2004-12-11'
www.eeworm.com/read/238231/4617147
entries
/.cvsignore/1.1/Sun Mar 24 02:21:28 2002//
/DateTime.py/1.4/Sat Nov 30 22:46:08 2002//
/DateTimeZone.py/1.3/Sat Nov 30 22:46:08 2002//
/__init__.py/1.2/Sat Nov 30 22:46:08 2002//
D
www.eeworm.com/read/232407/4699094
txt autoexp_vcf.txt
; VCF additions
VCF::DateTime=$ADDIN(D:\Code\vcf\build\vc71\Add-ins\Autoexp\Debug\AutoExp.dll,_VCF_DateTimeEvaluate@28)
VCF::DateTimeSpan=$ADDIN(D:\Code\vcf\build\vc71\Add-ins\Autoexp\Debug\AutoExp.d
www.eeworm.com/read/232407/4699186
txt autoexp_vcf.txt
; VCF additions
VCF::DateTime=$ADDIN(D:\Code\vcf\build\vc70\Add-ins\Autoexp\Debug\AutoExp.dll,_VCF_DateTimeEvaluate@28)
VCF::DateTimeSpan=$ADDIN(D:\Code\vcf\build\vc70\Add-ins\Autoexp\Debug\AutoExp.d
www.eeworm.com/read/232407/4699306
txt autoexp_vcf.txt
; VCF additions
VCF::DateTime=$ADDIN(D:\Code\vcf\build\vc60\Add-ins\Autoexp\Debug\AutoExp.dll,VCF_DateTimeEvaluate)
VCF::DateTimeSpan=$ADDIN(D:\Code\vcf\build\vc60\Add-ins\Autoexp\Debug\AutoExp.dll,V
www.eeworm.com/read/232407/4699446
txt autoexp_vcf.txt
; VCF additions
VCF::DateTime=$ADDIN(D:\Code\vcf\build\vc60\Add-ins\Autoexp\Debug\AutoExp.dll,VCF_DateTimeEvaluate)
VCF::DateTimeSpan=$ADDIN(D:\Code\vcf\build\vc60\Add-ins\Autoexp\Debug\AutoExp.dll,V
www.eeworm.com/read/180137/5289526
am makefile.am
## $Id: Makefile.am,v 1.14 2003/07/18 19:53:28 mike Exp $
AM_CPPFLAGS=-I$(top_srcdir)/include
noinst_LTLIBRARIES = libz39.50.la
tabdatadir = $(pkgdatadir)/z39.50
tabdata_DATA=datetime.asn esupdate.
www.eeworm.com/read/268541/4251742
m dayofyear.m
function [doy, ep] = dayofyear(ep)
%computes day of year
%Written by Milan Horemuz 2005-03-04
%y = get(ep,'year');
ep0 = DateTime(ep.year,1,1,0,0,0);
%doy = floor(get(ep,'MJD') - get(ep0,'MJD
www.eeworm.com/read/411306/2189163
am makefile.am
dvbpsidir = $(pkgincludedir)/dvbpsi
dvbpsiatscdir = $(pkgincludedir)/dvbpsi/atsc
dvbpsi_DATA = \
demux.h \
descriptor.h \
datetime.h \
dr_02.h \
dr_03.h \
dr_04.h \
dr_05.h \
dr_06.h \
dr_0
www.eeworm.com/read/398634/2375604
test type_date.test
#
# test of problem with date fields
#
--disable_warnings
drop table if exists t1,t2;
--enable_warnings
create table t1 (a char(16), b date, c datetime);
insert into t1 SET a='test 2000-01-01', b='20