码迷,mamicode.com
首页 >  
搜索关键字:linux解决xhost: unable to open display    ( 38110个结果
23+ Useful HTML5 Open Source Online Video Players & Libraries,
Akamai’s Open Video Player for HTML5 Akamai has released a new Open Video Player for HTML5 developer toolkit, aimed at simplifying the task of creati....
分类:Web程序   时间:2014-05-16 08:37:40    阅读次数:615
20 Free Open Source Web Media Player Apps
free Media Players (Free MP3, Video, and Music Player ...) are cool because they let web developers and bloggers embed MP3 Players/FLV Olayers and bui...
分类:移动开发   时间:2014-05-16 08:27:41    阅读次数:509
org.springframework.transaction.CannotCreateTransactionException: Could not open Hibernate Session
出错原因很简单:数据库服务没开,自然就打不开Session了。
分类:编程语言   时间:2014-05-16 06:44:46    阅读次数:479
dbms_xplan的display查看执行计划
DBMS_XPLAN包包括一系列函数,主要是用于显示SQL语句的执行计划,且不同的情形下使用不同的函数来显示,如预估的执行计划则使用display函数,而实际的执行计划则是用display_cursor函数,对于awr中的执行计划,则是用display_awr函数,而SQL tuning集合...
分类:数据库   时间:2014-05-16 04:58:05    阅读次数:429
dbms_xplan的display_cursor查看执行计划
准备工作: SQL> conn sys/root as sysdba Connected. SQL> grant select on v_$sql_plan to scott; Grant succeeded. SQL> grant select on v_$session to scott; Gr...
分类:数据库   时间:2014-05-16 04:56:06    阅读次数:431
开源项目管理软件产品对比分析资料整理
目录商业协作和项目管理平台 TeamLab(GPL v3)基于Web的项目计划管理系统 NavalPlan(AGPL)项目管理工具 DotProject(GPL)项目管理系统 Collabtive(Open Source (GPL))项目管理和缺陷跟踪工具 Redmine(GPL licence)通...
分类:其他好文   时间:2014-05-15 16:48:57    阅读次数:624
adt eclipse 配置问题 error:could not open ...jvm.cfg
在安装adt eclipse后,打开eclipse提示error:could not open eclipse\jre\lib\amd64\jvm.cfg据网上显示原因应该是以前安装过java,然后错误什么的。。甲骨文也太那啥了,好像身边装java的人都遇到过大大小小的各种配置问题。我的情况是,以前...
分类:系统相关   时间:2014-05-15 15:17:43    阅读次数:466
连载:面向对象葵花宝典:思想、技巧与实践(31) - OCP原则
OCP,Open-Closed Principle,中文翻译为“开闭原则”。 当我第一次看到OCP原则时,我的感觉就是这原则也太抽象了吧,什么开,什么闭呢? 然后我去寻找更加详细的答案,最经典也是最常见的解释就是维基百科了:http://en.wikipedia.org/wiki/Open/closed_principle "software entities (classes, modules,...
分类:其他好文   时间:2014-05-15 14:48:35    阅读次数:292
php 异常捕获
1 首先是try,catch getMessage();}function file_open($path){ if(!file_exists($path)) //如果文件无法找到,抛出异常对象 { throw new Exception("文件无法找到", 1); } if(!f...
分类:Web程序   时间:2014-05-14 13:19:14    阅读次数:427
html精灵技术(用来显示图片的某个区域)
.left .left_down li.a.left-down-pic{display:block;width:50px;height:50px;background:url(images/app_icons_50_6.jpg) -400px 0px no-repeat;//关键是这句话}
分类:Web程序   时间:2014-05-14 11:36:25    阅读次数:419
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!