您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. C#函数方法集 DataTable,DataView和DataGrid中一些容易混淆的概念,数据库连接大全

  2. 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int 时=currentTime.Hour; 1.6
  3. 所属分类:C#

    • 发布日期:2009-06-20
    • 文件大小:190464
    • 提供者:cfqlilei
  1. asp.net与.net编程常用函数与方法汇总

  2. asp.net与.net编程常用函数与方法汇总 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int
  3. 所属分类:C#

    • 发布日期:2009-08-11
    • 文件大小:6144
    • 提供者:lobtao
  1. VB编程资源大全(英文源码 控件)

  2. 1 , vb5dialog.zipThis demonstrates how to subclass the Common Dialog Dialogs and manipulate a specific Dialog.2 , cpnl.zipForm_Taskbar is a control for Visual Basic which, once placed onto a form, makes the form act like the Taskbar (minus the Start
  3. 所属分类:VB

    • 发布日期:2007-10-24
    • 文件大小:6291456
    • 提供者:zhangxucool
  1. C#基础函数方法集,值得看看哦

  2. 学习c#必须掌握的基础函数知识, 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int 时=curre
  3. 所属分类:C#

    • 发布日期:2009-11-23
    • 文件大小:13312
    • 提供者:buduannuli927_
  1. BUS Hound

  2. Bus Hound 5.0Copyright (C) Perisoft 2000-2003. All rights reserved worldwide.Bus Hound is a powerful software bus analyzer for capturing I/O and protocol from devices. Features include: Supports every version of IDE, SCSI, USB, 1394 Supports all d
  3. 所属分类:C

    • 发布日期:2007-11-20
    • 文件大小:684032
    • 提供者:xinyu_pan
  1. java时间处理工具类--DateUtils

  2. package com.hexiang.utils; /** * @(#)DateUtil.java * * * @author kidd * @version 1.00 2007/8/8 */ import java.util.*; import java.text.*; import java.sql.Timestamp; public class DateUtils { /** * 时间范围:年 */ public static final int YEAR = 1; /** * 时间范
  3. 所属分类:Java

    • 发布日期:2010-01-14
    • 文件大小:2048
    • 提供者:hexiang221
  1. C# WinForm 文件上传下载

  2. 实现文件向服务器的上传及下载 string fileName = fileNamePath.Substring(fileNamePath.LastIndexOf("\\") + 1); NewFileName = DateTime.Now.ToString("yyMMddhhmmss") + DateTime.Now.Millisecond.ToString() + fileNamePath.Substring(fileNamePath.LastIndexOf(".")); string fi
  3. 所属分类:C#

    • 发布日期:2010-07-20
    • 文件大小:186368
    • 提供者:tbea_zll
  1. jsp.chm参考文件

  2. The java.util.Date class stores a date and time with millisecond precision. To create a Date object, you need to use the Date() constructor. There are two common ways of using this constructor. The first creates a Date instance that holds the curren
  3. 所属分类:Java

    • 发布日期:2010-08-20
    • 文件大小:4194304
    • 提供者:mn1210
  1. hdongix c++

  2. MSSQL如果你是使用MSSQL数据库的话,必会用到SQL的日期函数,这里整理最详细的用法: 1.当前系统日期、时间 select getdate() 2. dateadd 在向指定日期加上一段时间的基础上,返回新的 datetime 值 例如:向日期加上2天 select dateadd(day,2,'2004-10-15') --返回:2004-10-17 00:00:00.000 3. datediff 返回跨两个指定日期的日期和时间边界数。 select datediff(day,'2
  3. 所属分类:其它

  1. ASP.NET程序中常用的三十三种代码.txt

  2. ASP.NET程序中常用的三十三种代码 1. 打开新的窗口并传送参数:   传送参数: response.write("")   接收参数: string a = Request.QueryString("id"); string b = Request.QueryString("id1");   2.为按钮添加对话框 Button1.Attributes.Add("onclick","return confirm(’确认?’)"); button.attributes.add("onclic
  3. 所属分类:C#

    • 发布日期:2011-03-16
    • 文件大小:20480
    • 提供者:bbyexiaolong
  1. 毫秒与日期转换小工具

  2. 用 Java Swing 编写的一个对毫秒和日期进行相互转换的小工具,非常简单易用。对于经常进行毫秒和日期转换的人员来说是一个非常不错的选择!
  3. 所属分类:管理软件

    • 发布日期:2011-04-26
    • 文件大小:136192
    • 提供者:jonnyxu
  1. c#.net常用函数列表

  2. c#.net常用函数列表 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int 时=currentTi
  3. 所属分类:C#

    • 发布日期:2011-06-18
    • 文件大小:6144
    • 提供者:developers2009
  1. java模拟时钟源代码

  2. 先是利用构造函数创建一个长为500,宽为200的窗体,颜色设置为black,并把窗体设计为固定大小,并且创建一个监听事件进行监听。随即创建一个时间计数器,最后实现ActionListener接口的实现方法。利用2D绘制图形的方法,在窗体左方画一个圆,并且绘制时钟上的12个汉字,然后利用Calendar类提供的HOUR,MINUTE,SECOND和MILLISECOND方法获得现在的时间,在计算时间和度数的关系;在利用2D绘制图形的方法绘制出各指针,并设置不同的颜色。在利用drawString在
  3. 所属分类:Java

    • 发布日期:2011-10-24
    • 文件大小:93184
    • 提供者:leijiange123
  1. C#_的字符串处理函数及举例

  2. 1、DateTime 数字型 System.DateTime currentTime=new System.DateTime(); 1.1 取当前年月日时分秒 currentTime=System.DateTime.Now; 1.2 取当前年 int 年=currentTime.Year; 1.3 取当前月 int 月=currentTime.Month; 1.4 取当前日 int 日=currentTime.Day; 1.5 取当前时 int 时=currentTime.Hour; 1.6
  3. 所属分类:C#

    • 发布日期:2011-11-29
    • 文件大小:22528
    • 提供者:huafly527
  1. c# ntp时间 客户端

  2. 用法 SNTPTimeClient client = new SNTPTimeClient(“127.0.1.1”, "123"); client.Connect(); DateTime getEd = client.ReceiveTimestamp; SystemTime st=new SystemTime(); st.wDay=(ushort)getEd.Day; st.wDayOfWeek = (ushort)getEd.DayOfWeek; st.wHour = (ushort)get
  3. 所属分类:C#

    • 发布日期:2012-04-16
    • 文件大小:4096
    • 提供者:rex0y
  1. html页面时间使用

  2. 获取和格式化时间实用笔记1.日期格式化 Date.prototype.format = function(format) { var o = { "M+" : this.getMonth()+1, //month "d+" : this.getDate(), //day "h+" : this.getHours(), //hour "m+" : this.getMinutes(), //minute "s+" : this.getSeconds(), //second "q+" : Math.
  3. 所属分类:Java

    • 发布日期:2012-11-13
    • 文件大小:3072
    • 提供者:guangheyinglgkn
  1. C8051f020 UART0

  2. //;UART0收发一组字符(48个)(通过) // rxd_str必须是全局变量,切使用前要赋值。 // rxd_str不能是局部变量,局部变量会清零, //因为中断一次只能收一个字符rxd_str不可能>=LENM /********************************************** 文件描述: 三相电测量上报 功能说明: 测量ATT7022B完成 PCF8563上报定时(需校时) FM24C256转换数据存储 UART0口用于RS232读数据 UART1控
  3. 所属分类:其它

    • 发布日期:2012-12-08
    • 文件大小:67584
    • 提供者:zhkai4057
  1. One Millisecond Face Alignment with an Ensemble of Regression Trees

  2. One Millisecond Face Alignment with an Ensemble of Regression Trees.pdf
  3. 所属分类:机器学习

    • 发布日期:2017-11-24
    • 文件大小:4194304
    • 提供者:amy1019he1015
  1. Getting a Millisecond-Resolution DateTime under Windows CE

  2. Getting a Millisecond-Resolution DateTime under Windows CE,C#源代码及PDF文件
  3. 所属分类:C#

    • 发布日期:2009-04-10
    • 文件大小:101376
    • 提供者:cuicuibenzhu
  1. Stress damage process of silicon wafer under millisecond laser irradiation

  2. The stress damage process of a single crystal silicon wafer under millisecond laser irradiation is studied by experiments and numerical simulations. The formation process of low-quality surface is monitored in real-time. Stress damage can be observed
  3. 所属分类:其它

    • 发布日期:2021-02-04
    • 文件大小:585728
    • 提供者:weixin_38737283
« 12 3 4 »