代码搜索:datetime

找到约 6,148 项符合「datetime」的源代码

代码结果 6,148
www.eeworm.com/read/103038/15748438

txt xml文件insert2.txt

//利用XmlDoc只能以二级为单位插入 string Nowmy=System.DateTime.Now.ToString(); doc.Load("history.xml"); int total=listViewReco.Items.Count; for(int i=0;i
www.eeworm.com/read/187485/8636385

txt sql生成数据表.txt

create database 学生选课管理系统 CREATE TABLE 学生基本信息表 (学号 CHAR (20) NOT NULL, 姓名 VARCHAR(8) NOT NULL, 性别 CHAR(2) DEFAULT NULL, 专业 VARCHAR(20) DEFAULT NULL, 生日 DATETIME DEFAULT NULL, 身高 DEC(5,2)
www.eeworm.com/read/180045/9321828

txt 世界各地的时间同处显示.txt

脚本说明: 第一步:把如下代码加入区域中
www.eeworm.com/read/169320/9867018

sql 6.4.4 排行榜处理示例.sql

--图书销售数据表 CREATE TABLE tb( Books nvarchar(30), --书名 Date datetime, --销售日期 Sales int) --销售数量 --生成测试数据 INSERT tb SELECT CHAR(65+RAND(CHECKSUM(NEWID()))*25), DATEADD(Day,1-RAND(CHE
www.eeworm.com/read/278884/10498687

cpp dateti~1.cpp

// DateTimeDlg.cpp : 实现文件 // #include "stdafx.h" #include "DateTime.h" #include "DateTimeDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // 用于应用程序“关于”菜单项的 CAboutDlg 对话框 class CAbo
www.eeworm.com/read/303901/7101059

c main.c

#include "ds18b20.h" #include "lcd.h" #include "uart.h" #include "datetime.h" #include "keyboard.h" #include "os.h" #include "voice.h" #include "REGX51.H" void main(void) { BYTE
www.eeworm.com/read/197685/7978434

cpp dateti~1.cpp

// DateTimeDlg.cpp : 实现文件 // #include "stdafx.h" #include "DateTime.h" #include "DateTimeDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #endif // 用于应用程序“关于”菜单项的 CAboutDlg 对话框 class CAbo
www.eeworm.com/read/246728/12706816

sql 新闻.sql

USE PUBS go create table news ( [newid] int primary key identity(1,1), title varchar(40), [date] datetime, body varchar(1000) ) insert into news values('微软向非洲支援二手电脑','2005-06-09 15:
www.eeworm.com/read/323119/13353601

test type_timestamp.test

# # Test timestamp # --disable_warnings drop table if exists t1,t2; --enable_warnings CREATE TABLE t1 (a int, t timestamp); CREATE TABLE t2 (a int, t datetime); SET TIMESTAMP=1234; insert into t1 va
www.eeworm.com/read/318985/13464839

c timer.c

#include "type.h" #include "reg52.h" #include "common.h" #include "timer.h" static S_BYTE data TimerCount; volatile S_DATETIME idata dt; volatile S_WORD data TickCounter; S_CHAR code Days