Here is an incomplete stack of tricks to help you work with Chromium in Visual Studio. Faster Solution Loading / IntelliSense Loading a huge solution ...
分类:
其他好文 时间:
2020-06-19 12:20:55
阅读次数:
63
当由多个上游的时候,我们需要合理管理自己的分支的track,进行合作; 拉取上游分支到本地: git pull <remote> <branch> 建立分支track 信息: git branch --set-upstream-to=<remote>/<branch> wip-readahead 查 ...
分类:
其他好文 时间:
2020-06-19 12:16:10
阅读次数:
215
1. Redis简介 Redis(Remote Dictionary Server ),即远程字典服务,是一个开源的使用ANSI C语言编写、支持网络、可基于内存亦可持久化的日志型、Key-Value 数据库,并提供多种语言的API。Redis 是一个高性能的key-value数据库。 redis的 ...
分类:
编程语言 时间:
2020-06-19 01:19:59
阅读次数:
93
git remote -v /usr/local/Homebrewgit remote set-url origin git://mirrors.tuna.tsinghua.edu.cn/homebrew.git/usr/local/Homebrew/Library/Taps/homebrew/ho ...
分类:
其他好文 时间:
2020-06-19 01:03:31
阅读次数:
71
修改nginx 的配置文件/etc/nginx/nginx.conf http { log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $body_bytes_sent "$http_ref ...
分类:
系统相关 时间:
2020-06-18 21:31:42
阅读次数:
81
# 查看远程仓库推拉地址,分支信息,分支跟踪情况等 git remote show origin # 拉取远程仓库的变更内容到本地 git fetch origin # 拉取并合并仓库的变更内容到本地 git pull # 添加远程仓库跟踪地址 git remote add # 推送本地的提交到远程 ...
分类:
其他好文 时间:
2020-06-18 19:37:11
阅读次数:
41
添加监听事件:afterlayout listeners: { afterlayout: function (grid) { debugger; var records = grid.getStore().getRange(); for (var i = 0; i < records.length; ...
分类:
Web程序 时间:
2020-06-17 20:28:06
阅读次数:
65
function showLog($content,$filename="filenamelog") { $logfile = 'logs/'.$filename.date('Ymd').'.txt'; if(!file_exists(dirname($logfile))) { mkdir(dirn ...
分类:
Web程序 时间:
2020-06-17 13:13:42
阅读次数:
117
消费方项目为SpringMVC 服务提供方为Spring+MyBatis 使用版本号: dubbo 2.6.6 zookeeper 3.6.1 出现异常: 类型:com.alibaba.dubbo.rpc.RpcException 主要信息: Invoke remote method timeout ...
分类:
其他好文 时间:
2020-06-17 09:13:44
阅读次数:
267
参考:https://blog.csdn.net/caiqiiqi/article/details/79698143 一、实验步骤 1、创建拓扑 参数说明: --controller 自己指定一个控制器,一般用remote指定远程控制器。还可以用--ip 与 --port 指定地址和端口号 --ma ...
分类:
其他好文 时间:
2020-06-17 01:57:29
阅读次数:
188