- 博客(10)
- 资源 (4)
- 收藏
- 关注
原创 已成功与服务器建立连接,但在登录过程中发生错误。(提供程序:SSL提供程序,错误:0-证书链是由不受信任的颁发机构颁发的。)”
A connection was successfully established with the server, but then an error occurred during the login process. (provider: SSL Provider, error: 0 - 证书链是由不受信任的颁发机构颁发的。)”
2023-04-24 10:56:47 11134 5
原创 实用网址收藏
图标字体文件解析 bootstrap-select 基于.Net Framework进行配置Swagger fontawesome - 字体图标库 ES6 入门教程
2021-04-27 16:56:14 170
原创 【笔记】H5 postMessage跨域发送消息
* 此实例为主页面向Iframe页面发送消息【发送端】主页面段代码var popup = document.querySelector('#ifm'); //获取Iframe对象var targetorigin = "https://locahost:80" //目标窗口(Iframe)的域名端口//注册message监听事件,接收目标域回发消息window.addEventListener("message", function (event) { //允许目标地址的域名回发消.
2021-04-27 16:27:04 314
原创 【笔记】.Net 批量压缩下载
需要引入DotNetZip包,可通过Nuget 安装using FLM_API_Public.Helper;using Ionic.Zip;using System;using System.Collections.Generic;using System.Configuration;using System.Data;using System.IO;using System.Linq;using System.Text;using System.Threading;using S
2020-06-30 08:28:31 451
原创 【笔记】WebapiHelper 帮助类
using System;using System.IO;using System.Net;using System.Text;namespace Com.AUO.CAP.Library.Public.Utility{ public class WebApiHelper { #region 公共参数 static string webA...
2018-12-05 16:52:46 1506
原创 【原创】JS 数字转换成英文写法(包含小数)
【转载请注明出处】:https://blog.csdn.net/Csongxuan/article/details/81706968最近写了一个项目,需要把数字转换成英文写法,网上找了一些代码,都不是很满意。就自己想着自己写一个,参考了网上的一些想法。基本上可以实现所有数字的的英文转换(包含两位小数)。(* 小数超过两位,返回原数据,不进行转换) >> 如有不正确的地方,...
2018-08-15 16:52:44 7458 6
转载 【转】原生JS格式化Json代码
原生JS格式化Json代码 //格式化jsonvar formatJson = function (json, options) { var reg = null, formatted = '', pad = 0, PADDING = ' '; options = options || {}; ...
2018-08-06 14:35:17 1037
转载 【转载】数据转换通用类—附类
using System;using System.Collections;using System.Collections.Generic;using System.ComponentModel;using System.Linq;using System.Text;using System.Threading.Tasks;using System.Web; namespac...
2018-07-24 15:04:47 246
转载 【转载】数据转换通用类
using System;using System.Collections;using System.Collections.Generic;using System.Data;using System.Data.Common;using System.Data.SqlTypes;using System.Dynamic;using System.Globalization;u...
2018-07-24 15:01:54 311
原创 【笔记】 - C# 后台生成验证码
using System;using System.Drawing;using System.Drawing.Imaging;using System.Web.UI.WebControls;namespace CAP.Content.js{ public partial class Captcha : System.Web.UI.Page { prot...
2018-07-24 13:55:29 536
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人