最近想学习Libra数字货币的MOVE语言,发现它是用Rust编写的,所以先补一下Rust的基础知识。学习了一段时间,发现Rust的学习曲线非常陡峭,不过仍有快速入门的办法。 学习任何一项技能最怕没有反馈,尤其是学英语、学编程的时候,一定要“用”,学习编程时有一个非常有用的网站,它就是“欧拉计划”, ...
分类:
编程语言 时间:
2019-08-31 11:02:21
阅读次数:
289
# 替换brew.git cd "$(brew --repo)" git remote set-url origin https://mirrors.aliyun.com/homebrew/brew.git # 替换homebrew-core.git cd "$(brew --repo)/Libra ...
分类:
系统相关 时间:
2019-08-31 00:45:02
阅读次数:
139
Source: PAT A1073 Scientific Notation (20 分) Description: Scientific notation is the way that scientists easily handle very large numbers or very smal ...
分类:
其他好文 时间:
2019-08-29 20:01:26
阅读次数:
115
一,软件下载[root@office-com-kvm-blc_eos-01~]#wgethttp://ftp.gnu.org/gnu/libc/glibc-2.30.tar.gz[root@office-com-kvm-blc_eos-01~]#wgethttp://ftp.gnu.org/gnu/make/make-4.2.tar.gz[root@office-com-kvm-blc_eos-0
分类:
系统相关 时间:
2019-08-29 00:25:39
阅读次数:
233
最近想学习Libra数字货币的MOVE语言,发现它是用Rust编写的,看来想准确理解MOVE的机制,还需要对Rust有深刻的理解,所以开始了Rust的快速入门学习。 看了一下网上有关Rust的介绍,都说它的学习曲线相当陡峭,曾一度被其吓着,后来发现Rust借鉴了Haskell等函数式编程语言的优点, ...
分类:
其他好文 时间:
2019-08-28 12:57:08
阅读次数:
78
回顾: 系统原理:CPU IO 内存 进程线程 进程程序 调用 -- system call API *GPL GNU* man ls --> GPLv3+ 宽松的GPL GNU Apache BSD 基础命令: 关机 重启 cd pwd ls cat tac date clock cal hwcl ...
分类:
系统相关 时间:
2019-08-28 11:23:30
阅读次数:
130
ar -t /usr/lib/x86_64-linux-gnu/libc.a 查看libc.a中包含的目标文件 visual c++提供类似的功能lib.exe ar -x /usr/lib/x86_64-linux-gnu/libc.a 将libc.a解压到当前目录 ...
分类:
其他好文 时间:
2019-08-28 11:03:03
阅读次数:
72
import os,cv2,requests,json,re,time import tensorflow as tf from bs4 import BeautifulSoup def check_path(path): try: a = [] for i in path.split('/'): ... ...
分类:
编程语言 时间:
2019-08-28 09:21:47
阅读次数:
153
http://mirror.hust.edu.cn/gnu/glibc/glibc-2.29.tar.gz glibc: bits/semaphore.h#if __WORDSIZE == 64# define __SIZEOF_SEM_T 32#else# define __SIZEOF_SEM_ ...
分类:
编程语言 时间:
2019-08-27 22:42:28
阅读次数:
185
awk 【单独的编程语言解释器】1、awk介绍 全称:Aho Weinberger Kernaighan 三个人的首字母缩写; 1970年第一次出现在Unix机器上,后来在开源领域使用它; 所以,我们在Linux中使用,改名为GNU awk;所以,在Linux上实际上叫做gawk; grep 行过滤 ...
分类:
系统相关 时间:
2019-08-26 10:06:20
阅读次数:
89