摘要: 数据库性能优化一:数据库自身优化(大数据量) https://www.cnblogs.com/AK2012/archive/2012/12/25/2012-1228.html 数据库性能优化二:数据库表优化 https://www.cnblogs.com/AK2012/archive/2012/12 阅读全文
posted @ 2019-06-13 11:10 炎峰森林影 阅读(170) 评论(0) 推荐(1) 编辑
摘要: 来自阿里云教程 Tomcat服务器安装SSL证书 安装PFX格式证书 https://help.aliyun.com/document_detail/98576.html?spm=a2c4g.11186623.6.569.38e320c60poQbT 安装JKS格式证书 https://help.a 阅读全文
posted @ 2019-05-02 11:58 炎峰森林影 阅读(3899) 评论(0) 推荐(1) 编辑
摘要: 存储过程与视图适用 DECLARE @DBName VARCHAR(200); DECLARE @ProcName VARCHAR(200)='w_sp_Sms_ExpeOrKeepEmpl'; DECLARE C_TABLES CURSOR FAST_FORWARD FOR -- 获取全部数据库 阅读全文
posted @ 2019-04-29 10:36 炎峰森林影 阅读(286) 评论(1) 推荐(1) 编辑
摘要: 来源:http://www.archonsystems.com/devblog/2012/05/25/how-to-drop-a-column-with-a-default-value-constraint-in-sql-server/ DECLARE @ConstraintName nvarcha 阅读全文
posted @ 2019-02-23 15:06 炎峰森林影 阅读(287) 评论(0) 推荐(0) 编辑
摘要: 来源:http://blog.sina.com.cn/s/blog_655388ed0100lzyk.html 简单的设置input{vertical-align:middle}即可,完美的: 详细讲解开始啦~~~ 单(复)选框和它们后面的提示文字在不进行任何设置的情况下,是无法对齐的,而且在Fir 阅读全文
posted @ 2016-03-11 10:28 炎峰森林影 阅读(1006) 评论(0) 推荐(0) 编辑
摘要: 来源:https://baijiahao.baidu.com/s?id=1744215294693190607&wfr=spider&for=pc DEMO: WITH RECURSIVE cte AS( SELECT 1 as n UNION SELECT n+1 FROM cte WHERE n 阅读全文
posted @ 2023-08-23 18:19 炎峰森林影 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/getrich/p/16846631.html javascript:window.oncontextmenu=document.oncontextmenu=document.oncopy=null; [...document.querySele 阅读全文
posted @ 2023-05-24 16:37 炎峰森林影 阅读(59) 评论(0) 推荐(0) 编辑
摘要: const isEmpty = (val: any): boolean => { // 注意: // 1.number,bigint,boolean,symbol不参与判断 // 2.typeof NaN => 'number' // 3.JSON.stringify(new Blob(['123' 阅读全文
posted @ 2022-09-30 11:29 炎峰森林影 阅读(59) 评论(0) 推荐(0) 编辑
摘要: @ECHO OFF REM 可放置到组策略,但组策略有错就无法执行 REM Win10 -> 组策略(gpedit.msc) -> 计算机配置 -> Windows 设置 -> 脚本(启动/关机) 下设置,用户配置下也有部分选项 REM 设置本地延迟变量 SETLOCAL ENABLEDELAYED 阅读全文
posted @ 2022-05-31 09:48 炎峰森林影 阅读(148) 评论(0) 推荐(1) 编辑
摘要: https://www.kubernetes.org.cn/7189.html 使用kubeadm在Centos8上部署kubernetes1.18(三台机) https://www.jianshu.com/p/ceaba6a87086 k8s1.20.1 集群安装(三台机) https://blo 阅读全文
posted @ 2021-10-23 15:19 炎峰森林影 阅读(232) 评论(0) 推荐(0) 编辑
摘要: == vue == this.$dispatch、this.$broadcast弃用,改用this.$emit、this.$on this.$emit:子组件调用父组件传给子组件的方法this.$on/this.$once:创建一个事件监听,可用this.$emit触发this.$off:删除一个事 阅读全文
posted @ 2021-04-20 12:01 炎峰森林影 阅读(610) 评论(0) 推荐(0) 编辑
摘要: # 创建jks密钥 keytool -genkey -v -alias test -keystore [文件名.jks] -keyalg RSA -keysize 2048 # jks密钥转pkcs12密钥 keytool -importkeystore -srckeystore [文件名.jks] 阅读全文
posted @ 2021-03-09 17:45 炎峰森林影 阅读(318) 评论(0) 推荐(0) 编辑
摘要: 来源:https://blog.crimx.com/2016/05/12/understanding-this/ JavaScript this 的六道坎 阅读全文
posted @ 2021-03-05 09:18 炎峰森林影 阅读(44) 评论(0) 推荐(0) 编辑
摘要: DECLARE @server SYSNAME='服务器IP'; DECLARE @username SYSNAME='用户名'; DECLARE @password SYSNAME='密码'; DECLARE @alias SYSNAME=@server; EXEC SP_ADDLINKEDSER 阅读全文
posted @ 2021-03-01 12:06 炎峰森林影 阅读(240) 评论(0) 推荐(0) 编辑
摘要: 来源:https://zhuanlan.zhihu.com/p/149941019 AB测试里的统计功效(Power)是个啥? 解析比较简单,推荐 阅读全文
posted @ 2021-02-23 18:53 炎峰森林影 阅读(68) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.cnblogs.com/shuibingyue/p/7193624.html 1.建立执行bat程序 找到jupyter notebook的快捷方式,右键->属性->复制“目标”中的内容至新建文本文档(此文档我把它放在桌面上) 文本文档中的内容如下,注意将%USERPR 阅读全文
posted @ 2021-02-16 00:02 炎峰森林影 阅读(79) 评论(0) 推荐(0) 编辑
摘要: -- 刷新全部视图 IF NOT EXISTS(SELECT name FROM SYS.PROCEDURES WHERE [object_id]=OBJECT_ID('sp_RefreshAllView') AND TYPE='P') BEGIN EXEC(' CREATE PROCEDURE [ 阅读全文
posted @ 2020-12-19 09:22 炎峰森林影 阅读(112) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/xiexiaoxiao/p/7772441.html 有意思的写法 阅读全文
posted @ 2020-09-25 07:57 炎峰森林影 阅读(437) 评论(0) 推荐(0) 编辑
摘要: 来源:https://www.jianshu.com/p/0440bf135f37 阅读全文
posted @ 2020-09-21 07:39 炎峰森林影 阅读(371) 评论(0) 推荐(0) 编辑
摘要: 看文档,够清晰,简单粗暴! https://goproxy.io/zh/ 阅读全文
posted @ 2020-09-19 14:04 炎峰森林影 阅读(175) 评论(0) 推荐(0) 编辑
摘要: gRPC? https://grpc.io/ (阅读:https://jiajunhuang.com/articles/2019_12_27-why_grpc.md.html) Python vs Go https://www.bitdegree.org/tutorials/go-vs-python 阅读全文
posted @ 2020-09-10 10:49 炎峰森林影 阅读(280) 评论(0) 推荐(0) 编辑
摘要: 来源:https://stackoverflow.com/questions/509211/understanding-slice-notation 步长为正数 seq[:] # [seq[0], seq[1], ..., seq[-1] ] seq[low:] # [seq[low], seq[l 阅读全文
posted @ 2020-05-24 00:19 炎峰森林影 阅读(735) 评论(0) 推荐(0) 编辑
摘要: https://myssl.com/ SSL/TLS安全评估报告 https://www.ssllabs.com/ssltest/ SSL Server Test HTTPS开启工具(IIS) https://www.nartac.com/Products/IISCrypto/Download II 阅读全文
posted @ 2020-02-17 19:34 炎峰森林影 阅读(1353) 评论(0) 推荐(0) 编辑
摘要: 数据库查询优化 https://yq.aliyun.com/articles/260826?spm=a2c4e.11163080.searchblog.65.66112ec1Fee1QE&tdsourcetag=s_pctim_aiomsg 售后:需要注意的是这里要选择【master】数据库,否则会 阅读全文
posted @ 2020-01-20 10:04 炎峰森林影 阅读(265) 评论(0) 推荐(0) 编辑
摘要: 具体情况请查看下面网址 https://www.jianshu.com/p/8dda50ee812f 错误信息可以在CMD里输入mysqld --console查看 阅读全文
posted @ 2019-12-13 14:26 炎峰森林影 阅读(433) 评论(0) 推荐(0) 编辑