代码搜索:DateTime
找到约 6,148 项符合「DateTime」的源代码
代码结果 6,148
www.eeworm.com/read/317426/3580492
txt 日历.txt
1.属性
ShowGridLines=true
SelectDate当前选择的日期
SelectMode,决定用户可以选择的类型
2.事件
SelectionChanged,用户选择时激发
3.例子
a.设置当前日期为选择日期
this.Calendar1.SelectedDate=System.DateTime.Now;
b.用户选择时的事件
private void Cal
www.eeworm.com/read/288405/4007231
sql proc_月结检查.sql
if exists(select name from sysobjects where name='proc_月结检查' AND TYPE='P' )
DROP PROC proc_月结检查
go
create proc proc_月结检查
@日期 DATETIME
AS
/*声明的变量数据类型,要所对应的字段一致*/
DECLARE @一期月结 CHAR(1),@二期月结 CH
www.eeworm.com/read/275731/4172104
map field_8hpp__dep__incl.map
base referer
rect $datetime_8hpp-source.html 429,8 527,34
rect $expr_8hpp-source.html 127,160 202,186
rect $litesql_8hpp-source.html 898,160 981,186
rect $database_8hpp-source.html 261,109 362,136
rec
www.eeworm.com/read/275731/4172252
map litesql_8hpp__incl.map
base referer
rect $types_8hpp-source.html 712,102 829,129
rect $except_8hpp-source.html 877,40 1002,66
rect $datetime_8hpp-source.html 146,464 282,490
rect $cursor_8hpp-source.html 541,134 664,161
rec
www.eeworm.com/read/398634/2374810
result type_date.result
drop table if exists t1,t2;
create table t1 (a char(16), b date, c datetime);
insert into t1 SET a='test 2000-01-01', b='2000-01-01', c='2000-01-01';
select * from t1 where c = '2000-01-01';
a b c
tes
www.eeworm.com/read/358128/3003788
result type_date.result
drop table if exists t1,t2;
create table t1 (a char(16), b date, c datetime);
insert into t1 SET a='test 2000-01-01', b='2000-01-01', c='2000-01-01';
select * from t1 where c = '2000-01-01';
a b c
tes
www.eeworm.com/read/160745/5565976
proc_
if exists(select name from sysobjects where name='proc_月结检查' AND TYPE='P' )
DROP PROC proc_月结检查
go
create proc proc_月结检查
@日期 DATETIME
AS
/*声明的变量数据类型,要所对应的字段一致*/
DECLARE @一期月结 CHAR(1),@二期月结 CH
www.eeworm.com/read/247504/12655195
sql proc_月结检查.sql
if exists(select name from sysobjects where name='proc_月结检查' AND TYPE='P' )
DROP PROC proc_月结检查
go
create proc proc_月结检查
@日期 DATETIME
AS
/*声明的变量数据类型,要所对应的字段一致*/
DECLARE @一期月结 CHAR(1),@二期月结 CH
www.eeworm.com/read/417208/11000208
sql 实例9(联合查询子查询).sql
--上课内容: 第四章 用语句查询表中的数据(联合查询、嵌套查询)
-- 4.3、准备工作:创建表并插入数据
-- 4.3.1 创建表
create table stu_info
(
t_number char(8),
t_name varchar(10),
t_gender char(2),
t_birthday datetime
)
create t
www.eeworm.com/read/299182/7881044
py a2.py
# -*- coding: cp936 -*-
from math import sqrt
from datetime import date
#第二章----生活中的数学
#《c趣味编程》11-17题
#21:42 2006-11-4
def z11():
#某人是1999年9月29日生日
#问到2006年9月29日他活了多少天
a=date