码迷,mamicode.com
首页 >  
搜索关键字:git server    ( 93069个结果
k8s mandatory.yaml & service-nodeport.yaml
尝试做 ingress 实验,发现被畜生的墙拦住下载不了 mandatory.yaml & service-nodeport.yaml。 https://raw.githubusercontent.com/kubernetes/ingress-nginx/nginx-0.30.0/deploy/st ...
分类:其他好文   时间:2021-05-24 11:09:02    阅读次数:0
同时将本地git仓库提交到gitee和github
今天想把一个本地项目推送到github【此前已经将这个项目推送到gitee!】 执行 git remote add origin +远程仓库地址 这个命令时,提示 error: remote origin already exists. 这是因为gitee&github 默认都是以 origin 这 ...
分类:其他好文   时间:2021-05-24 10:58:36    阅读次数:0
Windows vs2019 cef3源码编译最新版本
##环境准备 安装windows最新版本git,硬盘建议空闲空间大于100G,内存16G。 安装vs2019,选择默认安装路径,组件选择最新的windows sdk和c++环境,因为google chromium的源码庞大,第三库极多,所以MFC和ATL也需要勾选安装。 打开控制面板,选中windo ...
分类:Windows程序   时间:2021-05-24 10:42:39    阅读次数:0
宝塔redi状态检测 如果停止则重启 放计划任务
ps=`ps -efl|grep redis|grep -v $0|grep -v grep|wc -l` if [ $ps -eq 0 ]; then rm -f /www/server/redis/redis.pid echo -e "\n$(date '+%Y-%m-%d %H:%M:%S') ...
分类:其他好文   时间:2021-05-24 10:05:33    阅读次数:0
git 多人协作
...
分类:其他好文   时间:2021-05-24 10:01:47    阅读次数:0
统计SqlServer数据库的表大小
create table #Data(name varchar(100),row varchar(100),reserved varchar(100),data varchar(100),index_size varchar(100),unused varchar(100)) declare @na ...
分类:数据库   时间:2021-05-24 09:55:32    阅读次数:0
Mac 电脑 - 使用 brew 更新 Git
安装 Homebrew Homebrew 是一个软件包管理器。它的作用就是将软件包安装到自己的目录中,然后将其文件符号链接到 /usr/local。更多信息,请自行进入官网查看 https://brew.sh/ 在将下面代码复制进终端,点击回车 /bin/bash -c "$(curl -fsSL ...
分类:系统相关   时间:2021-05-24 09:37:27    阅读次数:0
tomcat中Context标签使用
好久不配置tomcat了,以前都是进去配置下JDK,Connector,今天让配置Context,顾学习记录下。 JDK /bin/catalina.sh Connector + Context /conf/server.xml Context标签 Context标签可用于Tomcat部署web项目 ...
分类:其他好文   时间:2021-05-24 09:29:50    阅读次数:0
nginx 配置html后缀当php解析
修改php-fpm.conf security.limit_extensions = .php .html 查看php-fpm.conf内listen,如果是端口则nginx.conf server内容为 location ~ \.php|\.html(.*)$ { fastcgi_pass 127 ...
分类:Web程序   时间:2021-05-24 09:26:26    阅读次数:0
ubuntu server root用户自动登录
添加启动的账户名 sudo vi /etc/systemd/system/getty.target.wants/getty@tty1.service 如图中的 ExecStart=-/sbin/agetty -o '-p -- \\u' --noclear %I $TERM 中添加自启动root用户 ...
分类:系统相关   时间:2021-05-24 09:22:34    阅读次数:0
93069条   上一页 1 ... 34 35 36 37 38 ... 9307 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!