摘要:
select id,group_concat(re_id order by re_id separator ",") as re_idfrom tablenamegroup by idselect group_concat(list_name) from aa_list 阅读全文
摘要:
/*外层DIV*/ div {position: relative;overflow:hidden;width: 显示宽度px;} /*left=50%刚好在中间,margin-left=往前移动图片一半,这是图片就是居中了*/ img {border:none;width: 图片宽度px;posi 阅读全文
摘要:
function checkMobileBind() { if(confirm('您尚未绑定手机,是否前往绑定?')) { window.location='http://mazey.cn/'; } else { history.go(-1); } } 阅读全文
摘要:
async必须设置为async:ture,timeout才生效; 如果设置为async:false,则锁住浏览器,禁止一切操作,直到请求有返回结果。 阅读全文
摘要:
insert into records_resolve_bak(resolve_save_addr,resolve_time,resolve_status) select resolve_save_addr,resolve_time,resolve_statusfrom records_resolv 阅读全文
摘要:
## 案例 通过按钮 `Click` 触发按钮 `Wait`,弹出信息 `Amazing!`。 ``` ``` **补充解释** 给按钮 2 添加点击事件 `click` 触发按钮 1 的点击事件,就算给按钮 1 添加样式 `display: none;` 或 `visibility: hidden 阅读全文
摘要:
HTML: JavaScript: ASP: 阅读全文
摘要:
function loadInfo(){ var domainName=$("input[name='domain-name']").val(); //域名 var contactPhone=$("input[name='contact-phone']").val(); //手机号码 var iqi 阅读全文
摘要:
1、下拉菜单(基本用法) 在使用Bootstrap框架的下拉菜单时,必须调用Bootstrap框架提供的bootstrap.js文件。当然,如果你使用的是未编译版本,在js文件夹下你能找到一个名为“dropdown.js”的文件。你也可以调用这个js文件。在使用Bootstrap框架中的下拉菜单组件 阅读全文
摘要:
table style="TABLE-LAYOUT: fixed;" td style="WORD-WRAP: break-word;WIDTH:200px;" 阅读全文