CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 搜索资源 - DateTime

搜索资源列表

  1. ASP.NET-DatetimeFormat

    0下载:
  2. ASP.NET中时间格式的转换 有时候我们要对时间进行转换,达到不同的显示效果 默认格式为:2005-6-6 14:33:34 如果要换成200506,06-2005,2005-6-6或更多的该怎么办呢 我们要用到:DateTime.ToString的方法(String, IFormatProvider)-a datatime format to change a string format in asp.net
  3. 所属分类:CSharp

    • 发布日期:2017-04-13
    • 文件大小:1798
    • 提供者:cheyx
  1. Asp.NetFunctionCollection

    0下载:
  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 取当前时 i
  3. 所属分类:.net

    • 发布日期:2017-04-14
    • 文件大小:2859
    • 提供者:cheyx
  1. b4208e2daec8

    0下载:
  2. C++ code for reading/writing the six ASCII file types defined in RINEX version 2.10 The driver program shows how to use rinex.cpp. It requires one command-line argument. Example: driver ldbg0480.00o It outputs a driver.sum file, and a g
  3. 所属分类:Other systems

    • 发布日期:2017-12-17
    • 文件大小:145408
    • 提供者:韩梅梅
  1. TrendCalculus

    0下载:
  2. Simple trend calculation I needed to have a simple linear trend calculation for X values either as double or datetime. So basically the Y value for a single item is always a double but the type of the X varies. Beyond that, I needed basic statistics
  3. 所属分类:C#编程

    • 发布日期:2017-12-25
    • 文件大小:16384
    • 提供者:xps1530
  1. DateTime

    0下载:
  2. 一款比较好用的,较全的 java日期时间类(A more useful java date class)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:3072
    • 提供者:彭仙森
  1. DateUtils

    0下载:
  2. 时间类工具,封装了常用的日期转化以及计算函数(Time class tool encapsulates the usual date conversion and computing functions)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:simon_ge
  1. api-ms-win-core-datetime-l1-1-0

    0下载:
  2. programing of html, php, js d
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:10240
    • 提供者:zxyz
  1. api-ms-win-core-datetime-l1-1-0

    0下载:
  2. API files containing DLL2
  3. 所属分类:其他

    • 发布日期:2018-01-06
    • 文件大小:10240
    • 提供者:liripoop
  1. 简单生成XML

    0下载:
  2. 简单生成XML long li_row,li_selectedrow,li_i string ls_exepath datetime ldt_sfrq_start,ldt_sfrq_end,ldt_bbrq ldt_sfrq_start = datetime(Date(left(em_sfrq_start.text,10)),Time(right(em_sfrq_start.text,8))) ldt_sfrq_end = datetime(Date(left(em_sfrq_end.text,
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:11264
    • 提供者:孤笑007
  1. 布林效益工资管理 (ACCESS)

    0下载:
  2. 数据库表说明: create table fyjsb (id integer primary key , nf integer, 年分 yf integer, 月份 ks string, 科室 mark integer, 标记 1收入 0支出 num float, 钱数 xmmc string, 项目名称 xmdh string, 项目代号 kszsry integer, 科室正式人员 kshtry integ
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1642496
    • 提供者:FENGXING
  1. 求log中两个时间点的时间差

    0下载:
  2. log1:2018-3-12 21:48:32 dffdfsd log2:2018-3-12 21:48:37 假设log中有上面的字符,log1,log2依次循环出现,程序的目的是求log2后的时间减去log1后的时间差 结果为 00 00:00:05 第一个00表示天数,后面的表示时分秒(log1:2018-3-12 21:48:32 dffdfsd log2:2018-3-12 21:48:37 With the above character, assuming that l
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:17408
    • 提供者:hewenlong
  1. Official Visual Studio 2008 VB.NET Samples

    0下载:
  2. vb官方源码,com,database,datetime,combobox,port,array非常适用(VB official source code, very suitable)
  3. 所属分类:通讯编程

    • 发布日期:2018-05-01
    • 文件大小:8513536
    • 提供者:iswangsl
  1. 餐饮管理系统

    1下载:
  2. 使用winform开发的餐饮管理系统,以下是一些核心功能实现的简介: 1、显示厅包及餐桌-》开发步骤1、添加TabControl。2、查询HallInfo,遍历创建TabPage。3、创建ListView,加入TabPage上。4、查询TableInfo,遍历创建ListViewItem。-》在主窗口中,使用标签显示厅包,在每个标签中使用listview显示餐桌。餐桌分为使用、空闲状态。-》双击餐桌,如果是空闲,则开单,如果是使用,则继续点菜。//开单:1、为OrderInfo表插入数据;修改
  3. 所属分类:C#编程

    • 发布日期:2018-05-01
    • 文件大小:11692032
    • 提供者:zsskcom
« 1 2 3 4»
搜珍网 www.dssz.com