You are given two non-empty linked lists representing two non-negative integers. The most significant digit comes first and each of their nodes contai ...
分类:
其他好文 时间:
2018-12-15 10:28:30
阅读次数:
167
svn 提交报错 提交命令: 提示代码: 解决方法: 提交成功! ...
分类:
其他好文 时间:
2018-12-11 12:46:01
阅读次数:
272
tamayo/laravel-scout-elastic 4.0.0 requires laravel/scout ^5.0 -> satisfiable by laravel/scout[5.0.x-dev, v5.0.0, v5.0.1, v5.0.2, v5.0.3] but these co... ...
分类:
其他好文 时间:
2018-12-10 13:58:02
阅读次数:
292
记录一下 由于之前系统自带的php5.3.3没有卸载干净; 在执行phpize时报错说需要php-devel 然后yum -y install php-delel ; 然后就报错 错误:php70w-common conflicts with php-common-5.3.3-49.el6.x86_ ...
分类:
Web程序 时间:
2018-12-09 16:42:22
阅读次数:
514
C++的关联容器主要是两大类map和set 我们知道谈到C++容器时,我们会说到 顺序容器(Sequence containers),关联容器(Associative containers),无序关联容器(Unordered associative containers)以及容器适配器(Contai ...
分类:
编程语言 时间:
2018-11-29 19:57:53
阅读次数:
166
欢迎和大家交流技术相关问题: 邮箱: jiangxinnju@163.com 博客园地址: GitHub地址: 知乎地址: 假设有两个Git仓库: 1. 2. 现在需要进行合并,保留双方的历史提交记录,并将1的内容删除,合并之后的内容推送到2中。 从Github上clone仓库到github目录: ...
分类:
其他好文 时间:
2018-11-04 01:42:40
阅读次数:
574
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2018-10-27 15:22:19
阅读次数:
117
float脱离文档流,浮动在其他元素之上 float后会变成一个块级元素(可设置宽高),宽度自动调整为元素中内容的宽度 显示结果: 图片浮动之后,container高度只剩下“111111”文字的高度,container不能被img撑开了 要想撑开container,要么清除浮动,要么叫contai ...
分类:
Web程序 时间:
2018-10-24 20:08:36
阅读次数:
134
No.1Git特点版本控制:可以解决多人同时开发的代码问题,也可以找回历史代码分布式:Git是一个分布式版本控制系统,同一个Git仓库,可以分布到不同的机器上,首先会有一台计算机充当服务器,这台计算机7*24小时服务,其他计算机都是从这台计算机克隆一份代码到自己的计算机中,并且各自把各自的修改提交到服务器仓库里,也可以从服务器仓库拉取别人的提交安装sudoapt-getinstallgit-yNo
分类:
编程语言 时间:
2018-10-20 16:31:05
阅读次数:
192
题意: 石头剪刀布 分别为1、2、3,有n轮,给出了小A这n轮出什么,然后m行,每行三个数a b k,如果k为0 表示小B必须在第a轮和第b轮的策略一样,如果k为1 表示小B在第a轮和第b轮的策略不一样,如果又一轮小B输了,那整个就输了,求小B能否战胜小A 解析: 写出来矛盾的情况 建图就好啦 可能 ...
分类:
其他好文 时间:
2018-10-18 00:56:11
阅读次数:
134