摘要:
1 2 3 4 5 6 7 8 9 10 F9 resume programe 恢复程序 Alt+F10 show execution point 显示执行断点 F8 Step Over 相当于eclipse的f6 跳到下一步 F7 Step Into 相当于eclipse的f5就是 进入到代码 A 阅读全文
摘要:
1.管线化技术——客户端可以发送多次请求到服务端,而不需要等待上一次请求得到响应的时候才能进行下一次请求。实现并行发送请求 2.ajax——实现网页异步刷新 问题:当用户进行多次ajax请求的时候,并且将内容显示在页面的同一个元素中。如果上一次请求时间过长,后面的请求时间短, 就会造成,上一次请求的 阅读全文
摘要:
The template is editable. Along with static text, code and comments, you can also use predefined variables that will then be expanded like macros into 阅读全文