"扩展"和"插件",其实都是软件组件的一种形式,Chrome 只不过是把两种类型的组件分别给与了专有名称,一个叫"扩展",另一个叫"插件"。扩展(Extension),指的是通过调用 Chrome 提供的 Chrome API 来扩展浏览器功能的一种组件,工作在浏览器层面,使用 HTML + Jav...
分类:
其他好文 时间:
2014-06-18 22:18:08
阅读次数:
422
1、安装扩展 windows下把 xhprof.dll 放到extensions目录下修改配置文件[xhprof]extension=xhprof.so;; directory used by default implementation of the iXHProfRuns; interface....
分类:
其他好文 时间:
2014-06-18 22:13:39
阅读次数:
261
一:下载软件包下载链接:1 http://mirrors.hust.edu.cn/apache/mahout/0.9/二:解压文件1 tar -zxvf mahout-distribution-0.9-src.tar.gz -C /usr/share/2 3 tar -zxvf mahout-...
分类:
其他好文 时间:
2014-06-18 15:39:37
阅读次数:
262
http://apps.hi.baidu.com/share/detail/37384818download ADT linkhttp://dl.google.com/android/ADT-0.9.6.zipdownload SDK linkhttp://dl.google.com/android...
分类:
系统相关 时间:
2014-06-18 15:05:42
阅读次数:
283
/**
* 游览器友好输出
* 无线参数
*/
function dump() {
$data=func_get_args();
ob_start ();
foreach($data as $v){
var_dump ( $v );
}
$output = ob_get_clean ();
if (! extension_loaded ( 'xdebug' )) {
$o...
分类:
Web程序 时间:
2014-06-17 21:56:57
阅读次数:
322
开放封闭原则(Open Closed Principle)表述为 "软件实体(类、模块、函数等)应对扩展开放,但对修改封闭。(Software entities (classes, modules, functions, etc.) should be open for extension, but...
分类:
其他好文 时间:
2014-06-17 21:14:56
阅读次数:
268
java实现几分钟前,几小时前,几天前的代码 http://www.zuidaima.com/share/1550463224564736.htm...
分类:
编程语言 时间:
2014-06-17 19:23:54
阅读次数:
208
选择的品种组合为:父本(p1)9311,为籼稻。 母本(p2)12,为粳稻。 后代(f1)F12.数据为RNA-seq数据。R 代表root, L 代表leaf。参考基因组选择日本晴。数据位置:参考基因组:/share/bioinfo/miaochenyong/call_snp/Osativa_20...
分类:
其他好文 时间:
2014-06-17 14:51:52
阅读次数:
212
DHCP的基本概念DHCP即动态主机设置通信协议(DynamicHostConfigurationProtocol),它是定义在RFC2131和2132的Internet标准可以动态地设置客户端IP状态。DHCP的端口号 udp67server服务端 udp68client客户端DHCP的相关配置文件/etc/dhcpd.conf#主配置文件/usr/share/doc/ #文档..
分类:
系统相关 时间:
2014-06-16 18:06:33
阅读次数:
402
最代码网站中关于动态表event的设计思路 http://www.zuidaima.com/share/1862322916871168.htm...
分类:
Web程序 时间:
2014-06-16 14:23:42
阅读次数:
235