1、当我新建了一个文件或者文件夹,要提交的时候出现ok按钮灰选,提交不了。 解决方法:提交信息多写一些字儿就可以了,挥着回车换行也行 2、报错:you need to upgrade the working copy first 解决方法:先执行clean up 后再提交 ...
分类:
其他好文 时间:
2018-12-27 15:31:44
阅读次数:
132
Vagrantfile类似: 然后运行下面的vagrant up --provider=docker命令时失败: 原因是hashicorp/precise64这个box不支持provider=docker,换一个支持docker的box即可 ...
分类:
其他好文 时间:
2018-12-26 17:45:41
阅读次数:
178
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
其他好文 时间:
2018-12-26 11:36:54
阅读次数:
75
利用基本的Socket 通信,模仿远程cmd命令: Server Client 基本的UDP : 粘包及简单解决方法: 使用struct模块来转换数据长度。 server: client 练习:up_down server: client: 详细教程参考:http://www.cnblogs.com ...
分类:
编程语言 时间:
2018-12-25 16:58:55
阅读次数:
209
Kubernetes监控指标集群监控?节点资源利用率?节点数?运行PodsPod监控?Kubernetes指标(pod)DESIRED:预期的状态CURRENT:当前的状态UP-TO-DATE:更新后的状态AVAILABLE:可以用的状态?容器指标(cpu,mem)?应用程序Kubernetes监控方案cAdvisor+InfluxDB+Grafana:cAdvisor(k8s自身的组件)采集的数
分类:
Web程序 时间:
2018-12-24 12:34:52
阅读次数:
209
psyco加速Python执行速度的方法:要求: 版本对照:File name Python versions Well-tested withpsyco-x.y-win32-py2.2.2.exe 2.2.2 and up 2.2.2 and 2.2.3psyco-x.y-win32-py2.3. ...
分类:
编程语言 时间:
2018-12-24 00:11:01
阅读次数:
229
工作中经常遇到update、commit 失败导致冲突问题,需要用clear up来清除问题,个别异常情况导致clear up失败,进入死循环!可以使用sqlite3.exe清理一下wc.db文件的队列表和锁表解决问题。 1.下载sqlite3.exe文件 百度网盘链接:https://pan.ba ...
分类:
其他好文 时间:
2018-12-23 17:50:23
阅读次数:
463
注意:里面的up方法是 使用 php artisan migrate 来执行调用的 主要是用来增加字段 而迁移文件里面的down方法是用来删除字段用的 使用 php artisan migrate:rollback 来执行 主要是删除字段 这里的rollback会执行最近使用的那个迁移文件里面的do ...
分类:
其他好文 时间:
2018-12-22 17:28:17
阅读次数:
197
# Example config file /etc/vsftpd/vsftpd.conf## The default compiled in settings are fairly paranoid. This sample file# loosens things up a bit, to ma ...
分类:
系统相关 时间:
2018-12-22 11:44:44
阅读次数:
179
There is a ball in a maze with empty spaces and walls. The ball can go through empty spaces by rolling up(u), down (d), left (l) or right (r), but it ...
分类:
其他好文 时间:
2018-12-22 11:44:21
阅读次数:
195