2018年3月23日

oracle 闪退

摘要: 因为粗心,着急造成没有弄where 条件,就update or delete 并且已经commit的时候,怎么办呢?? 现在有一种方法 如: 1.回滚到未修改前的时间,这个时间不用精确,只要这个时间之前数据是准确的即可。 select * from table as of timestamp to_ 阅读全文

posted @ 2018-03-23 11:36 kyle.hdk 阅读(634) 评论(0) 推荐(0) 编辑

2016年11月28日

upload and download from ftp service

摘要: using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Net;using System.Text;using System.Threading.Tasks; names 阅读全文

posted @ 2016-11-28 09:48 kyle.hdk 阅读(207) 评论(0) 推荐(0) 编辑

2016年6月27日

using ADO.DB

摘要: 1.add new class. 2.write below code into this class: using System;using System.Collections.Generic;using System.Configuration;using System.Data;using 阅读全文

posted @ 2016-06-27 09:34 kyle.hdk 阅读(144) 评论(0) 推荐(0) 编辑

2016年3月4日

WPF UI grid setting and UI control C#

摘要: 1.Grid column vilibled IsVisible="{Binding DataContext.EdocGridColumnIsVisibled, RelativeSource={RelativeSource AncestorType={x:Type local:EdocView }} 阅读全文

posted @ 2016-03-04 14:14 kyle.hdk 阅读(244) 评论(0) 推荐(0) 编辑

Write Trigger MySQL

摘要: When update Trigger,we should drop it and then ctreate it. NEW==> prepare to write in db with data OLD==>old data -- TB_WH_INVENTORY create trigger, T 阅读全文

posted @ 2016-03-04 13:58 kyle.hdk 阅读(210) 评论(0) 推荐(0) 编辑

C# write in pdf file

摘要: //using iTextSharp.text;//using iTextSharp.text.pdf; //需要调用到这个iTextSharp应用 //string fileName = string.Empty; //Microsoft.Win32.SaveFileDialog dlg = ne 阅读全文

posted @ 2016-03-04 13:53 kyle.hdk 阅读(303) 评论(0) 推荐(0) 编辑

2015年5月4日

liquibase Installment and use

摘要: 1.1.1 Windows安装1)下载首先到oracle官网(http://www.oracle.com/technetwork/java/javase/downloads/index.html)下载最新版本的JDK。2)安装安装完成,假设安装目录是:C:\Program Files\Java\jd... 阅读全文

posted @ 2015-05-04 11:47 kyle.hdk 阅读(443) 评论(0) 推荐(0) 编辑

导航