View allAll Photos Tagged Javascript
Thông thường bạn muốn hỏi một vấn đề gì đó trên Web, bạn sẽ chụp ảnh màn hình lại, sau đó dùng công cụ chỉnh sửa ảnh vẽ mũi tên và ghi chú. Sau đó gửi cho người khác để chờ giải đáp. Sẽ phức tạp hơn nếu bạn không có công cụ chỉnh sửa ảnh và ghi chú. Với cách dưới đây, chỉ với 1 đoạn code bạn sẽ d...
11th APRIL, LONDON - Damjan Vujnovic shares when he decided to build mindmup.com. The two main goals, to learn cool stuff and have fun. What went right? What went wrong? What was most surprising? How did they test, monitor & troubleshoot? See the SkillsCast recording (film, code, slides) at bit.ly/16V3t3p
Impressions from the first nz.js(con); conference.javascript.org.nz/ organized by the JavaScript Society of New Zealand. javascript.org.nz/
Here I run the first test on this page www.jakearchibald.co.uk/jsperformance/closurememory/1.html
It's expected that the browser uses more memory, but it should release it back to the OS once the page is refreshed.
Chrome (on the left) behaves correctly. Safari does not.
Safari 4 will reuse the memory it has, but it doesn't give any back to the operating system, even if it has 700mb of memory reserved.
Safari still holds onto the memory if the tab that reserved the memory is closed.