摘要:
工具类如下 using System; using System.Collections.Generic; using System.Text; namespace Main { /// <summary> /// 汉字拼音转换类 /// </summary> public class Pinyin 阅读全文
摘要:
实现工具类,会创建一个Config.ini的配置文件 using System; using System.IO; using System.Runtime.InteropServices; using System.Text; namespace ConfigUtil { class Config 阅读全文
摘要:
select ta.*, (select filed1 from (select row_number() over(partition by tt.fl_id order by tt.fd_date desc) fl_rn, tt.fl_id, filed1 from table_name2 tt 阅读全文
摘要:
oracle创建同义词 首先定义:源数据库名称为:source_oracle ,目标数据库名称为 target_oracle 在源数据库实例中执行以下命令:(赋权) grant all on source_oracle.TABLE_NAME to target_oracle with grant o 阅读全文