书栈网 · BookStack 本次搜索耗时 0.020 秒,为您找到 580 个相关结果.
  • ALTER SCHEMA

    ALTER SCHEMA 功能描述 注意事项 语法格式 参数说明 示例 相关链接 ALTER SCHEMA 功能描述 修改模式属性。 注意事项 只有模式的所有者或者被授予了模式ALTER权限的用户有权限执行ALTER SCHEMA命令,系统管理员默认拥有此权限。但要修改模式的所有者,当前用户必须是该模式的所有者或者系统管理员,且该用...
  • 第3课、一个信息上链的功能

    可以让信息上链的区块链 可以让信息上链的区块链 python python blockchain . py 现在,你可以把hello上链: http://localhost:8080/say/hello 改变hello为hi,hi也上链了: http://localhost:8080/say/hi
  • The Structure of a Transaction

    1113 2021-02-11 《Mastering Ethereum》
    The Structure of a Transaction The Structure of a Transaction First let’s take a look at the basic structure of a transaction, as it is serialized and transmitted on the Ethere...
  • Conclusions

    409 2021-02-11 《Mastering Ethereum》
    Conclusions Conclusions Transactions are the starting point of every activity in the Ethereum system. Transactions are the “inputs” that cause the Ethereum Virtual Machine to e...
  • 第2课、一个能在浏览器访问的区块链

    使用了flask构建web界面的区块链 使用了flask构建web界面的区块链 加入了flask做一个web站点 python python blockchain . py 现在访问: http://localhost:8080 你在浏览器里就可以看到区块链的json结果了。
  • Bitcoin

    Bitcoin Tutorials Bitcoin utils Bitcoin resources Bitcoin Tutorials Blockchain demo ASIC computers to mine bitcoins Bitcoin utils 21 - Micropayments Lightning ...
  • ALTER SCHEMA

    ALTER SCHEMA 功能描述 注意事项 语法格式 参数说明 示例 相关链接 ALTER SCHEMA 功能描述 修改模式属性。 注意事项 只有模式的所有者或者被授予了模式ALTER权限的用户有权限执行ALTER SCHEMA命令,系统管理员默认拥有此权限。但要修改模式的所有者,当前用户必须是该模式的所有者或者系统管理员,且该用...
  • state

    state主要是对当前的blockchain的状态进行记录的一个数据结构 当然在state里面也需要完成对当前的state的存储的工作,这里涉及到对leveldb的操作,完成将数据落地的行为。
  • Client

    Client description: Tutorial on how to setup the Ethereum client with Go. Client The client is the entry point to the Ethereum network. The client is required to broadcast t...
  • Signatures

    Signatures description: Tutorial on signatures with Go. Signatures A digital signature allows non-repudiation as it means the person who signed the message had to be in poss...