n LOL world, there is a hero called Teemo and his attacking can make his enemy Ashe be in poisoned condition. Now, given the Teemo's attacking ascendi ...
分类:
其他好文 时间:
2017-11-09 11:50:21
阅读次数:
168
1.CentOS7 FastDFS搭建 前面已下载好了要用到的工具集,下面就可以开始安装了: 如果安装过程中出现问题,可以下载我提供的,当前测试可以通过的工具包: 点这里点这里 1.1 安装libfastcommon 安装成功后解压libfastcommon-master.zip 当我们./make ...
分类:
其他好文 时间:
2017-11-08 21:23:32
阅读次数:
202
下载eclipse编程,发现了一个问题:执行main方法第二次console打印不出数据,后发现Progress一直跳转,而且非常多进度条在运行,关闭后第一次执行没问题,第二次问题重复出现。 有幸看到此篇文章解决了我的问题:http://blog.163.com/shadow_wolf/blog/s ...
分类:
系统相关 时间:
2017-11-08 20:51:03
阅读次数:
321
Remove the minimum number of invalid parentheses in order to make the input string valid. Return all possible results. Note: The input string may cont ...
分类:
其他好文 时间:
2017-11-08 20:06:49
阅读次数:
104
1.文本处理和分析函数 $(subst from,to,text) 替换 $(patsubst pattern,replacement,text) 模式替换,可用%(只用第一个%有用),如 $(patsubst %.c,%.o,x.c.c bar.c),结果 ‘x.c.o bar.o’ $(stri ...
分类:
其他好文 时间:
2017-11-08 19:51:39
阅读次数:
165
1.首先安装git,安装Python所依赖的包组 yum install -y git yum install -y gcc make patch gdbm-devel openssl-devel sqlite-devel readline-devel zlib-devel bzip2-devel ...
分类:
编程语言 时间:
2017-11-08 19:39:24
阅读次数:
238
CMAKE的使用 一、 基本使用 安装:下载二进制包后可直接解压使用 从源码安装则执行命令:./bootstrap; make; make install——尝试执行bootstrap失败 使用:cmake dir_path,生成工程文件或makefile文件 二、 概念 out-of-source ...
分类:
其他好文 时间:
2017-11-08 17:48:25
阅读次数:
144
redhatcentos软件安装一、安装方式:1、源码安装:(源码建议放在/usr/local/src,如:/usr/local/src/php7)(1)配置:./configure:./configure--prefix=绝对路径(需在源码目录中执行。指定安装位置,如:./configure--prefix=/usr/local/php7)(2)编译:make(3)安装:..
分类:
其他好文 时间:
2017-11-08 15:05:57
阅读次数:
116
最近在复习C语言的相关知识,发现自己从来没有在Linux下使用过C语言,因此在慕课网上找到了相关的教程,学习了在Linux环境下运行C程序的基础知识。记录如下:首先准备好Linux环境,并安装好Vim编辑器、gcc编译器,使用apt-getinstall命令安装:sudoapt-getinstallvimsudoapt-ge..
分类:
编程语言 时间:
2017-11-08 14:49:26
阅读次数:
212
一,设置共享文件夹在Windows中建立共享文件夹(F:/share)在Virtualbox中设置共享文件夹的路径通过这一步操作,就可以将在Windows中建立的文件夹映射到Virtualbox中了。二,安装gcc,make,kernel-devel在执行增强工具的安装脚本的时候,需要用到gcc,make,kernel-devel这些工具,..