1.公司的gitlab重构了,上午起来git pull一下最新的代码,始终提示remote: HTTP Basic: Access denied fatal: Authentication failed for。。。。。 2.然后我重新注册gitlab,再去pull代码 始终提示登录log in 我 ...
分类:
数据库 时间:
2019-12-14 15:45:04
阅读次数:
108
https://docs.nvidia.com/jetson/archives/jetpack-archived/jetpack-33/index.html#jetpack/3.3/introduction.htm%3FTocPath%3D_____1 Download and Install Je ...
分类:
其他好文 时间:
2019-12-14 12:17:34
阅读次数:
163
什么是 weinre? 为什么用 weinre? 原理 安装 使用 参考什么是 weinre?weinre官网 上有两句有意思的介绍: weinre is WEb INspector REmote. Pronounced like the word “winery”. Or maybe like t... ...
分类:
其他好文 时间:
2019-12-14 10:06:22
阅读次数:
127
一、git的本地操作 1、git的基本原理 解析:workspace是工作区,index是暂存区,local repository是本地仓库,remote repository是远程区。 a、增加代码之后,会将新增的代码保存在index区域,然后commit之后上传到本地仓库local reposi ...
分类:
其他好文 时间:
2019-12-13 21:47:32
阅读次数:
85
nginx的访问日志管理 ①使用log_format定义日志格式 例如: vim /etc/nginx/nginx.conf ##日志格式的定义在nginx的主配置文件 log_format main '$remote_addr - $remote_user [$time_local] "$requ ...
分类:
其他好文 时间:
2019-12-13 19:30:23
阅读次数:
103
grpc是rpc框架的一种,定义了远程方法调用的方式。最近总结学习了一些关于grpc的知识,从rpc开始切入,写下这篇文章。 rpc是远程过程调用(Remote Procedure Call,缩写为 RPC)。是一种计算机通信协议,该协议允许运行于一台计算机的程序调用另一台计算机的子程序,而程序员无... ...
分类:
其他好文 时间:
2019-12-12 23:43:25
阅读次数:
191
1RCN(remote computer network远程网) 2telephone line(电话线) 3communication channel(通信信道) 4Internet(互联网) 5Web(环球网) 6World Wide Web(万维网) 7Internet service(互联网 ...
分类:
其他好文 时间:
2019-12-12 21:16:07
阅读次数:
120
本地 git init git add . git commit -m "xxx" 远程 git remote add orgin http:sss.git git pull origin master 下拉合并 git push -u origin master 上传 ...
分类:
其他好文 时间:
2019-12-12 20:03:23
阅读次数:
77
[Toc] 1. rsync简介 rsync是linux系统下的数据镜像备份工具。使用快速增量备份工具Remote Sync可以远程同步,支持本地复制,或者与其他SSH、rsync主机同步。 2. rsync特性 rsync支持很多特性: 可以镜像保存整个目录树和文件系统 可以很容易做到保持原来文件 ...
分类:
其他好文 时间:
2019-12-12 12:46:36
阅读次数:
105
今天尝试用qemu+gdb的方式调试内核,但是当设置了断点,程序执行到断点时就报错:remote ‘g’ packet reply is too long,错误图片如下 解决办法网上了,说是改一下gdb/remote.c的代码,开始一脸懵逼,都不知道改哪里,知道看到了这篇博客:https://blo ...
分类:
数据库 时间:
2019-12-11 21:42:01
阅读次数:
218