- 博客(8)
- 收藏
- 关注
原创 在Oracle中,cmd.BindByName 属性来控制参数的绑定方式
【代码】在Oracle中,cmd.BindByName 属性来控制参数的绑定方式。
2025-01-07 19:57:39
207
原创 c#调用WebAPI在返回的内容中包含中文,但是中文显示乱码.net6.0
于是我使用winform .net4.8调试,发现使用Encoding.UTF8正常显示,而且使用Encoding.GetEncoding(“gb2312”)并不会报错,也能正常显示。最后发现需要注册字符集,Encoding.GetEncoding(“gb2312”)才不会报错。所以问题出现在.netcore上,我使用的.netcore6.0, .netcore8.0。Encoding.GetEncoding(“gb2312”)都会报错,我查看网址调试,发现返回的字符集是gb2312。
2024-05-02 22:52:29
324
原创 Oracle表达式regexp_substr在connect.by字符串过长
分组后使用union分隔符为分号;字符串sn1;sn2;sn3;…sn1000拼接表达式select regexp_substr(:v_sn0,’[^;]+’,1,level) as str from dualconnect by regexp_substr(:v_sn0,’[^;]+’,1,level) is not nullunionselect regexp_substr(:v_sn1,’[^;]+’,1,level) as str from dual connect by regexp
2022-06-21 10:02:33
652
原创 Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer c
Unable to configure HTTPS endpoint. No server certificate was specified, and the default developer certificate could not be found or is out of date.To generate a developer certificate run ‘dotnet dev...
2019-11-06 16:37:28
3954
原创 asp.netcore项目中添加App.config文件注意事项
1.项目中添加App.config文件因为.NET Core的项目本质是控制台应用,所以ConfigurationManager的API会去默认读取app.config配置文件,而不是web.config配置文件。2.如果是asp.net迁移过来的配置文件,去除config中和需要的配置无关的内容,主要是<system.web>、 <system.webServer>、...
2019-11-06 16:35:07
1694
原创 WPF退出当前程序(关闭全部窗体并退出程序)
WPF退出当前程序(关闭全部窗体并退出程序)一般关闭当前窗体使用:this.Close();关闭全部窗体并退出程序使用:Application.Current.Shutdown();但是以上方法在有线程在执行的且是后台执行的情况,退出程序,并不是真正的退出,在进程中还存在。Application.Current.Shutdown();//当 Thread.CurrentThread.I...
2019-11-06 16:30:37
13436
原创 域名信息报备流程
域名信息报备流程说明:域名注册服务单位在本单位网站备案系统中新增、修改、删除域名信息。将在本企业系统中新增、修改、删除的域名信息通过接口提交至部网站备案系统。...
2019-11-06 16:27:45
388
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人