- 博客(9)
- 收藏
- 关注
原创 解决 npm install的时候报npm ERR! exited with error code: 128
解决 npm install的时候报npm ERR! exited with error code: 128 最近项目的ci跑着跑着突然就报了这个错 npm ERR! Error while executing: npm ERR! /usr/bin/git ls-remote -h -t git://github.com/adobe-webplatform/eve.git npm ERR! npm ERR! undefined npm ERR! exited with error code: 128 查
2020-06-04 18:16:58
15568
2
原创 docker学习(07-12 in 汉得)
docker学习 https://download.docker.com/mac/stable/Docker.dmg mac docker 下载 Why docker? 不是虚拟硬件的虚拟机,高效启动快环境一致性可以定制CI/CD迁移轻松更轻松的维护和扩展 基本概念 镜像( Image)容器( Container)仓库( Repository) Docker 镜像 Doc...
2018-09-10 17:50:26
426
原创 git学习
git学习 子模块练习 github 地址 私钥生成 ssh-keygen -t rsa -C "binjie09@gmail.com" 私钥会生成在用户home目录下的.ssh文件夹内 请藏好私钥不动不复制不泄露,有.pub后缀的是公钥到处扔即可。 github一份 finishgitlab一份 finish 配置git环境 #配置用户信息 git config --glo...
2018-09-02 16:36:20
1136
原创 2017第八届蓝桥杯决赛个人答案
标题:平方十位数由0~9这10个数字不重复、不遗漏,可以组成很多10位数字。这其中也有很多恰好是平方数(是某个数的平方)。比如:1026753849,就是其中最小的一个平方数。请你找出其中最大的一个平方数是多少?注意:你需要提交的是一个10位数字,不要填写任何多余内容。9814072356 #include #include #include #include #include u
2017-05-27 16:49:16
4758
2
原创 hdoj1556 Color the ball
Problem Description N个气球排成一排,从左到右依次编号为1,2,3....N.每次给定2个整数a b(a Input 每个测试实例第一行为一个整数N,(N 当N = 0,输入结束。 Output 每个测试实例输出一行,包括N个整数,第I个数代表第I个气球总共被涂色的次数。 Sample Inpu
2017-05-09 21:04:33
292
原创 hnustoj 1030: Count the Number of Cycles
题目描述 In information theory, a low-density parity-check (LDPC) code is a linear error correcting code, a method of transmitting a message over a noisy transmission channel, and is constructed using
2016-06-05 23:42:15
344
原创 hnustoj 1030: Count the Number of Cycles
1030: Count the Number of Cycles 时间限制: 1 Sec 内存限制: 128 MB 提交: 2 解决: 1 [提交][状态][讨论版] 题目描述 In information theory, a low-density parity-check (LDPC) code is a linear error correcting code, a met
2016-06-05 23:22:15
310
原创 方格填数(回溯法)
标题:方格填数 在2行5列的格子中填入1到10的数字。 要求: 相邻的格子中的数,右边的大于左边的,下边的大于上边的。 如【图1.png】所示的2种,就是合格的填法。 请你计算一共有多少种可能的方案。 请提交该整数,不要填写任何多余的内容(例如:说明性文字)。 #include using namespace std; l
2016-05-24 17:02:20
962
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人