<!DOCTYPEhtml>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>ajax</title>
<script>
/**
*onreadystatechange每次状态改变所触发事件的事件处理程序。
*responseText从服务器进程返回数据的字符串形式。
*responseXML..
分类:
其他好文 时间:
2014-07-29 15:30:29
阅读次数:
223
关键词:factory pattern , Dependency Injection(DI), Guice(pronounced “juice” )
参考:
【1】维基DI :http://en.wikipedia.org/wiki/Dependency_injection
【2】一篇博文:http://www.blogjava.net/xylz/archive/2009/xylz/arch...
分类:
其他好文 时间:
2014-07-29 15:10:38
阅读次数:
266
??
Description

Problem J
Jin Ge Jin Qu [h]ao
(If you smiled when you see the title, this problem is for you ^_^)
For those who don't know KTV, see:
http://en.wikipedia.org/w...
分类:
其他好文 时间:
2014-07-29 14:38:18
阅读次数:
285
参考:http://msdn.microsoft.com/en-us/library/windows/hardware/ff540507(v=vs.85).aspx这是最靠谱的参考了,比.hh要直观。在Linux上稍作编辑daniel@daniel-mint ~/windbg $ awk 'BEGI...
分类:
数据库 时间:
2014-07-29 14:14:28
阅读次数:
1065
1、 需要先进行相关的yum源的导入: rpm -Uhv http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm2、安装相关软件可能需要的依赖关系,可能有错误...
分类:
其他好文 时间:
2014-07-29 11:55:36
阅读次数:
220
使用手机里的浏览器打开网页:Uri uri=Uri.parse("http://fanyi.baidu.com/#en/zh/"); Intent intent=new Intent(Intent.ACTION_VIEW, uri); startActivity(intent);在手机页...
分类:
Web程序 时间:
2014-07-29 10:32:36
阅读次数:
331
第一道Kruskal算法题#include #include #include using namespace std;#define max 505int f[max],maxw;struct edge{ int st,en,w;}ed[max*max/2];int find(int k){ if...
分类:
其他好文 时间:
2014-07-28 15:39:43
阅读次数:
181
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:
数据库 时间:
2014-07-28 14:51:13
阅读次数:
499
问题描述: 在安装Flush builder 的时候安装了汉化包,导致Eclipse中功能显示为汉字。问题解决: 在Eclipse快捷方式下“目标”路径中添加-nl "EN"即可恢复英文模式。注:举一反一,所以更改回去汉化模式-nl "ZH"或者去掉绝对路径后添加的内容。如果没有安装汉化包,...
分类:
系统相关 时间:
2014-07-28 02:56:59
阅读次数:
255
官方资料:http://dev.mysql.com/doc/refman/5.0/en/resetting-permissions.html#resetting-permissions-unix
还有一个值得参考的mysql安装,与python-mysql安装博客http://hearrain.com/2011/01/498
据官方文档说,
For example, if you r...
分类:
数据库 时间:
2014-07-27 23:37:59
阅读次数:
295