2017年9月19日

CentOS7 tomcat systemctl脚本

摘要: 1,centos7 使用 systemctl 替换了 service命令 参考:redhat文档: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/System_Administrators_ 阅读全文

posted @ 2017-09-19 23:00 林肯公园 阅读(1374) 评论(0) 推荐(0)

Jquery中的has、find、filter方法区别

摘要: find方法 find返回的是匹配结果集,作用于后代$(‘li’).find(‘.a’).css(‘background-color’, ‘red’);在li下面查找元素是否有class=a的元素,返回class=a的元素的集合。比如如下例子: Hello, how are you? Me? I’m 阅读全文

posted @ 2017-09-19 10:03 林肯公园 阅读(441) 评论(0) 推荐(0)

导航