码迷,mamicode.com
首页 >  
搜索关键字:diff patch    ( 4162个结果
第一次作业
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
Django rest framework源码分析(4)----版本
版本 新建一个工程Myproject和一个app名为api (1)api/models.py (2)Myproject/urls.py (3)api/urls.py (4)views.py (5)settings.py 1.url中通过GET传参 后台可以看到当前的版本 如果url中没有传版本参数, ...
分类:其他好文   时间:2018-04-05 21:30:03    阅读次数:249
weakSelf 运用 strongSelf来解决block的循环引用
SDWebImage 中有一段源码: 我们用的比较多的 解决循环引用的问题, 在block中 用到对象内部的属性、实例变量的时候要用weakSelf 访问,但是为什么block 内部又用到strongSelf 呢? 大部分情况下,只在block中使用weakSelf 是没有问题的,通常情况下我们只在 ...
分类:其他好文   时间:2018-04-05 14:37:07    阅读次数:230
12.1.0.2.0 RAC GI PSU 12.1.0.2.180116
rac12c01:/home/grid&$ORACLE_HOME/OPatch/opatch lsinv?Oracle Interim Patch Installer version 12.2.0.1.12Copyright (c) 2018, Oracle Corporation. ?All rights reserved.Oracle Home ? &nb
分类:其他好文   时间:2018-04-05 11:43:42    阅读次数:501
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!