码迷,mamicode.com
首页 >  
搜索关键字:use case    ( 38996个结果
tomcat Address already in use: JVM_Bind
运行多个tomcat时,出现tomcat Address already in use: JVM_Bind这个错误,可以按照如下方式解决:修改F:\tomcat20111101\apache-tomcat-6.0.26\conf目录下的server.xml文件的端口号修改后的结果如下:,Server...
分类:其他好文   时间:2014-05-10 08:25:37    阅读次数:390
Fix the iOS code signing issue when using Jenkins
This week I setup the Jenkins on my Mac and try to build iOS applications. unfortunately I got the code signing issues, either I use xcode plugin or x...
分类:移动开发   时间:2014-05-10 06:22:45    阅读次数:347
可以近视替代remote script的代码
这个资料是以前收集的,希望能对你有所帮助。 1、page1.htm       First Name:     Last Name:       1.   2.   3.   4.       //YOU CAN EITHER USE JAVASCRIPT OR VBSCRIPT...  //YOU CAN ALSO CALL AN ASP OR HT...
分类:其他好文   时间:2014-05-10 04:53:46    阅读次数:303
C语言之关键字
1. C99标准规定了如下关键字:auto _Bool break case char _Complexconst continue default restrict do ...
分类:编程语言   时间:2014-05-10 02:27:27    阅读次数:422
Winform Skin - How to use IrisKin2
IrisSkin2 使用方法本篇文章主要讲解如何用IrisSkin2.dll来动态的对WinForm界面进行更换皮肤操作,在操作之前,应该确保有IrisSkin2.dll和一些稍微漂亮些的皮肤文件(以.ssk结尾),把它们放置在你自认为很合适的位置,为了演示用我把IrisSkin2.dll和皮肤文件...
分类:Windows程序   时间:2014-05-10 00:56:49    阅读次数:715
Theos简介
【Theos简介】 Theos is a cross-platform suite of development tools for managing, developing, and deploying iOS software without the use of Xcode. The Th.....
分类:其他好文   时间:2014-05-09 23:33:29    阅读次数:456
leetcode题目:Clone Graph
题目: Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: Nodes are labeled uniquely. We use # as a separat...
分类:其他好文   时间:2014-05-09 22:31:35    阅读次数:353
AWS s3 python sdk code examples
Yet another easy-to-understand, easy-to-use aws s3 python sdk code examples....
分类:编程语言   时间:2014-05-09 20:51:39    阅读次数:703
MySql 已用的命令
use databases 显示所有数据库 use schame 使用数据库 show tables 显示当前数据库中的所有表 describe table 显示表结果 其他一些基本操作:例如更新,插入,查询,删除。 参考资料:http://wenku.baidu.com/link...
分类:数据库   时间:2014-05-09 19:20:41    阅读次数:363
POJ1742可行性背包
题目: Description People in Silverland use coins.They have coins of value A1,A2,A3...An Silverland dollar.One day Tony opened his money-box and found there were some coins.He decided to buy a very n...
分类:其他好文   时间:2014-05-09 15:00:55    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!