Welcome![Sign In][Sign Up]
Location:
Search - DateTime

Search list

[SQL ServerMySQL_Backup_Restore

Description: Easy Backup and Restore MySQL utility.-Introduction It is the basic, easy to use MySQL Backup/Restore utility. Background It is basically developed for non programmers. So, anyone can use it. The simplest tool for the job. Using the code Backup method takes two arguments, i.e, path to save the backup file and connection string. Hide Copy Code // Backup MySql private void MySQLBackup(string path, string constring) { string file path+ txt_database.Text+ _ + DateTime.Now.ToString( yyyy-MM-dd_hh-mm-ss )+ .sql using (MySqlConnection conn new MySqlConnection(constring)) { using (MySqlCommand cmd new MySqlCommand()) { using (MySqlBackup mb new MySqlBackup(cmd)) { cmd.Connection conn conn.Open() mb.ExportToFile(file) conn.Close() } } } } Now to the restore method with the same two arguments Hide Copy Code // Restore MySQL(.sql) file to the private void
Platform: | Size: 262144 | Author: xps1530 | Hits:

[Other Embeded programnode_penerima_TSL

Description: reading TSL2561 luminosity sensor, get RTC datetime and Xbee communication in Arduino Uno.
Platform: | Size: 1024 | Author: | Hits:

[Otherb4208e2daec8

Description: 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 generated version of the input file (newobsfile). Driver program (driver.cpp) DateTime class (datetime.cpp) DateTime include file (datetime.h) Rinex classes (rinex.cpp) Rinex include file (rinex.h) Example Input File (ldbg0480.00o) Example Output File (driver.sum) Example Output File (newobsfile) -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 generated version of the input file (newobsfile). Driver program (driver.cpp) DateTime class (datetime.cpp) DateTime include file (datetime.h) Rinex classes (rinex.cpp) Rinex include file (rinex.h) Example Input File (ldbg0480.00o) Example Output File (driver.sum) Example Output File (newobsfile)
Platform: | Size: 145408 | Author: 韩梅梅 | Hits:

[AlgorithmDateTime-4.1.1

Description: Date Time program written in python language,
Platform: | Size: 65536 | Author: botelho3 | Hits:

[CSharpTrendCalculus

Description: 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 calculated from the values. These included: Slope Y-intercept Correlation coefficient R-squared value
Platform: | Size: 16384 | Author: xps1530 | Hits:

[OtherDateTime

Description: 一款比较好用的,较全的 java日期时间类(A more useful java date class)
Platform: | Size: 3072 | Author: 彭仙森 | Hits:

[Unity倒计时

Description: 命名空间:System 程序集:mscorlib(在 mscorlib.dll 中) 说明: DateTime值类型代表了一个从公元0001年1月1日0点0分0秒到公元9999年12月31日23点59分59秒之间的具体日期时刻。因此,你可以用DateTime值类型来描述任何在想象范围之内的时间。TimeSpan值包含了许多属性与方法,用于访问或处理一个TimeSpan值, 其中的五个重载方法之一的结构 TimeSpan( int days, int hours, int minutes, int seconds ) 下面的列表涵盖了其中的一部分方法及属性解释(Namespace: System assembly: mscorlib (mscorlib.dll): DateTime value type represents a January 1st from 0001 A.D. 0 at 0 minutes and 0 seconds to 59 seconds between 23:59 in December 31, 9999 the date time. Therefore, you can use the DateTime value type to describe any time within the imagination. TimeSpan contains a number of properties and methods for accessing or processing a TimeSpan value, the structure of TimeSpan is one of the five overloaded methods in which the (int days, int hours, int minutes, int seconds) the following list covers some of the methods and attributes of interpretation)
Platform: | Size: 22528 | Author: YuHonglei | Hits:

[CSharpDateUtils

Description: 时间类工具,封装了常用的日期转化以及计算函数(Time class tool encapsulates the usual date conversion and computing functions)
Platform: | Size: 2048 | Author: simon_ge | Hits:

[Windows Developapi-ms-win-core-datetime-l1-1-0

Description: programing of html, php, js d
Platform: | Size: 10240 | Author: zxyz | Hits:

[Otherapi-ms-win-core-datetime-l1-1-0

Description: API files containing DLL2
Platform: | Size: 10240 | Author: liripoop | Hits:

[Other简单生成XML

Description: 简单生成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,10)),Time(right(em_sfrq_end.text,8))) ldt_bbrq = gf_getdatetime() setpointer(hourglass!)(Simple generation of XML)
Platform: | Size: 11264 | Author: 孤笑007 | Hits:

[JSP/Javaluxon-0.2.10

Description: Luxon 是由 Moment 出品的,用于操作 JavaScript 中时间与日期对象的工具库。 Luxon 可以看做对于 Moment.js 的现代化接口封装。Luxon 提供了 DateTime、Duration、Interval 等扩展类型,支持链式函数式风格的接口调用,能够对常见格式的时间字符串进行解析与转换,并且不需要 locale 或者 tz 文件就可以进行国际化转换。 特性 DateTime、Duration 和 Interval types 不可变的、可链接的、明确的 API 解析和格式化常用、自定义格式 本地时区和国际支持(Luxon is a tool library that is produced by Moment and is used to operate the time and date objects in JavaScript. Luxon can be seen as a modern interface package for Moment.js. Luxon provides extension types such as DateTime, Duration and Interval. It supports chain function style interface calls, can analyze and transform common format time strings, and does not need locale or TZ files to internationalize transformation. Characteristic DateTime, Duration, and Interval types Immutable, linkable, clear API Parsing and formatting commonly used, custom formatting Local time zones and international support)
Platform: | Size: 218112 | Author: 北船余音 | Hits:

[WEB Codeflatpickr-4.2.2.tar

Description: flatpickr 是一个 Javascript 日期选择器,具有以下特性: 轻量,没有依赖(如 jQuery) 原生 Android + iOS datetime 小部件支持 适用于 IE9 及以上版本 时间段 智能默认值 配有8个主题,37个地区和 SVG 图标(Flatpickr is a Javascript date selector with the following features: Light weight, no dependence (such as jQuery) Native Android + iOS datetime widget support Suitable for IE9 and above Time slot Intelligent default value With 8 themes, 37 areas, and SVG icons)
Platform: | Size: 100352 | Author: startrek | Hits:

[Other布林效益工资管理 (ACCESS)

Description: 数据库表说明: 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 integer, 科室合同人员 fybl integer, 费用比率 bz string) 备注 create table xyjsb(id integer primary key , nf integer, yf integer, ks string, htry integer, zsry integer, srhj float, zchj float, fpbl integer, htbl integer, zsbl integer, fdpjz float, zsje float, htje float, kskfpje float, jsrq datetime default now())(Wage management system)
Platform: | Size: 1642496 | Author: FENGXING | Hits:

[JSP/Javadatetimepicker-master

Description: Html Javascript for Date Picker
Platform: | Size: 161792 | Author: adinug | Hits:

[Other求log中两个时间点的时间差

Description: 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 log Log1, log2 cycle, the purpose of the program is for log2 after Log1 time minus the time difference after 00 00:00:05 results for the first 00 days later said, when the said)
Platform: | Size: 17408 | Author: hewenlong | Hits:

[Delphi VCLDelphiDT

Description: Delphi convert between datetime and double
Platform: | Size: 181248 | Author: yann83 | Hits:

[CommunicationOfficial Visual Studio 2008 VB.NET Samples

Description: vb官方源码,com,database,datetime,combobox,port,array非常适用(VB official source code, very suitable)
Platform: | Size: 8513536 | Author: iswangsl | Hits:

[CSharp餐饮管理系统

Description: 使用winform开发的餐饮管理系统,以下是一些核心功能实现的简介: 1、显示厅包及餐桌-》开发步骤1、添加TabControl。2、查询HallInfo,遍历创建TabPage。3、创建ListView,加入TabPage上。4、查询TableInfo,遍历创建ListViewItem。-》在主窗口中,使用标签显示厅包,在每个标签中使用listview显示餐桌。餐桌分为使用、空闲状态。-》双击餐桌,如果是空闲,则开单,如果是使用,则继续点菜。//开单:1、为OrderInfo表插入数据;修改餐桌状态(2、数据库状态,3、UI状态)。2、点菜-》可以使用拼音、分类检索-》完成点菜,点击菜品则添加,再次点击菜品则让数量+1,可以在文本框中修改数量:使用CellEndEdit事件-》追加消费-》显示已点菜品-》计算金额-》退菜-》sqlite中获取当前时间:datetime('now', 'localtime')-》1、展示所有的菜品(可以筛选) 2、双击项点菜(需要知道是哪个订单点的)3、结账 -》创建UI-》选择是否会员,可以根据编号、电话查询会员,可以使用会员余额结账-》显示消费金额-》根据会员信息享受打折,显示折扣金额-》实现的操作:更新订单信息,更新餐桌信息,如果使用余额结账则更新会员余额-》事务的使用(Food and beverage management system developed with WinForm)
Platform: | Size: 11692032 | Author: zsskcom | Hits:

[SCMWord2Pdf-1.02

Description: C# Study Notes (very classic) man csEXWB is a C# .NET 2.0 control t C# form personalized design like C# implementation code display, i C# implementation of the windows c# winform contraction box, can s DateTime Picker Demo , good mater Class time set off of the c# sour Always on Top calculator Call the camera, including start, He has built himself a C# framewo 1. Detect the face Learn detecte Hotel management system, contains When web developers often need to C# custom control (multiple choic The development of a p
Platform: | Size: 144384 | Author: nd | Hits:
« 1 2 ... 4 5 6 7 8 910 »

CodeBus www.codebus.net