会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
herry507
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
3
4
5
6
7
8
下一页
2021年3月17日
mvc如何请求的
摘要:
阅读全文
posted @ 2021-03-17 22:43 herry507
阅读(28)
评论(0)
推荐(0)
mvc的VIEW
摘要:
阅读全文
posted @ 2021-03-17 22:18 herry507
阅读(26)
评论(0)
推荐(0)
2021年2月5日
如何将listview表头和内容以excel格式导出到指定的电脑文件夹,有段代码最好了!
摘要: protected void ExportToExcel(object sender, EventArgs e){ Response.Clear(); Response.Buffer = true; Response.AddHeader("content-disposition", "attachm
阅读全文
posted @ 2021-02-05 10:34 herry507
阅读(99)
评论(0)
推荐(0)
2021年1月26日
IIS 预加载提高webapi 性能 解决因应用程序池回收导致ASP.Net第一次访问慢,间隔一段时间后,又访问慢的问题
摘要: 原理说明:IIS应用初始化会在网站第一次创建后或者对应网站的应用程序池回收后,自动开启新程序池,并启动网站初始化,模拟一次正常请求,使网站一直处于在线状态。 配置说明: (1)设置启用应用程序池(AlwaysRunning):保证应用程序池在第一次创建或者被回收后,能自动再次重启运行。 (2)设置启
阅读全文
posted @ 2021-01-26 15:41 herry507
阅读(909)
评论(0)
推荐(0)
在datagridview控件中按Enter键时,将焦点设置为下一个单元格(Set focus to next cell when pressing enter key in datagridview control)
摘要: private void dataGridView1_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.Enter) { e.SuppressKeyPress = true; int iColumn = dataGridVi
阅读全文
posted @ 2021-01-26 15:12 herry507
阅读(321)
评论(0)
推荐(0)
2021年1月7日
C#将DataGridView中数据导出为Excel
摘要: C#将DataGridView中数据导出为Excel 转自https://blog.csdn.net/weixin_43826109/article/details/105182489 1、首先需要添加Microsoft Office 16.0 Object Library2、导入引用using E
阅读全文
posted @ 2021-01-07 14:22 herry507
阅读(411)
评论(0)
推荐(0)
Microsoft SQL Server Reporting Services遇到的坑点
摘要: 一、打开报表web服务Url 报未初始化 登录到rs配置管理器–>加密密匙–>删除密匙 二、打开报表URL报用户“LAPTOP-JQ9OTLVB\user”不具有所需的权限 问题描述:启动reporting service配置管理器,打服务地址,总是报没权限。打开报表URL报用户“LAPTOP-JQ
阅读全文
posted @ 2021-01-07 10:41 herry507
阅读(632)
评论(0)
推荐(0)
2020年9月16日
c#展BOM (BAAN的表结构)
摘要: using System; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Configuration; using System.Collections; using Syste
阅读全文
posted @ 2020-09-16 16:47 herry507
阅读(375)
评论(0)
推荐(0)
2020年9月14日
面向服务的体系架构SOA总结
摘要: 三个核心问题: HTTP协议的工作方式与HTTP网络协议栈的结构 如何实现基于HTTP协议和TCP协议的的RPC调用,它们之间有何差别,分别适用何种场景 如何实现服务的动态注册和路由,以及软负载均衡的实现 基于TCP协议的RPC: RPC(Remote Process Call远程过程调用)。RPC
阅读全文
posted @ 2020-09-14 09:08 herry507
阅读(351)
评论(0)
推荐(0)
2020年9月11日
U8的数据库sa密码改变后,怎么处理
摘要: 用友U8普及版的SA密码改后,同样的用友连接数据库的密码也要修改。。。。。要用服务管理器来设置,如下图
阅读全文
posted @ 2020-09-11 21:10 herry507
阅读(1200)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
8
下一页
公告