上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 203 下一页
摘要: 一.【遮盖脱敏方式】 需求:将十位数字遮盖中间四位 实现一:substr方法(不可逆,脱敏前后等长) 代码: select substr('1234567890',1,3)||'****'||substr('1234567890',-3) as masked from dual 效果: 123456 阅读全文
posted @ 2022-03-07 16:37 逆火狂飙 阅读(562) 评论(1) 推荐(0)
摘要: 下载地址:https://files.cnblogs.com/files/heyang78/SimpleSpringBootApp220307.rar?t=1646618240 是用SpringBoot2.5.6版本,内含一个App一个rest控制器,响应localhost:8080/sayhell 阅读全文
posted @ 2022-03-07 10:01 逆火狂飙 阅读(45) 评论(0) 推荐(0)
摘要: 指令: [hy@localhost src]$ ./redis-cli 127.0.0.1:6379> set ceo 1234 OK 127.0.0.1:6379> get ceo "1234" 127.0.0.1:6379> expire ceo 15 (integer) 1 127.0.0.1 阅读全文
posted @ 2022-03-07 08:42 逆火狂飙 阅读(238) 评论(0) 推荐(0)
摘要: 在 https://www.cnblogs.com/heyang78/p/15966992.html 里提到了如何部署静态页面网站,其中全用了用户root,这有点不合理。 故此文采取访问用户ufo的网页,只有修改nginx.conf和启动nginx使用用户root。 以ufo登录linux后,在自己 阅读全文
posted @ 2022-03-05 09:41 逆火狂飙 阅读(2500) 评论(0) 推荐(0)
摘要: 用Html5/Canvas承载文字“至正年间,有汉人题反诗被告到元廷,元礼部表示:诗人吟咏性情,不可诬以谤讪,倘是谤讪,岂非堂堂天朝所不能容者。” 阅读全文
posted @ 2022-03-05 09:07 逆火狂飙 阅读(486) 评论(0) 推荐(0)
摘要: 【版本】 系统:CentOS Linux release 7.9.2009 (Core) Nginx:1.20.2 (此为截至2022年3月4日的最新版) 【硬件】 T440p 下面是安装步骤 【安装必要组件】 #yum -y install pcre-devel openssl-devel 【安装 阅读全文
posted @ 2022-03-04 18:55 逆火狂飙 阅读(297) 评论(0) 推荐(0)
摘要: #wget http://nginx.org/download/nginx-1.20.2.tar.gz#tar -xvzf nginx-1.20.2.tar.gz#yum -y install pcre-devel openssl-devel#cd nginx-1.20.2#./configure# 阅读全文
posted @ 2022-03-04 17:09 逆火狂飙 阅读(132) 评论(0) 推荐(0)
摘要: 用指数函数和导数的知识辨析1.02和e^0.02的大小,并用Canvas绘图验证之。 阅读全文
posted @ 2022-03-04 15:51 逆火狂飙 阅读(221) 评论(0) 推荐(0)
摘要: 【实验环境】 Oracle11g 【实验对象表及数据】 create table test05( id number(10), name nvarchar2(5), primary key(id) ) insert into test05 select rownum, dbms_random.str 阅读全文
posted @ 2022-03-04 15:23 逆火狂飙 阅读(60) 评论(1) 推荐(0)
摘要: 【实验环境】 Oracle11g 【实验对象表及数据】 create table test05( id number(10), name nvarchar2(10), primary key(id) ) 充值: insert into test05 select rownum, dbms_rando 阅读全文
posted @ 2022-03-04 15:02 逆火狂飙 阅读(79) 评论(1) 推荐(0)
上一页 1 ··· 33 34 35 36 37 38 39 40 41 ··· 203 下一页
生当作人杰 死亦为鬼雄 至今思项羽 不肯过江东