码迷,mamicode.com
首页 >  
搜索关键字:some other host already uses address    ( 36936个结果
what are Datatypes in SQLite supporting android
As said at Datatypes In SQLite Version 3:Datatypes In SQLite Version 3Most SQL database engines (every SQL database engine other than SQLite, as far a...
分类:移动开发   时间:2014-05-28 04:17:04    阅读次数:388
MyBatis的动态SQL详解
基础部分可以查看博主的另一篇博客:http://haohaoxuexi.iteye.com/blog/1333271MyBatis的动态SQL是基于OGNL表达式的,它可以帮助我们方便的在SQL语句中实现某些逻辑。MyBatis中用于实现动态SQL的元素主要有:ifchoose(when,other...
分类:数据库   时间:2014-05-26 19:20:05    阅读次数:379
WPF内嵌Flsh并交互
将flash嵌入WPF页面://添加加载flash的控件 // 创建 host 对象 System.Windows.Forms.Integration.WindowsFormsHost host = new System.Windows.Forms.Integration.WindowsFormsH...
分类:其他好文   时间:2014-05-26 19:10:54    阅读次数:271
<<< tomcat启动是报错StandardServer.await: create[8005]
启动tomcat的时候出现异常 严重: StandardServer.await: create[8005]: java.net.BindException: Address already in use: JVM_Bind at java.net.PlainSocketImpl...
分类:其他好文   时间:2014-05-26 18:18:35    阅读次数:183
LeetCode: palindromes 题解
Determine whether an integer is a palindrome. Do this without extra space.Some hints:Could negative integers be palindromes? (ie, -1)If you are thinki...
分类:其他好文   时间:2014-05-26 18:07:52    阅读次数:217
存储的一些基本概念(HBA,LUN)
1、关于HBA HBA的全称为Host Bus Adapter,即主机总线适配器。 a、总线适配器是个什么东西呢? 我们首先要了解一下主机的结构,一台计算机内部多半由两条总线串在起来(当然实际情况会有不同,这里只讨论常见的,简单的情况),一条总线叫系统总线,一条叫I/O总线。系统总线上接了CPU,M...
分类:其他好文   时间:2014-05-26 17:14:59    阅读次数:268
linux 安装ssh
外部链接虚拟机linux服务的时候,一直未连接,后来发现没有安装ssh导致以下是ssh安装步骤,具体过程请百度一下~//可检查是否安装root@kiwi-virtual-machine:~# ssh localhostssh: connect to host localhost port 22:.....
分类:系统相关   时间:2014-05-26 17:13:19    阅读次数:344
hdu 2586 How far away ?
DescriptionThere are n houses in the village and some bidirectional roads connecting them. Every day peole always like to ask like this "How far is it...
分类:其他好文   时间:2014-05-25 22:47:22    阅读次数:283
利用Eclipse中的Maven构建Web项目(一)
利用Eclipse中的Maven构建Web项目 1、新建一个Maven Project,“New-->Other...-->Maven Project”...
分类:Web程序   时间:2014-05-25 21:57:51    阅读次数:372
Tomct7 为自己的项目配置域名
打开 E:\Tomcat 7.0\conf\server.xml 文件 , 找到  节点 ,增加同级host节点 (注意, docBase属性的路径最好放到一个没有空格的目录里) ...
分类:其他好文   时间:2014-05-25 21:55:19    阅读次数:208
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!