Code Monkey home page Code Monkey logo

chenll7.github.io's Introduction

chenll7.github.io's People

Contributors

chenll7 avatar

Stargazers

eeyye avatar

Watchers

 avatar

chenll7.github.io's Issues

2020/11/01/1_Blockchain/Script_and_Address_of_Bitcoin_Notes/

比特币脚本与地址笔记 | Furrybear's Blog

比特币脚本与地址笔记 一些概念的部分解释 非压缩式公钥:65字节,十六进制表示以04开头; 压缩式公钥:33字节,十六进制表示以02、03开头; 公钥哈希:20字节; 脚本哈希:20字节(或者32字节,但是没有见过实例); 地址(由公钥哈希和脚本哈希组装和编码而来): P2PKH型:十六进制以1开头,例

https://furrybear.github.io/2020/11/01/1_Blockchain/Script_and_Address_of_Bitcoin_Notes/

2022/03/02/2_Java/Java_Common_Tool_Notes/

Java 常用工具笔记 | Furrybear's Blog

Java 常用工具笔记 字符串、数组以及数值操作 Apache Commons Lang 3。提供StringUtils,用于判断是否为空白字符,空字符,小写、大写或字母字符等。提供ArrayUtils,用返回给定数组的字符串表示等。 POJO转化 MapStruct。使用可以参考《MapStruct使用指南》。 任务调度 Quartz。

https://furrybear.github.io/2022/03/02/2_Java/Java_Common_Tool_Notes/

2022/03/11/1_Programming_Convention/Common_Programming_Convention_Notes/

常见编程约定笔记 | Furrybear's Blog

常见编程约定笔记 变量名命名 驼峰式(Camel Case) 驼峰式例子:variableName 帕斯卡式(Pascal Case) 帕斯卡式例子:ClassName 蛇式(Snake Case) 大蛇式(Upper Snake Case)例子:GET-ONE      小蛇式(Lower Snake Case)例子:query-all 烤肉串式(Kebab Case) 大烤肉串式(Upper

https://furrybear.github.io/2022/03/11/1_Programming_Convention/Common_Programming_Convention_Notes/

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.