Jenney Zhao

导航

08 2012 档案

Termp Folder and its subfolders
摘要:Ifyouopen %TEMP% from the Start menu, it may open C:\Users\username\AppData\Local\Temp\1, C:\Users\username\AppData\Local\Temp\2, and so on. Each time the user logs off and back on, the number increments. The number resets after each reboot. Why are we seeing these folders being created under Temp? 阅读全文

posted @ 2012-08-17 19:22 Jenney Zhao 阅读(389) 评论(1) 推荐(0)

REST基础
摘要:REST(Representational State Transfer表述性状态转移)是分布式网络系统的一种设计模式, 源自Roy T. Fielding in his PhD thesis in 2000.Resource – Oriented: Drivers of the resource design are networking aspects and not the object model.Key REST Principles•Give every “thing” an ID•Link things together(URI)•Use standard methods(Get 阅读全文

posted @ 2012-08-15 20:35 Jenney Zhao 阅读(156) 评论(0) 推荐(0)

Generic performance test
摘要:Generic performance test 阅读全文

posted @ 2012-08-14 20:00 Jenney Zhao 阅读(130) 评论(0) 推荐(0)

多核
摘要:多核分为原生多核和封装多核 阅读全文

posted @ 2012-08-14 19:39 Jenney Zhao 阅读(375) 评论(0) 推荐(0)