码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
5 Ways to Use Log Data to Analyze System Performance--reference
Recently we looked across some of the most common behaviors that our community of 25,000 users looked for in their logs with a particular focus on web...
分类:其他好文   时间:2014-06-08 22:19:29    阅读次数:438
kill one process
There is an need of kill one port is already in use. The command is : lsof -i:8000 There will be a list of: command pid user fd type device size...
分类:其他好文   时间:2014-06-08 21:47:33    阅读次数:366
Linux常用命令小结(续)
20. mysqlmysql --host=127.0.0.1 --port=3306 --database=test --user=test --password=test --default-character-set=utf821. 脚本求两个文件的相同集合test1 test21 22 33...
分类:系统相关   时间:2014-06-08 21:20:54    阅读次数:403
MVC使用AdditionalMetadata为Model属性添加额外信息
当需要为Model的属性添加一些额外信息的时候,使用[AdditionalMetadata("somekey", "some content")]是不错的选择,MVC内部把键值信息赋值给了ModelMetadata.AdditionalValues属性。那么,在视图中如何获取该属性的ModelMet...
分类:Web程序   时间:2014-06-08 20:05:19    阅读次数:341
[LeetCode]Distinct Subsequences,解题报告
题目 Given a string S and a string T, count the number of distinct subsequences of T in S. A subsequence of a string is a new string which is formed from the original string by deleting some (can be...
分类:其他好文   时间:2014-06-08 14:49:14    阅读次数:347
VMware网络配置文件共享和安装中文输入法
在Ubuntu下我们获取Android源码需要网络,所以VMware一定要配置好网络,安装了VMware后在宿主机的网上邻居中多了两个虚拟网卡,VMnet1、VMnet8,宿主机就是安装VMware的机器。 在客户机上VMWare提供了三种工作模式,host-only(主机模式)、NAT(网络地址转换模式)、bridged(桥接模式)。 打开客户机的配置项 可以看到安装时...
分类:其他好文   时间:2014-06-08 05:08:26    阅读次数:331
Crixalis's Equipment
Crixalis's Equipment Time Limit : 2000/1000ms (Java/Other)   Memory Limit : 32768/32768K (Java/Other) Total Submission(s) : 34   Accepted Submission(s) : 14 Font: Times New Roman | Verdana | Georgi...
分类:其他好文   时间:2014-06-08 04:37:14    阅读次数:263
常见的CPU访问引起的内存保护问题为什么只用event_122上报 - 举例2
另一个例子,通过下面的log看,CPU在访问reserved的地址0x53611EFD,非法访问时该地址会在L1D内存控制器的L1DMPFSR寄存器中记录。 ** FATAL EXCEPTION Nid:0x1262 TYPE:EXTERNAL:[0xEA07A]CpuL1DMemoryProtectionFault Violated memory address(L1DMPFAR):0x536...
分类:其他好文   时间:2014-06-08 04:13:06    阅读次数:292
ubuntu 安装mysql, 以及完全重新安装的方法
sudo apt-get install mysql-server 装完后 是无法远程访问的. 要先修改 sudo vim /etc/mysql/my.cnf 找到 bind-address = 127.0.0.1 注释掉.就ok了 如果之前装乱了... 可以这样彻底删除 sudo apt-get remove --purge mysql-server sudo a...
分类:数据库   时间:2014-06-08 03:56:15    阅读次数:288
HDU 1247 Hat’s Words
Problem Description A hat’s word is a word in the dictionary that is the concatenation of exactly two other words in the dictionary. You are to find all the hat’s words in a dictionary.   In...
分类:其他好文   时间:2014-06-08 03:02:14    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!