GWT Wiki
  • GWT Wiki
  • GWT
    • Super Dev Mode
    • Generator
    • 瀏覽器差異
    • 相關工具
  • GXT
    • Component
    • DrawComponent
    • UiChild List
    • trace log
      • chart.client.draw
    • 瀏覽器差異
  • 3rd Party
    • gwt-jackson
    • guava
    • jqm4gwt
Powered by GitBook
On this page

Was this helpful?

  1. GWT

相關工具

Windows

開發階段會產生大量的暫存檔,而且不會自己消失, 所以固定執行下面這個 bat 檔,以刪除(已知)與 GWT 有關的暫存檔

cd %LocalAppData%\temp
del ImageResourceGenerator*.*
del gwt*.*
del uiBinder_com.*
for /d %%p in ("gwt*") do rmdir /s /q %%p
for /d %%p in ("ResourceProvider*") do rmdir /s /q %%p
Previous瀏覽器差異NextGXT

Last updated 5 years ago

Was this helpful?