IT技术博客大学习 共学习 共进步

标签:卸载

共 2 篇相关文章

IT 浏览 1,840

使用jquery卸载全部事件

说到事件,jquery做了不少,当然也有data的很多功劳,因为原生js不支持匿名卸载事件的,而她为了开发者好用支持了匿名的。

IT 浏览 3,140

如何在关闭某个内核模块

有些时候,我们并不需要一些特殊的模块,或者个别模块对我们的硬件支持不是那么好,这就需要在内核将它们关闭,编辑下述文件即可:[root@imysql.cn ]# cat /etc/hotplug/blacklist## Listing a module here prevents the hotplug scripts from loading it.# Usually that\'d be so that some other driver will bind it instead,# no matter which driver happens to get probed first. Sometimes user# mode tools can also cont...