会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Dem
博客园
首页
新随笔
联系
订阅
管理
2022年1月6日
GitHubDeskTop汉化
摘要: 1.首先下载安装Github Desktop官方原版: github Desktop下载地址:https://desktop.github.com/ 2.汉化/替换汉化文件 汉化文件地址:https://github.com/lkyero/GitHubDesktop_zh/releases 3.下这
阅读全文
posted @ 2022-01-06 14:30 DemLiu
阅读(1201)
评论(0)
推荐(0)
2021年6月1日
oracle更新clob类型字段内容
摘要: DECLARE clobValue tablename.content%TYPE; BEGIN clobValue := 'long text content'; UPDATE tablename SET content = clobValue WHERE ID = 'ID'; COMMIT; EN
阅读全文
posted @ 2021-06-01 14:46 DemLiu
阅读(949)
评论(0)
推荐(0)
2020年5月22日
动态调用WebService接口
摘要: #region 调用WebService接口 /// <summary> /// 实例化WebServices /// </summary> /// <param name="url">WebServices地址</param> /// <param name="methodname">调用的方法<
阅读全文
posted @ 2020-05-22 16:10 DemLiu
阅读(341)
评论(0)
推荐(0)
2020年5月19日
C#推送RocketMQ信息
摘要: 前段时间项目上推送待办信息,接收方OA用RocketMQ进行接收待办,这也是我第一次接触RMq,记录下使用过程。(参考https://rocketmq.apache.org/) 一、准备工作 引入相关类文件dll.(Nuget下载就好了)。 前期准备工作完成后,进入主题。 二、代码与实操 由于.NE
阅读全文
posted @ 2020-05-19 14:56 DemLiu
阅读(2205)
评论(0)
推荐(0)
2018年6月12日
DEV带筛选行CheckBox选中问题
摘要: DEV控件中gridview添加了筛选行,Checkbox选中后获取到的值不对。 举例默认的checkbox checked=1 unchecked=0 按照往常获取 gridView1.GetRowCellValue(i, "checks").ToString() 两行数据都选中 checked调
阅读全文
posted @ 2018-06-12 14:56 DemLiu
阅读(244)
评论(0)
推荐(0)
2018年3月26日
验证上传文件真实格式
摘要: 1 /// 2 /// 验证上传文件真实格式 3 /// 4 /// 5 /// 6 private bool ValidationFile(HttpPostedFile fileUpload) 7 { 8 HttpPostedFile...
阅读全文
posted @ 2018-03-26 14:09 DemLiu
阅读(214)
评论(0)
推荐(0)
2018年1月22日
微信小程序 Array对象操作
摘要:
阅读全文
posted @ 2018-01-22 16:27 DemLiu
阅读(294)
评论(0)
推荐(0)
2017年12月3日
PLSQL导出触发器代码
摘要: select dbms_metadata.get_ddl(object_type=>'TRIGGER',NAME=>TRIGGER_NAME) FROM USER_TRIGGERS; plsql develop :exp:tools-export object-trigger
阅读全文
posted @ 2017-12-03 12:52 DemLiu
阅读(538)
评论(0)
推荐(0)
2017年7月31日
gridview单元格合并解决方法
摘要: 先上效果图! 实现代码!
阅读全文
posted @ 2017-07-31 17:56 DemLiu
阅读(254)
评论(1)
推荐(0)
2017年3月14日
asp.net label换行
摘要: 许久不做asp.net的东西,实现个小效果! <style type="text/css">.width {overflow:auto;word-break:break-all;word-wrap:break-word }</style>*.aspx<asp:label id="lblAddr" C
阅读全文
posted @ 2017-03-14 16:19 DemLiu
阅读(258)
评论(0)
推荐(0)
下一页
公告