码迷,mamicode.com
首页 >  
搜索关键字:force    ( 2622个结果
LNMP之编译安装PHP出现的问题
2010年以前,互联网公司最常用的Web服务组合就是LAMP(即Linux、Apache、MySQL、PHP),近几年随着Nginx Web服务的逐渐流行,又出现了新的Web服务环境组合--LNMP or LEMP。LNMP即Linux、Nginx、MySQL、PHP。LEMP中的E表示的也是Ngi ...
分类:Web程序   时间:2017-05-11 20:56:15    阅读次数:188
gitblit-1.8.0域认证
gitblit-1.8.0\data\defaults.properties ...
分类:其他好文   时间:2017-05-11 19:36:09    阅读次数:319
AC日记——T-Shirt Hunt codeforces 807b
T-Shirt Hunt 思路: 水题; 代码: ...
分类:其他好文   时间:2017-05-11 19:30:36    阅读次数:249
Intel Code Challenge Elimination Round (Div.1 + Div.2, combined)C. Destroying Array(想法题)
传送门 Description You are given an array consisting of n non-negative integers a1,?a2,?...,?an. You are going to destroy integers in the array one by on ...
分类:其他好文   时间:2017-05-09 00:49:03    阅读次数:182
code force 2B The least round way
There is a square matrix n?×?n, consisting of non-negative integer numbers. You should find such a way on it that starts in the upper left cell of the ...
分类:其他好文   时间:2017-05-08 23:29:49    阅读次数:411
一台电脑 一起跑python2 python3
我习惯使用python2.7,命令都是使用的python和pip,这时候装了python3.4,首先到python3下修改python.exe,pythonw.exe为python3.exe,pythonw3.exe.添加python3.4的路径和python3.4/Scripts到环境变量里。启动 ...
分类:编程语言   时间:2017-05-08 23:11:05    阅读次数:162
Codeforces Round #221 (Div. 2) D
有点郁闷的题目,给了2000ms,可是n,m的范围已经是5000了。5000 * 5000一般在别的OJ已经是超了2000ms,一開始不敢敲。看了下别人有n*m的潜逃循环,原来CF的机子如此的强大,一開始题意没看清错了,原来随意行能够交换,列不行 那就先dp出 每一行的 每个位置包含它本身以及前面的 ...
分类:其他好文   时间:2017-05-07 23:22:51    阅读次数:340
AWS EC2 使用root账户密码登陆
今天开始学习亚马逊的云主机EC2,遇到了一个问题,我需要在EC2上安装git,但是yum命令只能是root用户才可以运行,而EC2默认是以ec2-user用户登录的,所以需要切换到root用户登录,特将研究成果公布如下: 1、根据官网提供的方法登录连接到EC2服务器(官网推荐windows用户使用P ...
分类:其他好文   时间:2017-05-06 19:08:23    阅读次数:523
linux环境下部署zabbix3.2、模板、邮件告警详细过程
服务端部署: 系统环境及软件版本: Linux:release 6.3 zabbix:zabbix-3.2.5.tar.gz nginx:nginx-1.12.0.tar.gz php:php-5.5.38.tar.gz mysql:mysql-5.6.28.tar.gz 一、安装nginx: 1、 ...
分类:系统相关   时间:2017-05-06 19:07:27    阅读次数:535
code force 798cMike and gcd problem
Mike has a sequence A?=?[a1,?a2,?...,?an] of length n. He considers the sequence B?=?[b1,?b2,?...,?bn] beautiful if the gcd of all its elements is big ...
分类:其他好文   时间:2017-05-05 21:50:40    阅读次数:270
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!