会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
apeak
博客园
首页
新随笔
联系
订阅
管理
2023年9月13日
C#常见问题
摘要: 1.深拷贝和浅拷贝 深拷贝保持数据不变 采用序列化对象 反序列获取对象 2.编译后事件 Copy "$(ProjectDir)\Lib\msiexec.exe" "$(ProjectDir)$(OutDir)"Copy "$(ProjectDir)\Lib\华文琥珀.ttf" "$(ProjectD
阅读全文
posted @ 2023-09-13 10:25 Apeak
阅读(4)
评论(0)
推荐(0)
2022年10月26日
oracle 字符拆分并排序
摘要: 设程序版本号格式为 1.0.0.12 格式,该字段为字符格式 拆分排序为: SELECT t.rev, to_number(substr(t.rev, 1, instr(t.rev, '.', 1, 1) - 1)) x1, to_number(substr(t.rev, instr(t.rev,
阅读全文
posted @ 2022-10-26 14:09 Apeak
阅读(270)
评论(0)
推荐(0)
2022年10月25日
winfrom enable 屬性 同步操作 會導致 textbox複製丟失
摘要: C# winfrom enable 屬性 同步操作 會導致 textbox複製丟失
阅读全文
posted @ 2022-10-25 13:37 Apeak
阅读(16)
评论(0)
推荐(0)
2022年6月7日
個人記錄
摘要: -orm https://www.cnblogs.com/s0611163/p/15829449.html --任務 btnExecuteTaskAsync.Click += (sender, args) => ExecuteTaskAsync(); private async void Execu
阅读全文
posted @ 2022-06-07 11:28 Apeak
阅读(20)
评论(0)
推荐(0)
2022年5月31日
oracle 簡單數表數據據備份
摘要: Create newtableasselect *from ori-tablewhere create_dt<=trunc(sysdate)-1;
阅读全文
posted @ 2022-05-31 17:32 Apeak
阅读(16)
评论(0)
推荐(0)
2022年5月30日
oracle 查询备份
摘要: Create r_ink_spc_data_t_20220530asselect *from r_ink_spc_data_twhere create_dt<=trunc(sysdate)-1;
阅读全文
posted @ 2022-05-30 17:49 Apeak
阅读(103)
评论(0)
推荐(0)
oracle一次获取多表数据
摘要: public static DataSet QuerySqls( List<string> listSelectSql, string strConn) { ConnectionStringSettings connStrSetting = GetConnStrSetting(strConn); u
阅读全文
posted @ 2022-05-30 10:43 Apeak
阅读(117)
评论(0)
推荐(0)
2022年5月23日
ToolTip
摘要: ToolTip TTip_copy = new ToolTip(); // TTip_copy.SetToolTip(this.exDgv_Receive, "復製成功!複製內容為:" + exDgv_Receive.Rows[e.RowIndex].Cells[e.ColumnIndex].Val
阅读全文
posted @ 2022-05-23 11:30 Apeak
阅读(151)
评论(0)
推荐(0)
2022年4月27日
分析函數
摘要: select day,sale,sum(sale) over (order by day asc ) as 连续求和,sum(sale) over() as 总和 from t_temp;
阅读全文
posted @ 2022-04-27 15:51 Apeak
阅读(32)
评论(0)
推荐(0)
2022年4月20日
国标查询
摘要: 查询方法如下: 1、打开浏览器,输入中国政府网,点击下方链接进入官网。服务-标准信息服务 http://c.gb688.cn/bzgk/gb/showGb?type=online&hcno=C76FE13490A45A57416D83BCE57D77FD 计算机软件需求规格说明规范:http://c
阅读全文
posted @ 2022-04-20 14:01 Apeak
阅读(1391)
评论(0)
推荐(0)
下一页