码迷,mamicode.com
首页 >  
搜索关键字:eclipse install plugin read time out    ( 174111个结果
送上今年微软的一道笔试题
这里送上一道微软的笔试题,具体题目如下:Time Limit: 10000msCase Time Limit: 1000msMemory Limit: 256MBDescriptionConsider a string set that each of them consists of {0,...
分类:其他好文   时间:2014-04-29 21:23:55    阅读次数:662
《Apache之虚拟主机的配置》——RHEL6.3
1、安装httpd软件包:Yum install httpd2、启动apache服务:[root@redhat Desktop]# /etc/init.d/httpd startStarting httpd: [ OK ]3、安装mod-ssl软件包[root@redhat Desktop]# yu...
分类:其他好文   时间:2014-04-29 20:50:11    阅读次数:431
ubuntu下tcpdump使用
Ubuntu默认是安装好了tcpdump工具的,如果没有安装的话使用sudo apt-get install tcpdump即可安装。 (如果遇到tcpdump: no suitable device found的问题,检查一下是不是在用root权限运行tcpdump,tcpdump只能在root权...
分类:其他好文   时间:2014-04-29 20:18:22    阅读次数:620
Eclipse环境下JBoss调试,解决引用的工程不被部署的问题
其实算是一个很小的经验,在eclipse环境下进行jboss的部署,因为要定义某公共包的问题,将代码down下来做了个工程,部署时发现jboss提示:class not found!
分类:系统相关   时间:2014-04-29 20:14:15    阅读次数:548
Hadoop 2.x 重新编译
本文记录Hadoop 2.x在Linux x64下重新编译的过程。环境:Centos 6.5 x64 &Hadoop 2.2一、安装编译包yum install svnyum install autoconfautomake libtool cmakeyum install ncurses-deve...
分类:其他好文   时间:2014-04-29 19:19:52    阅读次数:451
Android 开发之错误整理java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.
java.lang.SecurityException: Requires READ_PHONE_STATE: Neither user 10088 nor current process has android.permission.READ_PHONE_STATE.今天写了一款发短信的软件,拿了...
分类:移动开发   时间:2014-04-29 18:16:15    阅读次数:1324
使用gcc编译gdb调试
gcc在linux系统中,默认是没有安装gcc编译器的,可以通过命令rpm -q | grep gcc来查看。安装命令为:yum -y install gcc安装后,编写一个.c结尾的文件。gcc test.c就会默认输出一个a.out的输出文件,这个输出文件就是可执行文件。如果加上-o选项,则可以...
分类:数据库   时间:2014-04-29 18:11:03    阅读次数:583
监听JVM关闭
使用Runtime的addShutdownHook(thread)方法: 1 for(int i=0; i<5; i++){ 2 System.out.println(i); 3 } 4 5 Thread th...
分类:其他好文   时间:2014-04-29 17:22:47    阅读次数:311
【Android】Eclipse快捷键精选
1.ctrl+shift+r:打开资源这可能是所有快捷键组合中最省时间的了。这组快捷键可以让你打开你的工作区中任何一个文件,而你只需要按下文件名或mask名中的前几个字母,比如applic*.xml。美中不足的是这组快捷键并非在所有视图下都能用。 2.ctrl+o:快速outline如果想要查看当前...
分类:移动开发   时间:2014-04-29 16:13:55    阅读次数:742
《Cracking the Coding Interview》——第17章:普通题——题目9
2014-04-28 23:52题目:设计算法,找出一本书中某个单词的出现频率。解法:数就行了。代码: 1 // 17.9 Given a book, find out the occurrences of any given words in it. 2 // Answer: 3 // 1....
分类:其他好文   时间:2014-04-29 16:00:32    阅读次数:388
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!