在命令提示符下输入下面命令: for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 回车。到屏幕滚动停止为止。
![240](https://cdn2.jianshu.io/assets/default_avatar/4-3397163ecdb3855a0a4139c34a695885.jpg?imageMogr2/auto-orient/strip|imageView2/1/w/240/h/240)
在命令提示符下输入下面命令: for %1 in (%windir%\system32\*.dll) do regsvr32.exe /s %1 回车。到屏幕滚动停止为止。
1.eclipse无法Debug,Debug 时候ClassNotFoundException的解决方法 项目在 Run as --> Run on server 的时候能正...
关于 性能优化 是个大的面,这篇文章主要涉及到 前端 的几个点,如 前端性能优化 的流程、常见技术手段、工具等。 提及 前端性能优化 ,大家应该都会想到 雅虎军规,本文会结合...
1.js删除字符串中指定内容 var str='我是一字符串'; str.replace('一','');//将“一”变成空字符(删除) 2.js收起虚拟键盘 documen...
webapp开发新手,遇坑记录。 1.ios系统部分标签绑定click事件无效 要实现一个点击指定控件以外的位置让该控件消失的功能,在用click事件绑定在body标签...