码迷,mamicode.com
首页 >  
搜索关键字:several ports 8080    ( 2284个结果
Address already in use: make_sock: could not bind to address 0.0.0.0:80
显示:80端口的某些进程还是存在的,可以用ps-ef|grephttpd查看进程,然后Kill-9进程号杀死进程,如果没有可能是端口冲突可以用netstat-nat|grep-i"80"|wc-l查看有多少个80端口然后查看netstat-nat|grep-i"80"终端输入:find/-nameports.conf/etc/apache2/ports.conf输入:vim‘/..
分类:其他好文   时间:2015-09-02 02:15:38    阅读次数:224
HDU 1061.Rightmost Digit【数论及方法】【8月30】
Rightmost Digit Problem Description Given a positive integer N, you should output the most right digit of N^N.   Input The input contains several test cases. The first line of the...
分类:Web程序   时间:2015-08-30 14:26:03    阅读次数:145
poj 2100 Graveyard Design(尺取法)
DescriptionKing George has recently decided that he would like to have a new design for the royal graveyard. The graveyard must consist of several sec...
分类:其他好文   时间:2015-08-28 19:23:49    阅读次数:143
poj 3625 Building Roads 最小生成树(prime或kruskal+并查集)(算法归纳)
Time Limit:1000MS Memory Limit:65536KB 64bit IO Format:%I64d & %I64u Description Farmer John had just acquired several new farms! He wants to connect the farms with roads so that he can trave...
分类:编程语言   时间:2015-08-26 22:43:01    阅读次数:495
UVA 题目11512 - GATTACA(后缀数组求出现次数最多的子串及重复次数)
The Institute of Bioinformatics and Medicine (IBM) of your country has been studying the DNA sequences of several organisms, including the human one. Before analyzing the DNA of an organism, the inv...
分类:编程语言   时间:2015-08-26 20:14:45    阅读次数:251
最近几天玩freebsd奋斗成果总结
玩freebsd发现真的很累人。。相信如下问题第一次玩freebsd都遇到过: 安装系统默认只有文本模式,需要手工安装gnome,kde等desktop environment。 Freebsd安装、升级软件的两种方式:ports,pkg ,怎么用? 虚拟机如何安装vmware tools增强体验 ...
分类:其他好文   时间:2015-08-26 19:33:34    阅读次数:138
POJ 1634 Who's the boss?
Who's the boss? Time Limit: 5000MS   Memory Limit: 30000K Total Submissions: 2773   Accepted: 1142 Description Several surveys indicate that the taller you are, the highe...
分类:其他好文   时间:2015-08-26 13:59:11    阅读次数:217
【转】【shader面板】Shader Compilation in Unity 4.5
【原文】Shader Compilation in Unity 4.5A story in several parts. 1) how shader compilation is done in upcoming Unity 4.5; and 2) how it was developed. Fir...
分类:编程语言   时间:2015-08-25 13:39:26    阅读次数:178
各版本CRM所需端口号
以下是微软官方提供的CRM端口号列表,收藏一下:4.0 :https://msdn.microsoft.com/en-us/library/dd979226(v=crm.6).aspxThis section describes the ports that are used for Microso...
分类:其他好文   时间:2015-08-21 15:01:29    阅读次数:217
zoj 1221 Risk【最短路 floyd】
ZOJ Problem Set - 1221 Risk Time Limit: 2 Seconds      Memory Limit: 65536 KB Risk is a board game in which several opposing players attempt to conquer the world. The gameboard consists of a ...
分类:其他好文   时间:2015-08-21 13:50:06    阅读次数:235
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!