码迷,mamicode.com
首页 >  
搜索关键字:etcinit.dinit.crs en    ( 12865个结果
ajax
<!DOCTYPEhtml> <htmllang="en"> <head> <metacharset="UTF-8"> <title>ajax</title> <script> /** *onreadystatechange每次状态改变所触发事件的事件处理程序。 *responseText从服务器进程返回数据的字符串形式。 *responseXML..
分类:其他好文   时间:2014-07-29 15:30:29    阅读次数:223
hapter 1: Setting the Stage
关键词: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
uva 12356 - Army Buddies
?? 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
MSDN上关于WinDbg的手册
参考: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
CentOS 6.4 播放avi格式的视频文件
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
POJ 2485(Kruskal算法)
第一道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
createdb test时报global/pg_filenode.map不存在
实际上是存在的,看到说是ipv6占用了5432的端口号,看了一下的确是,将ipv6关闭重启系统即可。下面是关闭ipv6的方法:确认IPV6是否开启在Linux下确认IPv6是否已经被启用,可以从三个方面确定。1.使用ifconfig查看自己的IP地址是否含有IPv6地址。eth0 Link en.....
分类:数据库   时间:2014-07-28 14:51:13    阅读次数:499
Eclipse被汉化后恢复EN模式
问题描述: 在安装Flush builder 的时候安装了汉化包,导致Eclipse中功能显示为汉字。问题解决: 在Eclipse快捷方式下“目标”路径中添加-nl "EN"即可恢复英文模式。注:举一反一,所以更改回去汉化模式-nl "ZH"或者去掉绝对路径后添加的内容。如果没有安装汉化包,...
分类:系统相关   时间:2014-07-28 02:56:59    阅读次数:255
mac下修改mysql-root密码-各种权限问题解决
官方资料: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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!