码迷,mamicode.com
首页 >  
搜索关键字:duration    ( 1036个结果
LR脚本信息函数-lr_start_timer和lr_end_timer
为了计算时间更加精确,可以用这个函数去掉LR自身的检查点所浪费的时间。如text check and image time Action() { double time_elapsed, duration, waste; merc_timer_handle_t timer; int m,n; lr_ ...
分类:其他好文   时间:2020-04-03 11:50:06    阅读次数:91
通过源码理解Spring中@Scheduled的实现原理并且实现调度任务动态装载
前提 最近的新项目和数据同步相关,有定时调度的需求。之前一直有使用过 、`XXL Job Easy Scheduler Spring Scheduling Scheduling @Scheduled Scheduling JDBC`数据源。 Scheduling模块 模块是 依赖下的一个包 : 这个 ...
分类:编程语言   时间:2020-04-02 01:33:30    阅读次数:90
基于 HTML5 WebGL 的 智慧楼宇能源监控系统
21世纪,在能源危机和全球气候变暖的压力下,太阳能等可再生能源越来越受到关注,其中光伏建筑一体化逐渐成为绿色发展方式和生活方式,加强节能降耗,支持低碳产业和新能源、可再生能源发展,也已经成为国家战略,所以基于数据进行管理和监控的智慧楼宇能源系统已经成为了一种趋势。通过数据我们可以直观对建筑执行能耗量... ...
分类:Web程序   时间:2020-04-01 23:29:38    阅读次数:109
微信小程序滑动菜单
好久没发博客了,发一条给2020打个卡 新手入坑小程序,网上没找到类似的示例,自己整了一个。多功能滑动展示 <!--pages/scrollMenu/scrollMenu.wxml--> <swiper class="navban" interval="{{interval}}" duration= ...
分类:微信   时间:2020-03-25 19:46:00    阅读次数:186
页面的缓存与不缓存设置
如果需要在html页面上设置不缓存,这在<head>标签中加入如下语句: 1 <meta http-equiv="pragma" content="no-cache"> 2 <meta http-equiv="cache-control" content="no-cache"> 3 <meta ht ...
分类:其他好文   时间:2020-03-22 10:54:57    阅读次数:61
Audit login 与 Audit logout
对于SqlServer数据库,当有数据库连接建立时,会触发Audit login 事件;而当有某个数据库连接关闭时,将触发Audit logout 事件。 一.Audit logout 的Duration值 注意,在SQLSERVER的事件探查器中,我们通过观察可以发现,Audit login 和 ...
分类:其他好文   时间:2020-03-20 00:49:00    阅读次数:57
JS 指定选择器创建具有指定范围,步长和持续时间的计数器
const counter = (selector, start, end, step = 1, duration = 2000) => { let current = start, _step = (end - start) * step < 0 ? -step : step, timer = s ...
分类:Web程序   时间:2020-03-18 09:48:14    阅读次数:72
CSS页面定制代码
/*simplememory*/#google_ad_c1, #google_ad_c2 {display:none;}.syntaxhighlighter a, .syntaxhighlighter div, .syntaxhighlighter code, .syntaxhighlighter ...
分类:Web程序   时间:2020-03-16 22:00:07    阅读次数:79
dubbo源码阅读-Filter默认实现(十一)之CacheFiler
API文档 http://dubbo.apache.org/zh-cn/docs/user/demos/result-cache.html 缓存使用例子 可参考:https://blog.csdn.net/hardworking0323/article/details/81293402 CacheF ...
分类:系统相关   时间:2020-03-16 14:31:03    阅读次数:73
第四节 css3动画之transition
1 <!-- 一般用作活动专题网页制作,平常不太用 --> 2 <!-- transition-property 设置过渡的属性,例如:width height background-color 3 transition-duration 设置过渡时间,比如:1s 500ms 4 transitio ...
分类:Web程序   时间:2020-03-14 17:07:36    阅读次数:76
1036条   上一页 1 ... 7 8 9 10 11 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!