解决方案: layui.use(‘laydate’, function(){ var laydate = layui.laydate; lay(‘.advanceDate’).each(function(){ laydate.render({ elem: this ,trigger: ‘click’ ...
分类:
其他好文 时间:
2018-08-20 17:22:56
阅读次数:
1325
参考http://chenx1242.blog.51cto.com/10430133/1837990 1 前期说明 zabbix_server查看“文件在后台运行数量”所对应的key就是:proc.num[<name>,<user>,<state>,<cmdline>],具体意思如下: <name> ...
分类:
系统相关 时间:
2018-08-17 16:29:20
阅读次数:
206
我们平时用eclipse开发jsp页面时智能提示效果不太理想,今天用了两个小时发现了eclipse也可以像Visual Studio 2008那样完全智能提示HTML/JS/CSS代码,使用eclipse自带的插件,无需另外安装插件,具体步骤如下 1.打开eclipse→Windows→Prefer ...
分类:
Web程序 时间:
2018-08-17 12:48:37
阅读次数:
177
Windows Sending Mail Script
package com.sun.tools.javac.lower;import static com.sun.tools.javac.code.Flags.BLOCK;import static com.sun.tools.javac.code.Flags.ClassFlags;import st ...
分类:
其他好文 时间:
2018-08-11 10:55:25
阅读次数:
205
create or replace trigger T_TEST after insert or delete on TEST for each row declare -- local variables here A NUMBER; PRAGMA AUTONOMOUS_TRANSACTION; ...
分类:
其他好文 时间:
2018-08-09 14:09:50
阅读次数:
143
tooltip: { trigger: "axis", axisPointer: { // 坐标轴指示器,坐标轴触发有效 type: "line" // 默认为直线,可选为:'line' | 'shadow' }, formatter: function(params) { var texts = ...
分类:
其他好文 时间:
2018-08-08 17:32:53
阅读次数:
887
<button type="button" class="btn btn-lg btn-danger" data-toggle="popover" title="Popover title" data-content="And here's some amazing content. It's ve ...
分类:
其他好文 时间:
2018-08-06 22:39:45
阅读次数:
226
阅读目录 一:触发器的优点 二:触发器的作用 三:触发器的分类 四:触发器的工作原理 五:创建触发器 六:管理触发器 概念: 触发器(trigger)是SQL server 提供给程序员和数据分析员来保证数据完整性的一种方法,它是与表事件相关的特殊的存储过程,它的执行不是由程序调用,也不是手工启动, ...
分类:
数据库 时间:
2018-08-06 21:02:55
阅读次数:
187
1 添加user key agent.conf sh文件 2 server端测试key 3 添加item、graph、trigger item是根据key获取的返回值,graph是根据这个返回值绘制的图表,trigger是根据返回值的结果判断做一定触发。 ...
分类:
其他好文 时间:
2018-08-03 18:09:14
阅读次数:
148