How to disable firefox browser cache
เวลาเขียนโปรแกรม ตัวโปรแกรมถูกแต่ผลใน browser ไม่เปลี่ยนตาม จึงต้องปิดไม่ให้เก็บ cache
https://support.mozilla.org/en-US/questions/905902
1. type in the address bar about:config
2. then press the button i'l be careful i promise
3. then type in the bar browser.cache.disk.enable
4. then double click on it, to make it false
5. do the same with browser.cache.memory.enable
6. exit firefox and restart-it.
- static void MyMaxJob(Args _args)
- {
- int test;
- ;
- test = max (100,120,300,400,500);
- info(int2str(test));
- }