gasonzhong1's recent timeline updates
gasonzhong1

gasonzhong1

V2EX member #438558, joined on 2019-08-29 11:14:45 +08:00
gasonzhong1's recent replies
Aug 19, 2024
Replied to a topic by shum02 职场话题 刚毕业就入职老家事业单位但是非编制
快辞职,这么有无聊的岗位会把人生干颓废的,去追逐梦想吧(手动狗头)
@tool2d 非常感谢
清华的开源地址您能发我下么?
Feb 24, 2023
Replied to a topic by helloworld2048 区块链 solidity 入门问题求解
改成这样就好了
contract FunctionTypes {
function insertSort(uint256[] memory arr)
external
returns (uint256[] memory)
{
for (uint256 i = 1; i < uint256(arr.length); i++) {
uint256 temp = arr[i];
for (uint256 j = i - 1; j >= 0; j--) {
if (arr[j] >= temp) arr[j + 1] = arr[j];
else {
arr[j + 1] = temp;
}
}
}
return arr;
}
}
http://chat.gasontech.com/chat
自己搭。没玩过的可以注册试试
为啥现在都把 text-davinci-003 说是 chatgpt 呢?两码事吧,不是一个模型
Oct 27, 2022
Replied to a topic by Angela2022 程序员 有靠谱的 Web3.0 培训吗, 请推荐 谢谢
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2462 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 15ms · UTC 05:12 · PVG 13:12 · LAX 22:12 · JFK 01:12
♥ Do have faith in what you're doing.