• Sign in
  • Sign up 
  • Welcome
  • FAQ
  • Block Explorer 
  • Night Mode
  • Stolen Accounts Recovery 
  • Change Account Password 
  • Vote for Witnesses 
  • Hive Proposals 
  • OpenHive Chat 
  • Developer Portal 
  • Hive Whitepaper 
  • Privacy Policy
  • Terms of Service
logo
  • Posts
  • Proposals
  • Witnesses
  • Our dApps
LoginSign up

ywzqwwt (25)Hivebuzz level badge

16 followers24 posts1 following4 HP
Blacklisted Users
Muted UsersFollowed BlacklistsFollowed Muted Lists

Joined August 2018 Active 7 years ago

  • Blog
  • Posts
  • Replies
  • Social
  • Notifications
  • Wallet
  • ywzqwwt (25)in #beautiful • 7 years ago
    featured

    a beautiful old town

    Last weekend, I went to a very beautiful place in China, Wuzhen. I attended the CTO conference there. I know a lot of Internet bigwigs. I have gained a lot from their…
    $0.00
       1 1
    • ywzqwwt (25)in #poetry • 7 years ago
      featured

      橘子洲

      一分好奇登船去,上岸方知是橘洲。静幽深处藏伟人,解放中国耀东方。
      $0.00
         0 0
      • ywzqwwt (25)in #nginx • 7 years ago
        featured

        centos7+nginx-1.13.5搭建mp4视频服务器

        1、yum -y install gcc-c++ 2、wget http 3、tar -zxvf nginx-1.13.5.tar.gz 4、cd nginx-1.13.5 5、./configure --prefix=/usr/local/nginx --user=root --group=root --with-select_module…
        $0.00
           1 0
        • ywzqwwt (25)in #hundredfold • 7 years ago
          featured

          The potential hundredfold coin:true

          First this is not investment advice.Nor is to recommend you to buy it.this is just to introduce some situations of the coin true. TrueChain is a truly fast, permissionless…
          $0.00
             2 2
          • ywzqwwt (25)in #oracle • 7 years ago
            featured

            Oracle里二进制与十进制的相互转换

            Oracle里有内建函数bin_to_num可以将二进制数转换为十进制数,但这个函数的入参是个数不定的0或1: [sql] view plaincopy SELECT BIN_TO_NUM (1, 1, 1, 1, 0, 1, 1) FROM DUAL;…
            $0.00
               0 0
            • ywzqwwt (25)in #pow • 7 years ago
              featured

              以太坊POW流程总结

              Pow算法概念简单,即工作端提交难以计算但易于验证的计算结果,其他节点通过验证这个结果来确信工作端完成了相当的工作量。   但其缺陷也很明显:1、随着节点将CPU挖矿升级为GPU、甚至矿机挖矿,节点数和算力已渐渐失衡;2、比特币等网络每秒需完成数百万亿次哈希计算,资源大量浪费。…
              $0.00
                 1 0
              • ywzqwwt (25)in #avoid • 7 years ago
                featured

                How to avoid being dismissed

                What you need to do is to keep learning and constantly improve your strength.
                $0.00
                   1 0
                • ywzqwwt (25)in #happiest • 7 years ago
                  featured

                  The happiest thing(最开心的事情)

                  The happiest thing for me is that everyday when i wake up , i suprised to find that i am alive,so i must cherish this hard won day.(每天当我醒来的时候发现我还活着,所以我必须要珍惜这来之不易的一天)
                  $0.00
                     1 0
                  • ywzqwwt (25)in #hdfs • 7 years ago
                    featured

                    hdfs数据迁移

                    确保被迁移的服务器(HDFS)新创建的文件夹权限是777。2.确保被迁移的服务器namenode、datanode、yarn的进程都在,迁移过程中跑map。3.同一版本迁移:bin/hadoop distcp hdfs:192.168.100.110:8020/carInfo hdfs 4.针对不同版本Hadoop迁移:bin/hadoop distcp hftp hdfs
                    $0.00
                       0 0
                    • ywzqwwt (25)in #metaq • 7 years ago
                      featured

                      metaq总结

                      1.使用的包直接导的metaq软件中的lib里面的所有 2.主要写的生产者和消费者 3.另外特别注意需要注册 topic 在metaq/conf下面的server.ini 上代码:生产者 package examples; /* 生产者 本次用的控制台输入方式。 */ import…
                      $0.00
                         0 0
                      • ywzqwwt (25)in #sql • 7 years ago
                        featured

                        查询表详情

                        在command模式下,输入 desc 表名 在sql下可用 select t.table_name,t.column_name,c.DATA_TYPE||'(' ||c.DATA_LENGTH||')',t.comments from USER_COL_COMMENTS t,USER_TAB_COLUMNS c where…
                        $0.00
                           0 0
                        • ywzqwwt (25)in #oracle • 7 years ago
                          featured

                          ORACLE查看某个表的主外键关系

                          SELECT USER_CONS_COLUMNS.CONSTRAINT_NAME AS 约束名, USER_CONS_COLUMNS.TABLE_NAME AS 子表名, USER_CONS_COLUMNS.COLUMN_NAME AS 子表列名, USER_CONS_COLUMNS.POSITION AS 位置…
                          $0.00
                             0 0
                          • ywzqwwt (25)in #oracle • 7 years ago
                            featured

                            DCL DDL  DML

                            DCL 权限控制 GRANT 权限名称 TO 用户名 REVOKE 权限名称 FROM 用户名 DDL 对象的管理 CREATE CREATE USER 用户名 IDENTIFIED BY 密码 ALTER ALTER USER 用户名 IDENTIFIED BY 新密码 DROP DROP USER 用户名 CASCADE DML 数据的管理 表结构
                            $0.00
                               0 0
                            • ywzqwwt (25)in #lose • 7 years ago
                              featured

                              How to lose weight

                              what we just should is 1、eat less 2、more running 3、action 4、Insist
                              $0.00
                                 0 0
                              • ywzqwwt (25)in #eth • 7 years ago
                                featured

                                以太坊开发--truffle和testrpc使用介绍

                                0、truffle是本地的用来编译、部署智能合约的工具,而testrpc不同于geth,geth是真正的以太坊环境,testrpc是在本地使用内存模拟的一个以太坊环境,对于开发调试来说,更为方便快捷,当你的合约在testrpc中测试通过后,再可以部署到geth中去。所以可以说truffle和testrpc就是两大杀器。这篇博客就来介绍它们的使用。对于环境的配
                                $0.00
                                   0 0
                                • ywzqwwt (25)in #truechain • 7 years ago
                                  featured

                                  truechain环境搭建

                                  Windows环境 第一步:编译环境安装 1.1 :找到安装路径" 1.2:下载合适的msi,作者本身的是windows 64位的,所以,直接下载:go1.9.2.windows-amd64.msi 1.3、安装go1.9.2.windows-amd64.msi----建议网上寻找相关文档,需要配置环境变量 参考目录:…
                                  $0.00
                                     0 0
                                  • ywzqwwt (25)in #true • 7 years ago
                                    featured

                                    TrueChain方案设计

                                    TrueChain方案设计 1 Introduction Truechain是基于go-ethereum源代码实现的基础链,使用与以太坊一致的加密原语。椭圆曲线(secp256k1,ECDSA),哈希(keccak-256),Merkle树。 2 Definitions 账本实现为双链结构(fast chain, snail…
                                    $0.00
                                       3 0
                                    • ywzqwwt (25)in #eth • 7 years ago
                                      featured

                                      以太坊源码调试环境搭建

                                      1、go get后,所有依赖包都有了,但在goland里面跑的时候报错:# github.com/ethereum/go-ethereum/crypto/secp256k1;exec: "gcc": executable file not found in %PATH%;解决:因为缺失gcc所以下载…
                                      $0.00
                                         0 0
                                      • ywzqwwt (25)in #oracle • 7 years ago
                                        featured

                                        oracle 完整总结版

                                        1、创建用户 CREATE USER <用户名> IDENTIFIED BY <密码> ALTER USER SYSTEM IDENTIFIED BY a12345; DROP USER SYSTEM 2、给用户赋予权限 连接权限 CONNECT 使用资源权限 RESOURCE 创建表的权限 CREATE…
                                        $0.00
                                           0 0
                                        • ywzqwwt (25)in #preparedstatement • 7 years ago
                                          featured

                                          PreparedStatement execute执行插入成功却返回false

                                          用PreparedStatement的execute方法执行sql插入语句,执行成功,但是返回结果却为false。 boolean execute() throws SQLException在此 PreparedStatement 对象中执行 SQL 语句,该语句可以是任何种类的 SQL 语句。一些特别处理过的语句返回多个结果,execute…
                                          $0.00
                                             0 0