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
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
出错原因很简单:数据库服务没开,自然就打不开Session了。
分类:
编程语言 时间:
2014-05-16 06:44:46
阅读次数:
479
目录商业协作和项目管理平台 TeamLab(GPL v3)基于Web的项目计划管理系统
NavalPlan(AGPL)项目管理工具 DotProject(GPL)项目管理系统 Collabtive(Open Source
(GPL))项目管理和缺陷跟踪工具 Redmine(GPL licence)通...
分类:
其他好文 时间:
2014-05-15 16:48:57
阅读次数:
624
在安装adt eclipse后,打开eclipse提示error:could not open
eclipse\jre\lib\amd64\jvm.cfg据网上显示原因应该是以前安装过java,然后错误什么的。。甲骨文也太那啥了,好像身边装java的人都遇到过大大小小的各种配置问题。我的情况是,以前...
分类:
系统相关 时间:
2014-05-15 15:17:43
阅读次数:
466
Sometime, we need to open a file or buffer which name began with current word in emacs.
Here I give the solution as follows.
(provide 'quick-file-jump)
(defun ab/quick-buffer-jump ()
"Quickly jum...
分类:
其他好文 时间:
2014-05-15 15:02:20
阅读次数:
373
OCP,Open-Closed Principle,中文翻译为“开闭原则”。 当我第一次看到OCP原则时,我的感觉就是这原则也太抽象了吧,什么开,什么闭呢? 然后我去寻找更加详细的答案,最经典也是最常见的解释就是维基百科了:http://en.wikipedia.org/wiki/Open/closed_principle "software entities (classes, modules,...
分类:
其他好文 时间:
2014-05-15 14:48:35
阅读次数:
292
作者:lvyilong316
绿色代表进程(进程的性质)橙色代表文件(文件的性质)。当进程试图打开文件时,内核会进行如下权限测试:
0. 若进程的有效用户ID是0(超级用户),则允许访问。
1. 若进程的有效用户ID等于文件的所有者ID,那么进行文件所有者访问权限的测试(与open的参数对比),对应图中的1。
2. 若进程的有效组ID或进程的附加组ID之一等于文件的...
分类:
系统相关 时间:
2014-05-15 14:43:28
阅读次数:
514
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier
2 document
options->auto indent 去掉indent Open Brace和Indent Close Brace的效果: 继上一段,在相对缩进行里, 如果输入"{"或"}", 则自动和上一行...
分类:
其他好文 时间:
2014-05-15 04:33:36
阅读次数:
330
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