码迷,mamicode.com
首页 >  
搜索关键字:community    ( 2516个结果
如何在Fedora 20 上安装Mysql
[root@localhost ~]# yum -y install community-mysql-server #安装数据库已加载插件:langpacks, refresh-packagekitgoogle-chrome ...
分类:数据库   时间:2014-08-27 00:14:16    阅读次数:273
Java引用总结--StrongReference、SoftReference、WeakReference、PhantomReference
http://www.cnblogs.com/skywang12345/p/3154474.htmlhttps://www.rallydev.com/community/engineering/java-references-strong-soft-weak-phantom
分类:编程语言   时间:2014-08-25 16:43:54    阅读次数:281
MySQL Installation of system tables failed!
刚开始学习Linux,就遇到了问题。当在RedHat下安装MySQL时提示如下错误,请高手给点指点,谢谢:rpm -vih MySQL-server-community-5.0.96-1.rhel5.i386.rpm --nodeps --forcewarning: MySQL-server-com...
分类:数据库   时间:2014-08-24 14:11:12    阅读次数:497
getParameter 与 getAttribute的区别
request.getAttribute():是request时设置的变量的值,用request.setAttribute("name","您自己的值");来设置值,request.getParameter():提取发送过来的参数如:本网页http://community.abc.net/Exper...
分类:其他好文   时间:2014-08-22 12:09:16    阅读次数:161
Openfire3.8.2在eclipse中Debug方式启动最简单的方式
一、前言 最近打算研究一下Openfire,于是打算最好能够以Debug方式启动Openfire的Server,到网上一搜,还果真早到官网的一篇文章来:http://community.igniterealtime.org/docs/DOC-1020网上很多朋友按照这个教程去搭建,有的说文章有瑕疵的...
分类:系统相关   时间:2014-08-21 16:56:34    阅读次数:292
mysql通过查看跟踪日志跟踪执行的sql语句
在SQL SERVER下跟踪sql采用事件探查器,而在mysql下如何跟踪sql呢? 其实方法很简单,开启mysql的日志log功能,通过查看跟踪日志即可。 开启mysql的日志log方法: windows环境下的配置方法: 我使用的版本:Version: 5.0.37-community-...
分类:数据库   时间:2014-08-15 17:43:09    阅读次数:239
大杀招之使用QEMU调试Linux内核代码
Linux内核代码的调试非常麻烦,一般都是加printk, 或者用JTAG调试。 这里的方法是用QEMU来调试Linux内核。因为QEMU自己实现了一个gdb server, 所以可以非常方便的使用gdb来调内核。 这对内核的学习也非常有帮助。 为了尽量不多花时间在QEMU设置上,这里直接使用以下的内核image: http://free-electrons.com/community/d...
分类:系统相关   时间:2014-08-13 01:11:14    阅读次数:226
依赖注入
Inversion of Control Containers and the Dependency Injection patternIn the Java community there's been a rush of lightweight containers that help to a...
分类:其他好文   时间:2014-08-10 21:06:00    阅读次数:423
infoq
1. I am Charles Humble and I am here at QCon London with Eva Andreasson from Cloudera. Eva, can you introduce yourself to the InfoQ community?Who am I...
分类:其他好文   时间:2014-08-07 17:59:50    阅读次数:279
卸载软件
卸载mysql[root@localhost/]#rpm-qa|grep-imysql显示:MySQL-server-community-5.1.44-1.rhel4.i386.rpmMySQL-client-community-5.1.44-1.rhel4.i386.rpm[root@localh...
分类:其他好文   时间:2014-08-05 18:54:59    阅读次数:209
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!