代码搜索:datetime
找到约 6,148 项符合「datetime」的源代码
代码结果 6,148
www.eeworm.com/read/171439/9754598
cs ch8_06.cs
using System;
using System.Globalization;
class CH8_6
{
public static void Main()
{
// What is today?
DateTime now = DateTime.Now;
// Display it for the us
www.eeworm.com/read/267973/11158448
vb ordersdb.vb
Imports System
Imports System.Data
Imports System.Data.SQL
Namespace Conference
'*******************************************************
'
' OrderDetails Class
'
' A si
www.eeworm.com/read/248047/12604560
3qt qdatetime.3qt
'\" t
.TH QDateTime 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a compl
www.eeworm.com/read/248047/12605343
3qt qdatetimeedit.3qt
'\" t
.TH QDateTimeEdit 3qt "11 October 2001" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2001 Trolltech AS. All rights reserved. See the
.\" license file included in the distribution for a c
www.eeworm.com/read/135872/13890766
sql gpczb.sql
/*
2001年4月6日 20:45:29
User:
Server: JERRY
Database: diskrent
Application: MS SQLEM - Data Tools
*/
BEGIN TRANSACTION
SET QUOTED_IDENTIFIER ON
SET TRANSACTION ISOLATI
www.eeworm.com/read/134443/13990555
c date.c
/*
** 2003 October 31
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/205013/15329883
c date.c
/*
** 2003 October 31
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
**
** May you do good and not evil.
** May you find forgivenes
www.eeworm.com/read/282369/9098214
c ds13xx_test.c
#include
#include
#include
#include
#include
#include
int main(int argc, char *argv[])
{
int fd;
struct rtc_time dt;
if(ar