一、手动部署测试环境: 1、登录172.XX.XX.XX 服务器(拉取最新代码) 2、然后输入 cd /XXX/XXX/XXXX 敲回车键,进入对应模块 3、然后输入 svn up 或 svn upadte 敲回车键 4、然后输入ll或ls 敲回车键 5、然后进入对应XXX模块和XXX模块路径下面有 ...
分类:
系统相关 时间:
2018-09-12 18:02:50
阅读次数:
512
题目描述: http://120.24.86.145:8006/test/hello.php 作者:御结冰城 1.打开题目页面啥都没有,去源码中找线索,发现注释:<!--1p.html--> 2.试图访问http://120.24.86.145:8006/test/1p.html,发现被重定向到bu ...
分类:
其他好文 时间:
2018-09-12 01:26:21
阅读次数:
934
在最近的vue项目中遇到的问题:v-html渲染的富文本,无法在样式表中修改样式; 这是为什么呢?原因很简单:如果p标签在template中先写出来,那么在<style></style>标签中是可以修改其样式的; 这应该是vue编译的规范,未在虚拟dom中渲染的元素无法修改样式; 解决方案1:在up ...
分类:
Web程序 时间:
2018-09-11 01:03:56
阅读次数:
454
Description Every cow's dream is to become the most popular cow in the herd. In a herd of N (1 <= N <= 10,000) cows, you are given up to M (1 <= M <= ...
分类:
其他好文 时间:
2018-09-09 18:16:17
阅读次数:
216
打开Qt 5.8 for Desktop (MinGW 5.3.0 32 bit)命令行 Setting up environment for Qt usage... D:\Qt\Qt5.8.0\5.8\mingw53_32>e: //QT项目盘符 E:\>cd E:\QT_WORKSPACE\De ...
分类:
编程语言 时间:
2018-09-09 15:25:52
阅读次数:
704
1. 下载vagrant并安装 2. 创建centos/7环境,创建VagrantFile: vagrant init centos/7 3. 导入centos/7的base image vagrant up 4. 进入到创建的centos/7 vagrant ssh 5. 查看虚机状态: vagr ...
分类:
其他好文 时间:
2018-09-08 23:34:31
阅读次数:
233
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-09-08 22:38:38
阅读次数:
192
ifconfig 配置或显示网络接口信息 -a 显示所有的网络接口信息,包括活动的和非活动的 up 激活指定网络接口 down 关闭指定网络接口 hw 设置网络接口的物理地址(MAC地址) 使用范例: ifconfig ==>显示系统中所有网卡信息 ifconfig eth0 up ==>启动网卡e ...
分类:
系统相关 时间:
2018-09-08 18:59:57
阅读次数:
219
升级命令 虽然 apt-get 经常被人诟病,但实际上它还是个挺好用的软件包管理器。在 Ubuntu 14.04 以后的系统中,apt-get 相关的升级更新命令有四个: 那么,这四个升级命令都有什么差别呢? 根据 apt-get 的官方手册: update - 从服务器更新可用的软件包列表。 up ...
分类:
系统相关 时间:
2018-09-08 17:17:14
阅读次数:
175
转自网络资源:http://www.great-one.co.uk/archives/289 版本:win08 ; 该方法支持hyper-v 虚拟机 启动报错: A Windows 2008 R2 Domain controller started coming up with with the f ...
分类:
其他好文 时间:
2018-09-08 15:18:35
阅读次数:
492