问题: 1 error: failed to push some refs to 2 hint: Updates were rejected because the tip of your current branch is behind 3 hint: its remote counterpart ...
分类:
其他好文 时间:
2021-06-19 18:56:51
阅读次数:
0
离线安装vue-cli webpack github封得很厉害,只好通过如下方式离线安装vue-cli: 1、下载webpack,这里建议webpack-simple。因为webpack有坑,解压,下载地址:https://github.com/vuejs-templates/ 2、在C:\User ...
分类:
Web程序 时间:
2021-06-19 18:50:26
阅读次数:
0
1.在/etc/init.d/创建你的脚本 cd /etc/init.d/ sudo vim add_static_route_to_34_52.sh 2.在脚本中按如下模板填写 注意### BEGIN INIT INFO和### END INIT INFO之间的都要写,后面有机会研究下为什么。 后 ...
分类:
系统相关 时间:
2021-06-19 18:41:17
阅读次数:
0
Linux环境:centos6.7 修改/etc/resolv.conf重启之后自动还原,主要因为resolv.conf文件是由/etc/sysconfig/network-scripts/ifcfg-eth0生成的。 方法一:修改/etc/sysconfig/network-scripts/ifc ...
分类:
系统相关 时间:
2021-06-18 19:19:09
阅读次数:
0
.PHONY: all cleanCC = gccRM = rmMKDIR = mkdirCFLAGS = -Wall -std=gnu99 INC = -I ../include/hh_include DIR_OBJS = ../objDIR_EXEC = ../exec DIRS := $(DI ...
分类:
其他好文 时间:
2021-06-18 18:51:40
阅读次数:
0
1 cors和csrf的区别2 路飞首页 -页面组件:设置一个路由,当在浏览器访问某个路径,就会显示这个页面组件 -头部组件 -轮播图组件 -页面跳转的两种方式 -<router-link :to='/home'>点我看美女</router-link> -js中写:this.$router.push ...
分类:
其他好文 时间:
2021-06-18 18:47:13
阅读次数:
0
仓库源码地址:https://github.com/richenyunqi/code-templates。本仓库主要提供 ACM、OI、OJ、PAT、CSP 题目中常见算法和数据结构的实现,它们都以基于 C++11 语法的 C++接口的形式呈现。如果有问题或者感觉我的代码中有 bug,可以随时提 i... ...
分类:
其他好文 时间:
2021-06-17 17:13:47
阅读次数:
0
最近github只有开代理才能打开,但是即使能打开,进行push或者pull会经常报类似`error port 443: Timed out`的错误,网上搜了很久才找到解决办法。 ...
分类:
其他好文 时间:
2021-06-17 17:11:15
阅读次数:
0
开源了一个新的github仓库,主要总结一些CS大厂常见的面试问题,所有的问题与答案参考了网络上的许多博客和github仓库。 ...
分类:
其他好文 时间:
2021-06-17 17:09:31
阅读次数:
0
C# detect driver ssd/hdd 来自github的代码,略做了一丢丢修改。 using Microsoft.Win32.SafeHandles; using System; using System.Collections.Generic; using System.Compone ...