上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 46 下一页
摘要: 在http{ ... } 中间加入 # HTTPS server # server { listen 4343 ssl; server_name 域名; ssl_certificate D:/SoftWare/nginx-1.16.1/cert/Nginx/1.crt; ssl_certificat 阅读全文
posted @ 2020-11-27 21:15 三瑞 阅读(264) 评论(0) 推荐(0)
摘要: “/”应用程序中的服务器错误。 编译错误 说明: 在编译向该请求提供服务所需资源的过程中出现错误。请检查下列特定错误详细信息并适当地修改源代码。 编译器错误消息: BC30560: “ExtensionAttribute”在命名空间“System.Runtime.CompilerServices”中 阅读全文
posted @ 2020-11-27 10:03 三瑞 阅读(1117) 评论(0) 推荐(0)
摘要: 解决方案 原因:这是因为中间的这台服务器nginx 没有携带实际服务器http请求数据包的头部文件 解决方案:nginx配置文件,全局部分,http括号内添加: http{ server{ location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ { proxy_pass 阅读全文
posted @ 2020-11-26 23:42 三瑞 阅读(1325) 评论(0) 推荐(0)
摘要: 一个网站是php做的(apache 为 web服务器)、一个是asp.net 做的(IIS 为 web服务器) 上配置 #user nobody; worker_processes 1; #error_log logs/error.log; #error_log logs/error.log not 阅读全文
posted @ 2020-11-26 17:11 三瑞 阅读(403) 评论(0) 推荐(0)
摘要: 复制至:https://blog.csdn.net/qq_36949713/article/details/83108149 安装Nginx 下载windows版nginx (http://nginx.org/download/nginx-1.10.0.zip),之后解压到需要放置的位置(D:\xa 阅读全文
posted @ 2020-11-26 11:13 三瑞 阅读(187) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2020-11-24 18:39 三瑞 阅读(0) 评论(0) 推荐(0)
摘要: easyui datagrid 一次加载100条以上数据会卡IE表现更为明显 IE 有时会出现脚本未响应页面其他地方会点不动! 阅读全文
posted @ 2020-11-20 09:44 三瑞 阅读(258) 评论(0) 推荐(0)
摘要: SQL Server nvarchar(max)等于nvarchar(4000) 导至字符串切段报错可改为varchar(max) 阅读全文
posted @ 2020-11-20 09:40 三瑞 阅读(517) 评论(0) 推荐(0)
摘要: 效果如下: 代码如下: $("#DepartmentCode").comboex({ data: [{ "value": "", "text": "全部" }, { "value": "001", "text": "部门1" }, { "value": "002", "text": "部门2" }, 阅读全文
posted @ 2020-11-05 11:24 三瑞 阅读(3074) 评论(0) 推荐(0)
摘要: <form nz-form [formGroup]="validateForm" class="login-form" (ngSubmit)="submitForm()"> <nz-form-item> <nz-form-control nzErrorTip="请输入验证码" class="logi 阅读全文
posted @ 2020-10-31 13:00 三瑞 阅读(1086) 评论(0) 推荐(0)
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 46 下一页