Chuyển đến nội dung chính

Bài đăng

Đang hiển thị bài đăng từ Tháng 10, 2022

Tóm tắt sách: Quản lý Khởi nguồn của thành công

1. Bạn chỉ có thể đạt được thứ mà bạn điều khiển được, không phải thứ bạn mong muốn. 2. Cung cấp người lao động đủ nguyên liệu và công cụ để làm việc hiệu quả.  Hãy cho tôi thứ cần sản xuất, tôi sẽ sản xuất.   3. Cơ hội được thể hiện . 4. Ghi nhận và khen thưởng . 5. Quan tâm cá nhân người lao động. 6. Khuyến khích tiến bộ. 7. Quan điểm của tôi được tôn trọng ! 8. Mối liên hệ với nhiệm vụ của công ty .

Ethereum: The Difference between function transfer fund in Solidity.

Address.transfer() Address.send() Address.call.value() Address.delegatecall() Stipend of  2300  gas along. Stipend of  2300  gas along. All gas will be sent along.   Used to  transfer funds  out of a smart contract to “someAddress”. Used to  transfer funds  out of a smart contract to “someAddress”. Interact and send ether  to the “Address”. Which uses the scope of the  current calling contract  and is mostly  used for libraries . Which is a  high-level function , there is an exception happening during the transfer, it  cascading exceptions . Low-level function , there is an exception happening during the transfer, it  returns “false”. Low-level function , there is an exception happening during the transfer, it  returns “false”. Low-level function , there is an exception happening during the transfer, it  returns “false”. Safe against re-entrancy  because they send only the gas-stipend of 2300 gas along. Safe against re-entrancy  because they send o