码迷,mamicode.com
首页 >  
搜索关键字:jbpm engine 源码    ( 55112个结果
类似QQ的应用毗邻(Pilin)即时聊天源码
类似QQ的应用毗邻(Pilin)即时聊天源码
分类:其他好文   时间:2014-04-30 03:57:03    阅读次数:351
最新模仿ios版微信应用源码
最新模仿ios版微信应用源码
分类:微信   时间:2014-04-30 03:53:57    阅读次数:1081
PHP源码分析
收集一些对PHP研究较深的文章,方便平时的查阅。 1)弱类型变量实现 2)PHP的生命周期 3)变量的引用计数、写时复制(Reference counting & Copy-on-Write) 4)变量的存储方式 5)数组 6)HashTable API 7)面向对象
分类:Web程序   时间:2014-04-30 01:38:26    阅读次数:565
rpm包安装
RPM全称是“RedHatPackageManager”是由RedHat公司发发展起来的,本质是将软件源码包经过编译并且打包成rpm的格式,rpm文件包含的有二进制文件,配置文件,库文件等,同时RPM以一种数据库记录的方式将所需要的软件安装到linux系统上,优点是安装方便,缺点是只能安装在编译时默...
分类:其他好文   时间:2014-04-29 22:42:57    阅读次数:715
DefaultActionInvocation 源码
/** * Copyright 2002-2006,2009 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ....
分类:其他好文   时间:2014-04-29 21:16:42    阅读次数:532
STL中的Traits编程技法
最近在看读《STL源码剖析》,看到Traits编程技法这节时,不禁感慨STL源码作者的创新能力。那么什么是Traits编程技法呢?且听我娓娓道来: 我们知道容器的许多操作都是通过迭代器展开的。其中容器类似于数组,迭代器类似于指针。我们用数组来写个例子:1 int arr[5] = {1,2,3...
分类:其他好文   时间:2014-04-29 18:15:15    阅读次数:463
jquery 2.1.0 源码
/*! * jQuery JavaScript Library v2.1.0 * http://jquery.com/ * * Includes Sizzle.js * http://sizzlejs.com/ * * Copyright 2005, 2014 jQuery Foundation, ...
分类:Web程序   时间:2014-04-29 17:24:50    阅读次数:683
openfire调试环境
导入工程:File->New->project:选择“Java project from existing ant buildfile”再从菜单windows->show view->ant 打开ant工具对话框打开ant编译文件build.xml当编译完成后,在源码根目录下会生成一个target目...
分类:其他好文   时间:2014-04-29 16:17:53    阅读次数:519
A quest for the full InnoDB status
When running InnoDB you are able to dig into the engine internals, look at various gauges and counters, see past deadlocks and the list of all open tr...
分类:数据库   时间:2014-04-29 15:41:04    阅读次数:686
对象里的handleEvent
最近看swipe.js源码看到handleEvent这个属性。查了一下资料才知道:使用 addEventListener 可以绑定事件,并传入回调函数。Mozilla 0.9.1 和 Netscape 6.1 之后的版本不但支持传递函数引用,也都允许直接把拥有 handleEvent 方法的对象作为...
分类:其他好文   时间:2014-04-29 15:11:22    阅读次数:416
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!