Home
Yates at Web3
Cancel

Linux 如何加载raw文件 Qemu Kvm Qemu Img

refer to: https://www.aikaiyuan.com/10526.html 一般这样的raw 文件都很大。属于虚拟机的最原始文件。 可以这样查看 fdisk -lu m-xx_data_xvdb.raw Disk m-xx_data_xvdb.raw: 500 GiB, 536870912000 bytes, 1048576000 sectors Units: secto...

Cloudflare 使用nginx Cloudflare创建无需配置的ssl Https

传统的https的配置步骤是: 1. (在阿里云上) 购买ssl 证书 2. 下载该证书文件到服务器(.key, .pem, .crt 等等) 3. 在nginx中进行配置。(443 端口, ssl_file 等信息) 现在,使用cloudflare(免费) + 配置域名dns + nginx 80端口配置即可。 1. 在cloudflare上创建对应的site. 2. 确保每个域名都是...

源代码审计 Sonarqube

SonarQube是管理代码质量一个开放平台,可以快速的定位代码中潜在的或者明显的错误,下面将会介绍一下这个工具的安装、配置以及使用。 准备工作; 1、jdk(不再介绍) 2、sonarqube:http://www.sonarqube.org/downloads/ 3、SonarQube+Scanner:https://sonarsource.bintray.com/Distributio...

Gmail 不要申请了 直接购买 谷歌邮箱

refer : http://www.maigg.club/home/goods.html?id=1&sid=1 其实挺无语的。很多时候gmail是需要使用的,但是国内又无法申请。 所以直接购买吧,别费劲买海外手机卡了。 推荐的渠道(15块钱,随机出现用户名) http://www.maigg.club/home/goods.html?id=1&sid=1 1.下单,付...

Blockchain Solidity 一些常见的错误error Using Solidity

钱包中需要有钱 ( sender ) (否则会报错) contract的abi 需要正确 (abi不正确的话,就算你的调用js 代码是正确的,也会报莫名其妙的错误) web3.js 一些package的版本需要正确( 最新版本1.7.x ,我的一些项目居然安装 0.19.x ) 网络的要求特别严格,( 我在te...

Dove Ip的使用 Ip Pool

refer to: https://doveip.com/ 1. 注册, 登录 2. 充值,可以选择 TRX 的usdt 3. 使用 3.1 获得 token curl -d "user=abcd&password=abcd" https://dvapi.doveproxy.net/cmapi.php?rq=login {"errno":200,"msg":"Success","...

Blockchain Solidity 特殊函数receive_fallback_payable

refer to: https://shishirsingh66g.medium.com/solidity-part-2-payable-fallback-and-receive-42c00cb75108#d763-5d1cfd4634ff payable: 这是一个modifier, 对于任何可以接受ETH的方法,都要有该修饰符,否则无法接受ETH 例如: receive(): 特殊函数...

Blockchain Solidity Blockchain.timestamp只有在出现新块或者同步时间戳后才会更新

完整答案: block.timestamp会在以下情况下增加: 区块生成:每当新的区块被挖掘并添加到以太坊区块链上时,block.timestamp会增加。每个区块的timestamp通常都会比前一个区块的timestamp稍大,因为每个区块的产生都需要一定的时间。 挖矿时间:矿工在挖矿过程中会设置区块的时间戳。虽然矿工可以在一定程度上影响区块的时间戳,但这个影响是有限的,因...

Linux Find命令exec记得使用正确结尾

refer to: https://stackoverflow.com/questions/2961673/find-missing-argument-to-exec find: missing argument to `-exec' 解决办法: 结尾加上 \; 例如: find /tmp/root_lala -exec whoami \;

Blockchain Solidity 浮点数divide

refer to: solidity中没有浮点数的概念,也没有除法。 2/3 会被识别成:rational_const, 例如: Compiler run failed: Error (4486): Type rational_const 312500000000000 / 27 is not implicitly convertible to expected type uint256....

Vmware Vmware与virtualbox不能同时安装 果断卸载virtualbox 否则会导致vmware的机器无法启动

如题。  通过排查发现,根本原因是 网络ip地址发生了变化了错乱。  例如:安装了virtual box之后, 在vmware 中选择 “使用物理机状态”, 会导致vmware的虚拟机的网段跟物理机ip不一样。 删掉virtual box之后,重启vmware中的虚拟机就可以了。

Vmware Vmdk文件如何使用 用户快速还原 安装或者恢复一个vm

vmdk文件是一个虚拟机的硬盘。还原的话: 1. vmware中创建一个新的虚拟机 2. 选择 保持空白磁盘。  3. 操作系统酌情选择 4. 运行好之后,把这个vmdk文件作为虚拟机的磁盘加载进去 5. 重启虚拟机 就可以了。 (用在了android - for - x64这个项目上。)

Blockchain Solidity String的基本操作

refer to:  https://ethereum.stackexchange.com/questions/30912/how-to-compare-strings-in-solidity 判断是否相同: 17 if( keccak256(abi.encodePacked(result)) == keccak256(abi.encodePacked("")) )...

Java 使用jd Gui快速反编译 Jarclass大文件 解决jd Gui卡住的问题

有时候jar文件过大(例如7MB), 无法一次性的使用jd-gui来进行反编译. 会卡住.  所以需要我们:  1. 先解压缩.  unzip  target.jar 就可以.  或者使用任意一款压缩软件 2. 删掉无用的.class的目录  3. 使用jar 重新打包成.jar 文件, 例如  $  jar c...

安装和使用sqlilab教程

(不要用这个)SQLI LAB 地址:https://github.com/Audi-1/sqli-labs    最近一次更新 2014.11.1 注意: 上面的是原版,在php5.5是不好用的。连接数据库的函数变了。所以,建议使用这个php7版本; https://github.com/skyblueee/sqli-labs-php7 这里还附赠了一个...

Blockchain Solidity 单位和全局变量msgthisblockweigwei

refer to: https://docs.soliditylang.org/en/latest/units-and-global-variables.html msg.value msg.sender   this  代表当前合约 1 wei = 1 1 gwei = 1e9 1 ether = 1e18 时间的单位是秒 1 minutes = 60&#...

Kali的主要菜单和基本用法

1 information gathering 信息收集。  1.1 dns analysis  查询域名和IP吧, 比较有用。 dnsenum 会列出对应的子域名, DNS啥的。很慢。 dnsrecon.  fierce  1.2 ids, ips identification.    lbd:  load balanc...

Vmware 基本无法使用copy的镜像文件 好奇怪 还是直接安装的快

如题。可能我还没有摸索明白。主要问题是网络不通。 </span> 首先,vmware station 的版本要一致。否则无法读取内容。我的两个机器用的都是 14 pro 其次,高于14的版本,在win7 安装不了。 有文章说在虚拟机引导的时候要选择 “移动”而不是“复制”。 待确认: 另外,似乎还需要copy 最初的原始安装文件(iso ?)  理论上应该不...

Blockchain Solidity 如何获得contract对象

refer to: https://stackoverflow.com/questions/76087226/want-to-pass-address-of-one-contract-into-another-inside-foundry-test https://ethereum.stackexchange.com/questions/57115/how-do-you-create-a-...

Vmware 使用p2v工具 Vmwarevcenterconverterstandalone 来把物理机 实体机 转换成vmware

参考: https://www.nakivo.com/blog/vmware-p2v-linux-conversion-comprehensive-walkthrough/ 1. 先注册vmware 并下载 vmware vcenter converter standalone   https://my.vmware.com/en/group/vmware/downloa...