remove unused plugins: they slow down your blog by adding unnecessary, unused code that still has to load every time somebody accesses your page.
移除不需要的插件:无用的插件会使你的博客变慢,因为它们增加页面受访问时加载的不必要、不可用的代码。
it is always good to scan your dependencies from time to time and remove unused dependencies.
时不时的扫描你的依赖关系和删除不使用的依赖是非常不错的。
having this option in a script that runs regularly can ensure automatic cleanup of the capture file to remove unused sql.
在脚本中定期运行此选项可确保自动清理捕获文件以删除未使用的sql。
they remove unused classes, methods, and fields, so the jar file you prod uce contains only the functionality your application actually needs.
它们会删除没有用到的类、方法和字段,这样最终生成的jar文件仅包含应用程序实际需要的功能。
it specifies the interval at which the container attempts to remove unused items from the cache in order to reduce the total number of items in the cache to the value of the cache size.
它指定容器每隔多长时间尝试将不使用的项从缓存中删除以将总项数减少到缓存大小。
additive scene loading - remove unused parts to maintain the memory size.
附加的场景加载——移除没有用到的部分来维护内存大小。
note: the documentation incorrectly states this is equivalent to vb's remove unused references.
注意:在文档中,错误地将这一特性描述为与vb中的移除不用的引用(remove unused reference)相同。
the garbage collector runs in its own thread to remove unused memory from your program. it also compacts the managed heap each time it runs.
垃圾收集器以自己的线程运行,从程序里移除未使用的内存,每次运行时也压缩托管堆。