??, ??, ?? ??, ?? ???? ? ???? ??? ?? ??? ?? ?? ??? ?????. 2. ???, ?? ???, ?? ?? ? NOCE? ?? ? ?? ???? ???? SHA-256 ?? ??? ? ?? ??? ??? ?????. 3. ?? ??? ???? ?? ??? ????, ??? ??? ?????, ? ??? ???? ??? ???? ???? ?? ?? ?? ???? ??????. 4. ?? ??? ?? ??? ???? ???? ??? ??? ??? ???? ?? ?? ??? ??????. 5. ??? ?? ???? ???? ??, P2P ????, ??? ??, REST API ? ??? ???; 6. Hyperledger Fabric, Web3J ?? Corda? ?? Java ?? ?? ?????? ?? ?? ??? ?? ?? ? ? ????. ??? ??? Java? ?????? ??? ?? ?? ?? ????? ???? ? ???? ??? ??? ???? ?? ??????? ????.
Java? ?? ?? ?? ????? ???? ?? ??? ?????? ?? ????? ??? ???? ?? ???? ???? ???? ?????. ?? ??? ?? Solidity (Ethereum Smart Contracts? ??)? ?? ??? ??? ??? Java? ????? ???? ??? ?? ?? ?? ??? ??, ?? ?? ?? ?? ?? ????? ??? ???? ??? ? ????. Java?? ??? ?? ?? ?? ????? ???? ??? ??? ????.

1. ?? ??? ?? ?? ??? ??????
??? ???? ?? ?? ??? ?? ?? ??? ???? ?? ?????.
- ?? : ??? ? ???? (? : ????, ?? ???).
- ?? : ????? SHA-256? ???? ?? ???? ??? ??.
- ?? : ? ??? ?? ??? ??? ???? ?? ? ?? ??.
- ?? ???? : ??? ?? ?? ? ?? ?? (? : ?? ??, ???? ??).
- ??? : ?? ???? ?? ?? ??? ???? ??? ??? ??? ? ????.
?? ??? ???? ??? ?? ?? (POW) ????? ?? ??? ??? ???.

2. ?? ???? ????
?? ???? ???? Block
???? ???? ??????.
import java.util.date; java.security.messagegegest; java.nio.charset.standardcharsets ?? ??; ?? ??? ?? { ?? ??? ??; ?? ??? previoushash; ?? ??? ???; ?? ? ?? ???; ?? int nonce; //??? public block (??? ???, String preverhash) { this.data = ???; this.previoushash = previoushash; this.timestamp = new date (). gettime (); this.hash = calmatehash (); } // SHA-256? ???? ??? ????? public String acculateHash () { ??? ?? = previorhash long.tostring (timestamp) integer.tostring (nonce) ???; ???? { MessageDigest ????? = MessageDigest.getInstance ( "SHA-256"); ??? [] hashbytes = digest.Digest (input.getBytes (Standardcharsets.utf_8)); StringBuilder hexstring = new StringBuilder (); for (byte b : hashbytes) { ??? hex = integer.tohexstring (0xff & b); if (hex.length () == 1) hexstring.append ( '0'); hexstring.append (16 ?); } return hexstring.tostring (); } catch (?? e) { ??? runtimeexception (e)? ?????. } } // ??? ?? ?? : ?? 0?? ??? ?????. ?? void mineblock (int ???) { ??? target = "0".repeat (???); while (! hash.substring (0, ???) .equals (target)) { Nonce; hash = calmatehash (); } System.out.println ( "?? ?? :"??); } }
3. ?? ???? ?? ??? ????
??? ???? ?? Blockchain
???? ????.

java.util.arraylist ?? ??; ?? ??? ?? ?? { ?? ????? <??> ??; ?? INT ???; ?? ?? ?? () { this.chain = new ArrayList <> (); this.difficulty = 4; // ??? ?? 0 ? chain.add (createGenesisBlock ()); } // ? ?? ???? ?? ??? ???? ?? ?? CreateGenesisBlock () { ? ??? ????? ( "Genesis Block", "0"); } // ??? ? ??? ????? public void addblock (??? ???) { block newBlock = new Block (data, chain.get (chain.size () -1) .hash); NewBlock.mineBlock (???); chain.add (NewBlock); } // ??? ???? ?????? ?? ?? ischainvalid () { for (int i = 1; i <chain.size (); i) { ?? ?? = chain.get (i); previous = chain.get (i -1); if (! current.hash.equals (current.calculateHash ())) { System.out.println ( "????? ??? ??"i); ??? ?????. } if (! current.previoushash.equals (previous.hash)) { System.out.println ( "???? ?? ?? ??"I); ??? ?????. } } ??? ??????. } // ??? ????? public void printchain () { for (int i = 0; i <chain.size (); i) { ?? B = ?? (i); System.out.println ( "Block #"I "[Hash :"B.Hash ", ?? :"B.PreviousHash ", ??? :"B.Data "]"); } } }
4. ?? ??? ???????
??? ????? ?? ?? ???? ????.
?? ??? ?? { public static void main (String [] args) { ?? ?? BC = ??? ?? ?? (); System.out.println ( "??? ?? 1 ..."); bc.addblock ( "Alice? $ 100? ??"); System.out.println ( "??? ?? 2 ..."); bc.addblock ( "Bob? $ 50? ??"); System.out.println ( "??? ?? 3 ..."); bc.addblock ( "???? 25 ??? ????"); System.out.println ( "\ nblockchain valid?"bc.ischainvalid ()); System.out.println ( "\ n --- ?? ?? ?? ---"); bc.printchain (); } }
5. ?? ???? ?? (?? ??)
?? ??? ???? ??? ??????.
- ???? ?? : ??? ???? ???? ??? ??????.
- ?? ? ?? ???? : Netty? ?? Java ?? ?? ??? ??? ???? ?? ??? ??????.
- ?? ? ??? ?? : ??/?? ? ???? Java?
KeyPairGenerator
?Signature
???? ??????. - REST API : Spring Boot? ???? HTTP ?? ???? ?? ?? ?? ??? ??????.
- ??? : ??? ?? ?? ?????? (? : SQLITE ?? LEVENDB)? ?????.
6. ?? Java ?? ?? ????? ?? (?? ??)
?? ?? ?? ????? ?? ?? ?? ??? ??????.
- Hyperledger ??? : Java SDK ??? ???? ???? ?? ?? ??? ??.
- Web3J : ?? ??? ?????? ?? Java ????? (??? ??? ?? ???? ? ???).
- Corda : Java/Kotlin?? ??? Enterprise? ?? ??? ?? ?? ???.
?? ??
Java? ?? ?????? ???? ???? ?? ??? ?? ?? ???? ???? ? ?????. ? ??? ??? ? ??? ????? ??, ?? ? ???? ?? ??? ?????. ???? ?? ????? ??, ????? ????? ?? ?? ?? ???? ?? ? ? ????.
????? ??? ??, ??? ?? ? ?? ???? ? ???? ??????.
? ??? Java?? ?? ?? ?? ???? ??? ?? ?????. ??? ??? PHP ??? ????? ?? ?? ??? ?????!

? AI ??

Undress AI Tool
??? ???? ??

Undresser.AI Undress
???? ?? ??? ??? ?? AI ?? ?

AI Clothes Remover
???? ?? ???? ??? AI ?????.

Clothoff.io
AI ? ???

Video Face Swap
??? ??? AI ?? ?? ??? ???? ?? ???? ??? ?? ????!

?? ??

??? ??

???++7.3.1
???? ?? ?? ?? ???

SublimeText3 ??? ??
??? ??, ???? ?? ????.

???? 13.0.1 ???
??? PHP ?? ?? ??

???? CS6
??? ? ?? ??

SublimeText3 Mac ??
? ??? ?? ?? ?????(SublimeText3)

?? ?? ?? ??? 20% ??? ??? ?? 4 ?? ?? ??? ?? ?????. 1. ?? ?????, ?? EIP-4844? ?? ? "??? ?? ??? ??"??? ??? 2? ?? ??? ?? ??? ???? ?? ?? ???? ???? ???? ?? ??? ? ????. 2. ?? ???? ?? ???? ??? ?? ?? (TVL)? ? ??? ??? ??????. ?? ??? ? ?? ?? (LSD) ? ?? (??)? ?? ??? ????? ???? ?? ??? ? ?? ???? ETH? ?? ??? ??? ??????. 3. ??? ?? ?? ?? ETF? ??? ?? ?? ???? ??? ???, ?? ????? ??? ??? ???? ?? ?? ??? ???? ?? ??? ???? ???? ????.

1. ??? ???? Binance, Ouyi OK, HTX Huobi ?? ?? ??? ?? ?? ???? ?? ?? ??? ??? ? ????.? ?????? ?? ??, ?? ??, ?? ??, ?? ?? ?? ??? ?? ??? ?????. ??? ???? ????? ?? ?? ?? ??? ?? ? ? ????. 2. ?? ??? ? 7,200 ? ?? ?? ???? ?? ? ?? ??? ??? POS ????? ?? ????? ???? EIP-1559? ?? ?? ????? ???? ?????? ?? ? ? ????. 3. ???? ?? ?? ???? ??? ????, ?? ??? ???? ?? 2 ?? ??? ??????, ???? ?? ????? ?? ?? ??? ?? ?? ??? ??? ??? ?? ?????. 4. Ethereum? ??? ??? ??? ???? ??? ?? ?? ?? ? ??? ???? ?? ?? ????, Defi ???? ? NFT ???? ?? ??????.

1. ??? ?? ?? ???? ??????. 2. ?? ? ???? ?? ??; 3. ?? ?? ??? ??????. 4. ???? ?? ??? ??????. 5. ??? ??? ?? ??? ? ? ??????. 6. ??? ???? ??????. 7. ?? ??? ?????????. 8. ??? ??? ?? ??? ??????. 9. ?? ?? ??? ??????. 10. ??? ?? ??? ???? ????. 11. ? ??? ?? ??? ???????. 12. ??? ?? ???? ID? ??????. 13. ???? ??? ????? ??????. 14 ??? ???? ?? ??? ?? ???? ??????. ??? ?? ???? ??? ????? ?? ??? ???? ??????. ??? ???? ?? ??, ?? ??? ????? ?? ??? ???? ???????. ?????, ???? ?????? ??? ??????? ?? ??? ???? ???? ??? ????.

?? ??? ??? ??? ?????? ?? ? ?? ???? ?????, ?? ?? ETH? ??? ???? ?? ? ????. 1. Binance ? Ouyiok? ?? ?? ??? ???, ??? KYC ?? ? Stablecoins?? ?? ETH? ?? ??? ??????. 2. ?? ? ???? ?? ??? ????? ???? Stablecoin ?? ?? ??? ?? ETH? ?????. 3. ???? ??? ???? ?? ??? ????? ??? ? ?? (32 ETH ??), ?? ?? ??? ?? 1 ?? ??? ???? ??? ?? ? ????. 4. Web3 ????? ???? ????? ??? ????? ?? ??? ????? ETH? ????. ???? ?? ?? ??? ????? ???? ?? ?? ? ???? ???? ?? ?? ? ?? ??? ?? ???? ???? ?? ????.

?? ??? ??? ???? ?? ??? ?? ?? ???? ? ????. ?? ??? ?? ??,??/?? ?? ?? ? ?? ?? ???? ????. 1. ??? ?? ???? ?? ? ?? ??, ?? ?? ? ?? ?? ?? ????? ?????. 2. ? ?? ?? ?? ??? ???? ?? ??, ?? ?? ? ?? ??? ??????. 3. ?? ?? ??, ??? ??? ?? ? ?? ?? ??? ?? ?? ?? ??? ?????. ?? ???? ???? 4 ?? ??? ?? ????? : ?? ??, ?? ??, ?? ?? ? ?? ?? ??? ??; ?? ?? ?? 3 ?? ?? ??? ?????. FOMO? ??? ????, KOL? ?? ??? ??? ???, ?? ?? ??? ?? ??; ???? ?? ?? ??? ?????? : Main Force? ? ??? 1,500 ? ??? ???? ???? 50%, ??? ?? ??? ????.

?? Binance Binance ?? Ouyi OKX? ?? ? ??? ???? ???? ??? ? ??? ??? ??????. 1. ???? ?? ? ???? ???? ???? ???? ????? ??? ??? ???? ??? ?? ????? ??????. 2. ??? ??? ?? ? ? ??? ???? ??? ?? ??? ?? ??? ?? ?? ???? ?????. 3. ??? ? ? ??? ID ?? (KYC), ?? ?? (2FA)? ????? ?? ??? ????? ???? ?? ??? ?????. ?? ??? ?? ? ? BTC ??? ?? ??? ????? ?? ? ????.

1. ??? ???? ?? ?? ?? ??? ?? ?? ????? ?????? ??????. 2. ??? ???? ??? ????? ?? ??? ?????. 3. ?? ?? ??? ???? ????? ??? ??????. 4. ?? ??? ?? Huobi HTX ? Ouyi OK? ?? ?? ???? ???? ?? ? ? ????. ? ?? ??? ?? ??, ?? ?? ??, ?? ?? ? ?? ?? ?? ??? ?????. ???, ?? ?? ??, ?? ?? ?? ????, ??? ?? ? ?? ??? ?? ? ?; ?????? ??? ?? ?? ??? ? ?? ?? ???? ????? ?? ??? ??, ????? ??? ? ??? ? ?????? ???????.

settings.json ??? ??? ?? ?? ?? ?? ?? ??? ??? VSCODE ??? ??? ???? ? ?????. 1. ??? ?? ?? : Windows? C : \ Users \\ AppData \ Roaming \ Code \ User \ Settings.json, MacOS IS /users//library/applicationsupport/code/user/settings.json, linux? /home//.config/code/user/settings.json; 2. Workspace ?? ?? : .vscode/settings project root ????
