logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

区块链交易签名相关知识总结

print(f"原始交易数据: {signed_tx.rawTransaction.hex()}")\text{私钥} \xrightarrow{\text{椭圆曲线乘法}} \text{公钥}:合并多个签名,节省区块空间(例如比特币的Taproot升级)。:限制交易有效期(如Stellar网络)。:如“3/5签名”,需至少3个授权者签署。:包含输入输出、金额、Nonce等字段。:私钥存储在离线设

文章图片
#区块链
Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configu

springboot集成redis报错Consider defining a bean of type 'org.springframework.data.redis.core.RedisTemplate' in your configu我的解决方式pom.xml中如果有配置<dependency><groupId>org.springframewor...

区块链交易签名相关知识总结

print(f"原始交易数据: {signed_tx.rawTransaction.hex()}")\text{私钥} \xrightarrow{\text{椭圆曲线乘法}} \text{公钥}:合并多个签名,节省区块空间(例如比特币的Taproot升级)。:限制交易有效期(如Stellar网络)。:如“3/5签名”,需至少3个授权者签署。:包含输入输出、金额、Nonce等字段。:私钥存储在离线设

文章图片
#区块链
虚拟机安装windows ghost版本系统记录完整过程

        一,新建虚拟机,如下图所示操作                                                                                    将镜像文件引入以上新建虚拟机就算完成了。下面就是具体的安装操作系统了。选择4进行操作分区分区完成之后,点击重启,可能 会报如下的错当报NTLDR  is missing 这个错时,解决方

centos6.5搭建hadoop完整教程

1,软件版本Centos 6.5 jdk 1.8,  hadoop 2.6 软件安装包地址:https://pan.baidu.com/s/1eUm0n5o密码:33a22.开始安装前的准备工作2.1前情说明由于一般hadoop的测试都是多台机器测试。在这里用三台虚拟机代替。具体的环境等其中一台搭好后(包括Vmtool的安装,hadoop的安装),后期利用Vmvar

#linux
zookeeper 报 错 Will not attempt to authenticate using SASL (unknown error)

解决方式:关闭防火墙   centos 6.7   service  iptables  stop   一般关闭之后就好了可能情形:jar包引用与实际使用的zookeeper版本不一致。

#zookeeper
axis2调用webservice 服务端报错First Element must contain the local name, Envelope , but found definitions

产生这个错误的原因是 因为服务端方法中 使用 @WebParam  声明了参数的名称,故客户端调用的需要加上参数名称 具体参考  使用  call.addParameter("queryZtMap", // 参数名                   XMLType.XSD_STRING, // 参数类型:String                   ParameterMode.IN)

解决linux(centos 6.5)下解决http://ip:50070 不显示DataNode的问题总结

软件版本 Centos6.5  当安装部署完hadoop后,多次的 Hadoop namenode -format  格式化节点会出现   http://ip:50070 不显示DataNode的问题请先使用jps命令分别在master上操作[root@hserver1 sbin]# jps4787 Jps4532 ResourceManager4213 NameNo

#linux#centos
vue执行 vue ui报错 vue和vue-template-compiler版本不匹配

为了用页面创建项目执行//卸载vue 客户端npm uninstall vue-cli -g//安装vue客户端最新npm install -g @vue/cli执行vue ui报错� Starting GUI...ERROR Error:Vue packages version mismatch:- vue@2.6.10 (E:\nodejs\node_glo...

vue环境问题 ENOENT: no such file or directory, scandir 安装node-sass报错

ENOENT: no such file or directory, scandir '/Users/hanzl/Desktop/vue/vue-shrio/node_modules/_node-sass解决方式:执行npm rebuild node-sass

到底了