推荐
专栏
教程
课程
飞鹅
本次共找到10000条
数据加密技术
相关的信息
Wesley13
•
4年前
java中equal()方法和==方法的区别
对于基本数据类型而言。inta10;intb10;ab返回true.对于引用类型而言StringcnewString("10");StringdnewString("10");cd返回false,c.equals(d)返回true.Comparesthisstringtothespecifi
Wesley13
•
4年前
2 秒杀系统模拟基础实现,使用Redis实现
这一篇,我们来使用redis进行数据存储。新建一个redis的service实现类packagecom.tianyalei.service;importcom.tianyalei.model.GoodInfo;importorg.springframework.beans.factory.annotatio
Wesley13
•
4年前
mysql的一些操作命令
1、查看mysql数据库SHOWDATABASES;(;号一定要加)2、创建root用户密码mysqladminurootpassword"new\_password"3、检查mysql服务器是否启动psef|grepmysqld4、添加用户方法:GR
Wesley13
•
4年前
EFK教程(3)
!(https://fzxiaomange.com/img/efk/multiinstancecover.png)基于ElasticSearch多实例架构,实现资源合理分配、冷热数据分离作者:“发颠的小狼”,欢迎转载与投稿目录▪用途▪架构▪192.168.1.51elasticsear
Stella981
•
4年前
Linux(Centos)给MySQL创建用户,并分配权限
//登录MYSQL使用root账号登录mysqlurootp密码 密码//创建用户(%表示可以远程登录该数据库)mysqlcreateuser's_root'@'%'identifiedby'123456';//刷新系统权限表用户授权格式:grant权限on
Wesley13
•
4年前
JPA之SQL修改语句
昨天遇到一个小问题,是使用JPA的注解对数据进行修改操作对:@Transactional@Modifying@Query("updatePersonpsetp.name?1")voidupdateById(Stringname);这里要注意的是@Transactional注解和@
Stella981
•
4年前
055. SkyWalking 集群环境搭建
1\.环境准备1.1.用于搭建SkyWalking的三台服务器1.1.1.服务器10.1.62.7810.1.62.7910.1.62.801.1.2.需要端口11800(gRPC数据收集和内网节点间通信)12800(SkyWalki
Wesley13
•
4年前
MYSQL1.2(字段管理,索引类型)
一:数据库字段管理。_altertablehcytimeaddemailvarchar(50)default"student@163.com";添加一个字段。altertablehcy77addagetinyintnotnulldefault21aftergodyear;添加一个字段,指定在godye
京东云开发者
•
3年前
文盘Rust -- struct 中的生命周期
最近在用rust写一个redis的数据校验工具。redisrs(https://github.com/redisrs/redisrs)中具备redis::ConnectionLiketrait,借助它可以较好的来抽象校验过程。在开发中,
Mebius
•
2年前
2023全国油价查询最新接口
一、原始方法注入数据language//初始化方法constructor()//tokenthis.token"Z1QljZOZiT4NTG"//请求地址this.requrl'http://api.txapi.cn/v1/oilprice'二、开始查询
1
•••
924
925
926
•••
1000