码迷,mamicode.com
首页 >  
搜索关键字:diff    ( 2433个结果
[以太坊源代码分析] I.区块和交易,合约和虚拟机
最近在看以太坊(Ethereum)的源代码, 初初看出点眉目。 区块链是近年热点之一,面向大众读者介绍概念的文章无数,有兴趣的朋友可自行搜索。我会从源代码实现入手,较系统的介绍一下以太坊的系统设计和协议实现等,希望能提供有一定深度的内容,欢迎有兴趣的朋友多多讨论。 注:1.源代码在github上, ...
分类:其他好文   时间:2018-04-07 22:50:35    阅读次数:301
git学习
克隆项目 设置贡献者: git config -g user.name "xudandan123" git config -g user.email "905976615@22.com" git diff: 工作区与暂存区对比 git diff --cached: 暂存区与版本库对比 git dif ...
分类:其他好文   时间:2018-04-07 22:46:01    阅读次数:192
第一次作业
6.1拆分实数整数及小数部分 1.设计思路: (1) 第一步:阅读题目要求及所给部分。 第二步:根据题意补全相应函数。 2.实验代码: 3.调试过程中碰到的问题和解决办法: 没有问题 6.2在数组中查找指定元素 1.设计思路: (1) 第一步:审题 第二步:补全缺失函数 (2)流程图 2.实验代码: ...
分类:其他好文   时间:2018-04-06 22:30:04    阅读次数:125
March 01st, 2018 Week 9th Thursday
Let bygones be bygones. 过去的就让它过去吧。 What happened has happened, it cannot be undone, so just leave it in the way it si, and think of the way out or way ...
分类:其他好文   时间:2018-04-06 14:01:22    阅读次数:147
1066. Root of AVL Tree (25)
1066. Root of AVL Tree (25) An AVL tree is a self balancing binary search tree. In an AVL tree, the heights of the two child subtrees of any node diff ...
分类:其他好文   时间:2018-04-06 10:52:02    阅读次数:164
git 常用命令
git initgit add .git add -f a.txt 强制添加文件git commit -m "上传的第一个文件"git staus 查看git的状态git log git的提交日志git log --pretty=onelinegit diff 查看提交文件的不同git reset ...
分类:其他好文   时间:2018-04-05 23:09:25    阅读次数:171
docker note
"docker common command" "docker on runoob" "diff image and container" build inspect exec docker compose ...
分类:其他好文   时间:2018-04-04 20:57:34    阅读次数:133
Real Time Rendering 1
【Real Time Rendering 1】 1、RTR是一本导论。官网:http://www.realtimerendering.com。 2、At around 6 fps, a sense of interactivity starts to grow. An application dis ...
分类:其他好文   时间:2018-04-04 12:54:01    阅读次数:146
MySQL案例02:ERROR 1221 (HY000): Incorrect usage of DB GRANT and GLOBAL PRIVILEGES
MySQL在授权用户时出现报错信息,具体信息如下: 一、错误信息 执行命令: 错误信息: 二、错误原因 根据错误提示,可以发现一些授权时全局的权限,针对的是*.*,而不能单独对某个库、表授权 三、解决方法 将全局权限单独授予,拆分进行用户授权 四、MySQL权限附录 Permissible Priv ...
分类:数据库   时间:2018-04-04 12:50:05    阅读次数:258
Git简单知识
git:当前世界上最先进的分布式版本控制系统 新增、修订都有记录 帮助快速回找,版本定位。 1991,Linus创建了开源的Linux,已成为最大的服务器系统软件免费的集中式版本控制系统 CVS、SVN 速度慢 需联网使用BitKeeper 商业版本 BitMover公司 授权Linux社区免费使用 ...
分类:其他好文   时间:2018-04-03 17:31:23    阅读次数:139
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!