码迷,mamicode.com
首页 >  
搜索关键字:events    ( 2213个结果
检查日期格式不那么唐突
Date Example02 Events search Date in the format DD/MM/YYYY: (example 25/01/1923) checkdate.js: ...
分类:其他好文   时间:2014-09-17 18:32:22    阅读次数:185
Siebel script for Pre Events
Pre events should only be used for data validation, not manipulation.such as PreSetFieldValue, PreDeleteRecord and PreWriteRecordfunction BusComp_PreW...
分类:其他好文   时间:2014-09-17 18:15:02    阅读次数:265
nginx集群中图片指定一个地址中
#usernobody;worker_processes1;#error_loglogs/error.log;#error_loglogs/error.lognotice;#error_loglogs/error.loginfo;#pidlogs/nginx.pid;worker_rlimit_nofile65535;events{worker_connections65535;}http{includemime.types;default_typeapplication/octet-stream;#log_..
分类:其他好文   时间:2014-09-17 15:34:13    阅读次数:156
javascript prompt示例
Date example Events search Date in the format DD/MM/YYYY: (example 23/01/1933)
分类:编程语言   时间:2014-09-16 18:50:40    阅读次数:195
jquery on();
on(events,[selector],[data],fn)selector:是祖先元素的子元素,这样祖先元素就可以处理这个选择器所对应的对象的所有事件 $(".comment_bar").on("click","button",function(){ var aa = $(this).parents(".comment_bar").find(".reply_list"); ...
分类:Web程序   时间:2014-09-11 17:23:52    阅读次数:276
实战:mysql 5.6复制延迟监控
mysql 5.6复制延迟监控 !获取master和slave的日志,比较slave执行进度,比较两边差多少events以及behind time!...
分类:数据库   时间:2014-09-11 17:19:32    阅读次数:239
Backbone事件机制核心源码(仅包含Events、Model模块)
一、应用场景为了改善酷版139邮箱的代码结构,引入backbone的事件机制,按照MVC的分层思想搭建酷版云邮局的代码框架。力求在保持酷版轻量级的基础上提高代码的可维护性。二、遗留问题1、backbone的升级问题,新的特性无法引入2、backbone中的潜在BUG,若官方已修复则无法同步更新解决办...
分类:其他好文   时间:2014-09-07 09:46:34    阅读次数:226
Nodejs + MongoDB
基于Nodejs和MongoDB,读取数据库中产品的列表var http = require("http"), mongo = require("mongodb"), events = require("events"); http.createServer(function(req, res).....
分类:数据库   时间:2014-09-06 00:58:02    阅读次数:330
SharePoint中查看用户登录IP与用户名
1、在cmd中输入“eventvwr”, 打开“Event Viewer”2、点击“Windows Logs”下的“Security”3、点击“Security”下的“Filter Current Log”4、在“All Events ID”处输入“4624”,代表登录事件5、点击每条过滤项,就可以...
分类:其他好文   时间:2014-09-05 21:05:01    阅读次数:201
mysql之slave_skip_errors选项
要说slave_skip_errors选项,就不得不提mysql的replication机制,总的来说它分了三步来实现mysql主从库的同步master将改变记录到二进制日志(binary log)中(这些记录叫做二进制日志事件,binary log events);slave将master的bin...
分类:数据库   时间:2014-09-05 18:03:51    阅读次数:380
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!