在一次提交git的途中,出现了一下问题 1.git push origin master后出现 Everything up-to-date 当时以为问题自己点错了,又重新提交了一次,在 git commit之后出现HEAD detached from 4d1722c错误 立即用git status查 ...
分类:
其他好文 时间:
2018-04-21 21:21:32
阅读次数:
363
本文涉及haproxy的安装,并做简单配置。 一.环境准备 1. 操作系统 CentOS-7-x86_64-Everything-1511 2. Haproxy版本 截至2017-02-23,haproxy稳定版本是1.7.2: http://www.haproxy.org/download/1.7 ...
分类:
其他好文 时间:
2018-04-18 13:34:52
阅读次数:
211
题目描述 In a 10-dollar shop, everything is worthy 10 dollars or less. In order to serve customers more effectively at the cashier, change needs to be pro ...
分类:
其他好文 时间:
2018-04-06 20:20:14
阅读次数:
226
Java基础教程:面向对象编程 Java语言概述 Java语言特点 1.Java为纯面向对象的语言,它能够直接反映现实生活中的对象。总之,Everything is object! 2.平台无关性。Java为解释型语言,编译器会把Java代码变成“”“中间代码”,然后在JVM上解释执行。 3.Jav ...
分类:
编程语言 时间:
2018-03-29 20:05:51
阅读次数:
228
题目: 完善编辑器中的every函数,如果集合(collection)中的所有对象都存在对应的属性(pre),并且属性(pre)对应的值为真。函数返回ture。反之,返回false。 记住:你只能通过中括号来访问对象的变量属性(pre)。 分析: 概述:every() 方法测试数组的所有元素是否都通 ...
分类:
其他好文 时间:
2018-03-25 18:09:30
阅读次数:
229
Things are meant to be forgotten, where you have been, what you have done, what you have said, everything belongs to the past, it is more often people ...
分类:
其他好文 时间:
2018-03-24 10:16:26
阅读次数:
182
Love does not dominate, it culitvates. 爱不是羁绊,而是成就。 Love should not wipe out everything you are, love should not overpower you in a negative way and ma ...
分类:
其他好文 时间:
2018-03-22 10:57:16
阅读次数:
168
系统CentOS7.4 http://isoredirect.centos.org/centos/7/isos/x86_64/CentOS-7-x86_64-Everything-1708.iso 虚拟软件VMware workstation 10 VMware workstation10.0安装教 ...
分类:
其他好文 时间:
2018-03-21 13:52:11
阅读次数:
126
数据小,这道题可以用暴力的算法,也可以用更加高级一点的素数筛法 暴力做法已经有了,线性筛的算法有了,这里给出一个简单一点的但比暴力算法快一点的算法: cpp include using namespace std; bool a[10000010];//合数表 int main() { long l ...
分类:
其他好文 时间:
2018-03-21 00:03:53
阅读次数:
149
To be is to be perceived. 存在即被感知。 How to interpret this quote? Maybe it means that everything in your world doesn't exist if you failed to percept it. ...
分类:
其他好文 时间:
2018-03-14 23:43:10
阅读次数:
205