为您找到相关结果321,808个
html5各种页面切换效果和模态对话框用法总结_html5_网页制作_脚本之家
data-iconpos="notext"属性可以让按钮隐藏文字。 内联样式 在框架中默认情况下按钮是横向独占根据屏幕宽度横向自适应的,但是我们在应用的应用中经常需要在一行中显示多个按钮,这时候我们就需要知道一个新的叫做内联模式的属性了 data-inline="true"。 例如: ...
www.jb51.net/html5/2603...html 2024-9-9
MySQL数据误删除的快速解决方法(MySQL闪回工具)_Mysql_脚本之家
--back-interval -B模式下,每打印一千行回滚SQL,加一句SLEEP多少秒,如不想加SLEEP,请设为0。可选。默认1.0。解析范围控制--start-file 起始解析文件,只需文件名,无需全路径 。必须。--start-position/--start-pos 起始解析位置。可选。默认为start-file的起始位置。--stop-file/--end-file 终止解析文件。
www.jb51.net/article/1720...htm 2024-9-11
javascript设计模式之策略模式_基础知识_脚本之家
this.dom.style[this.propertyName] = pos + 'px'; } let test = function () { let div = document.getElementById('div'); let animate = new Animate(div); animate.start('left', 500, 1000, 'strongEaseIn'); // animate.start('top', 1500, 500, 'strongEaseIn'); } test();2. 使用...
www.jb51.net/article/2342...htm 2024-9-5
epoll封装reactor原理剖析示例详解_C 语言_脚本之家
close(reactor->events[checkpos].fd); printf("[fd=%d] timeout\n", reactor->events[checkpos].fd); nty_event_del(reactor->epfd, &reactor->events[checkpos]); } } int nready = epoll_wait(reactor->epfd, events, MAX_EPOLL_EVENTS, 1000); if (nready < 0) { printf("epoll_wait error...
www.jb51.net/article/2568...htm 2024-9-11
Python中正则表达式的详细教程_python_脚本之家
match(string[, pos[, endpos]]) | re.match(pattern, string[, flags]) search(string[, pos[, endpos]]) | re.search(pattern, string[, flags]) split(string[, maxsplit]) | re.split(pattern, string[, maxsplit]) findall(string[, pos[, endpos]]) | re.findall(pattern, string[, flag...
www.jb51.net/article/652...htm 2024-9-6