Ubuntu Kylin 14.04gedit- Version 3.10.4 (as same as
all version of gedit 3.x )Attention: this plugin of gedit version 3.x is not the
same as gedit ver...
分类:
其他好文 时间:
2014-05-16 09:05:47
阅读次数:
293
bind和unbind对应,live和die对应,千万别用bind绑定,用die解除。还有bind可以多次绑定同一个函数,可能会被执行多次同一个函数正则表达式的使用var
email_reg = /^\w+((-\w+)|(\.\w+))*\@[A-Za-z0-9]+((\.|-)[A-Za-z0-...
分类:
编程语言 时间:
2014-05-16 08:45:57
阅读次数:
297
--创建表create table employee( userId number not
null, userName varchar2(50), pwd varchar2(50), email varchar2(100), clazz
number);--向表中插入数据INSERT INTO e...
分类:
其他好文 时间:
2014-05-16 06:53:08
阅读次数:
331
转自:http://my.oschina.net/zhuka/blog/124503No
compiler is provided in this environment. Perhaps you are running on a JRE
rather than a JDK?解决问题: 由于Ecl....
分类:
其他好文 时间:
2014-05-16 06:51:55
阅读次数:
519
最近在研究crtmpserver,这里记录下学习过程,首先我们先分析下基本流程。
1、初始化流程
InitNetworking---初始化网络
Initialize
Logger::Init()---初始化日志
lowerCase(extension) == "lua"---加载.lua后缀配置文件
LoadLuaFile
Normalize
NormalizeLogAppende...
分类:
其他好文 时间:
2014-05-15 06:22:28
阅读次数:
211
ReduceTask的运行
Reduce处理程序中需要执行三个类型的处理,
1.copy,从各map中copy数据过来
2.sort,对数据进行排序操作。
3.reduce,执行业务逻辑的处理。
ReduceTask的运行也是通过run方法开始,
通过mapreduce.job.reduce.shuffle.consumer.plugin.class配置shuffle的plugin,
...
分类:
其他好文 时间:
2014-05-14 20:23:57
阅读次数:
519
Access学习个人常用网址珍藏Access论坛:http://www.office-cn.net/forum.phpAccess网站:http://www.office-cn.netAccess培训交流QQ群:http://www.office-cn.net/plugin.php?id=zstm_qqgroup:indexAccess微博:http://www.weibo.com/officecn01http://t.qq.com/officecn01Acc..
分类:
数据库 时间:
2014-05-14 17:13:06
阅读次数:
395
本例是PDO连接Mysql数据库的方法:连接别的数据库的方法大同小异,只需在php.ini文件中加载“extension=php_pdo.dll“和”extension=php_pdo_mysql.dll(根据需求加载对应的dll文件)“,保存重启服务器即可。以下是本例代码:
1 2 3...
分类:
数据库 时间:
2014-05-13 18:24:02
阅读次数:
366
按javaweb王者归来做strut2练习使用<struts:headtheme:"ajax">报错org.apache.jasper.JasperException:Template/template/ajax/head.ftlnotfound加入struts2-dojo-plugin-2.1.6包并在jsp里引入<%@taglibprefix="sx"uri="/struts-dojo-tags"%><sx:head/>这是..
分类:
Web程序 时间:
2014-05-13 13:00:55
阅读次数:
854
@类目-分类(category)1.类目:类目(也成类别:Category)是一种为现有类添加新方法的方式2.类目的局限性:1)类目无法向已有的类中添加实例变量;2)如果类目中的方法和已有类中的方法名称冲突时,类目中的方法优先级高,发生这种情况,则已有类的原始方法永无天日,最好的办法是将自己扩展的方...
分类:
其他好文 时间:
2014-05-13 10:18:36
阅读次数:
325