28/01/2014 MCAFEE SECURE 認證的網站

https://www.mcafeesecure.com/RatingVerify?ref=www.HongKongCupid.com

2013年11月21日 星期四

**到底我們所使用的Windows記憶體--都用到哪兒去喔?!**US-en*** In the end we use Windows Memory -Are used where to go Oh?!****到底我們所使用的Windows記憶體--都用到哪兒去喔?!**US-en*** In the end we use Windows Memory -Are used where to go Oh?!**

**到底我們所使用的Windows記憶體--
都用到哪兒去喔?!**
*US-en-** In the end we use Windows Memory -
Are used where to go Oh?!
*

開啟工作管理員--
只顯示了Visual Studio240MB
Chrome用不到100MB
SQL Server亦只用了75MB
IE也不過是50MB...
哪其他的記憶體都耗在哪兒上?!
原來有個破解記憶體之謎的好工具 :
 RAMMap**
[
http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx  ]
執行後只要幾秒,
原本疑雲滿天的記憶體舞弊懸案,
頓時真相大白喔!
Technet網站有篇介紹文章,
詳細說明了上圖各分類及欄位的定義,
整理如下供大家參考:
http://blogs.technet.com/b/askperf/archive/2010/08/13/introduction-to-the-new-sysinternals-tool-rammap.aspx  ]
RAMMAP V1.32 
由Mark Russinovich和Bryce科格斯韋爾
發布時間:2013年11月1日  
下載RAMMAP   (270 KB)
你有沒有想過究竟是如何分配的Windows物理內存,
是多少個文件數據緩存在RAM中,
或者多少RAM所使用的內核和設備驅動程序?
RAMMAP使得容易回答這些問題。
RAMMAP是先進的物理內存使用情況分析工具---
---為Windows Vista和更高。
它提出了使用信息以不同的方式在幾個不同的選項卡:
  • 使用計數:用法摘要類型和分頁列表
  • 進程:進程的工作集大小
  • 優先摘要:優先的待機列表大小
  • 物理頁:每頁使用所有的物理內存
  • 物理範圍:物理內存地址
  • 文件摘要:文件RAM中的數據文件
  • 文件詳細說明:單個物理頁面文件
使用RAMMAP了解了Windows內存管理,
分析應用程序的內存使用情況,
或回答特定的問題如何被分配RAM。
RAMMAP的刷新功能,使您能夠更新顯示,
它包括用於保存和加載內存快照的支持。
對於定義標籤的RAMMAP的使用以及了解Windows內存管理器---
---使用的物理內存分配算法,請參閱 :  Windows內部, 5    
*
*相關鏈接*
  • Windows內部書Windows內部的權威書籍的官方更新和勘誤表,
  • 由Mark Russinovich和David所羅門。
  • 的Windows Sysinternals的管理員參考  由Mark Russinovich和亞倫Margosis的的Sysinternals的實用程序,
  • 包括描述的所有工具,
  • 其功能,
  • 如何使用它們進行故障排除,
  • 例如真實世界的情況下,其使用的官方指南。
  • *下載 
    下載RAMMAP (270 KB)

    從現在從運行RAMMAP Live.Sysinternals.com
    上運行:
    • 客戶端:Windows Vista和更高版本。
    • 服務器:Windows Server 2008和更高版本*

    --------------------------------------------------------------------
    Process Private:
    分配給單一Process專用的記憶體
    Mapped File:
    用來儲放檔案內容快取(Cache)的記憶體空間
    Shared Memory:
    標註給多個Process共用的記憶體分頁
    (Page,記憶體管理單位)
    Page Table:
    用來描述虛擬記憶體位址的分頁表
    (裡面是一筆一筆的PTE,Page Table Entries)
    Paged Pool:
    允許移至磁碟的核心集區記憶體
    (Kernal Pool Memory)
    Nonpaged Pool:
    不允許移至磁碟的核心集區記憶體
    System PTEs: 與I/O空間、
    核心堆疊、記憶體描述清單等系統分頁相關的PTE
    Session Private:
    登入工作階段相關的記憶體
    Metafile: 是系統快取的一部份,
    包含NTFS Metadata
    (包含MFT及其他NTFS Metadata檔案)。
    在MFT中,每個檔案屬性記錄佔用1K,
    而一個檔案至少有一個屬性記錄,
    再加上其他NTFS Metadata檔,
    當檔案數眾多,這塊會很快速成長。
    AWE: 啟用Address Windowing Extension技術---
    ---所使用的相關記憶體空間
    (較常應用在SQL或其他DB)
    Driver Locked: 驅動程式鎖定的實體記憶體。
    多用於I/O的暫時性小量應用,
    如果有裝RAMDisk,也會算在這一區。
    Kernel Stack:
    核心執行緒推疊,執行緒愈多,
    用量愈大。
    每項分類都有以下欄位:
    Active: 正在使用中的實體記憶體分頁
    (Process Working Set或System Working Set)
    Standby: 留在實體記憶體但暫不使用的分頁,保留供後續能快速重覆利用
    Modified: 與Standy類似,但內容被修改過,重覆使用前要先回寫到磁碟機
    Modified no write: 與Modified類似,但標註為不需回寫到磁碟
    Transition: 在分類之間轉換的分頁
    Zeroed: 內容已清空可供使用的分頁,

    系統剛開機時明顯增加,隨著使用一段時間逐步轉為Standby
    Free: 可以使用但殘留先前資料的分頁,使用前需先轉為Zeroed
    Bad: 標註損壞的記憶體 ....!*

    ------------------------------------------------------------------
    *US-en-*
    *Open Task Manager -
    Shows only Visual Studio240MB
    Chrome less than 100MB
    SQL Server has only used 75MB
    IE is nothing but a 50MB ...
    Which other memory is spent on Where?!
    The original had a crack the mystery of memory a good tool:
      RAMMap **
    [Http://technet.microsoft.com/en-us/sysinternals/ff700229.aspx]
    After execution as long as a few seconds,
    Originally Supremacy sky corrupt memory unsolved,
    Suddenly truth Oh!
    Technet Web site an article introducing the article,
    A detailed description of each category on the map and field definitions,
    Summarized as follows for your reference:
    Http://blogs.technet.com/b/askperf/archive/2010/08/13/introduction-to-the-new-sysinternals-tool-rammap.aspx   ]...
    *

    *
    Have you ever wondered exactly how Windows is
    assigning physical memory,
    how much file data is cached in RAM,
    or how much RAM is used by the kernel and device drivers?
    RAMMap makes answering those questions easy.
    RAMMap is an advanced physical memory usage analysis utility  
    for Windows Vista and higher.
    It presents usage information in different ways  
    on its several different tabs:
    • Use Counts: usage summary by type and paging list
    • Processes: process working set sizes
    • Priority Summary: prioritized standby list sizes
    • Physical Pages: per-page use for all physical memory
    • Physical Ranges: physical memory addresses
    • File Summary: file data in RAM by file
    • File Details: individual physical pages by file
    Use RAMMap to gain understanding of the way ---
    Windows manages memory,
    to analyze application memory usage,
    or to answer specific questions about how RAM is being allocated. RAMMap’s refresh feature enables you to update the display and  
    it includes support for saving and loading memory snapshots.
    For definitions of the labels RAMMap uses as well as to learn about  
    the physical-memory allocation algorithms used by the Windows memory manager, please see  
    Windows Internals, 5th Edition      ]*<--press here  *


    *Related Links
    • Windows Internals BookThe official updates and errata page for the definitive book on Windows internals,
    • by Mark Russinovich and David Solomon.
    • Windows Sysinternals Administrator's ReferenceThe official guide to the Sysinternals utilities by Mark Russinovich and Aaron Margosis, including descriptions of all the tools, their features, how to use them for troubleshooting, and example real-world cases of their use.

    Download  


    Run RAMMap now from Live.Sysinternals.com
    Runs on:
    • Client: Windows Vista and higher.
    • Server: Windows Server 2008 and higher                *
    ***到底我們所使用的Windows記憶體--都用到哪兒去喔?!*
    *US-en*** In the end we use Windows Memory -Are used where to go Oh?!**===END===>/

    **2).*我的收集-Mac 進階使用 » MAC技巧匯總.doc-中文版-隨意選^^=MY Idol=WANMP Online System & Briian.com X me=Mac的大合集2].!*US-en* 2) * My collection-Mac Advanced use >>MAC tips summary. Doc-Chinese version - free to choose ^^=MY Idol = WANMP Online System & Briian.com X me =Mac's large collection 2]**!

    *2).*我的收集-Mac 進階使用 » MAC技巧匯總.doc-
    中文版-隨意選^^=MY Idol=WANMP Online System & Briian.com X me=Mac的大合集2]*.!
    *US-en* 2) * My collection-Mac Advanced use >>MAC tips summary. Doc-Chinese version - free to choose ^^=MY Idol = WANMP Online System & Briian.com X me =Mac's large collection 2]*! 

    *Adobe Photoshop CC 14.0.0 Mac 简体中文版【安装破解教程】
    首先下载软件-   http://app.maiyadi.com/app-720952/      -
    Adobe已经决定停止开发CS系列软件,
    PhotoshopCS6将是该系列的最后一代。
    今后我们将迎来云时代的PhotoshopCC!

    Photoshop是数字影像处理和编辑的业界标准,
    提供广泛的专业级修饰工具套件,
    还封装了专为激发灵感而设计的强大编辑功能。

      Photoshop CC 现在已包含在Creative Cloud。
    这表示,您可以在所有最新的更新和功能版本推出时加以取用。
    使用“储存至云端”,
    可让多台电脑之间的档案保持条理。
    而且,通过 Behance 整合,
    您可以直接通过 Photoshop CC 分享专案,
    并且立即从世界各地的创意人士那里获得回馈。

    新功能:全新的智慧型锐利化
    新功能:智慧型增加取样
    新功能:内含 Extended 功能
    新功能:Camera Raw 8 和图层支持
    新功能:可编辑的圆角矩形
    新功能:多重形状和路径选择
    新功能:相机防手震
    新功能:扩充的智慧型物件支持
    新功能:改良的 3D 绘图
    新功能:改善的文字样式
    新功能:CSS 属性复制
    新功能:条件动作
    新功能:改良的 3D 场景面板
    新功能:工作流程省时功能
    新功能:改良的 3D 效果
    新功能:从网页档案读入颜色
    新功能:用于文字的系统消除锯齿

      内容感知技术
        Mercury 图形引擎
        强大的设计工具
        直觉式视讯制作
        模煳效果库
        直觉式的 3D 工具和 DICOM 支持
        背景储存与自动复原
        新功能:改良的最小和最大滤镜
    破解开始了!
    第一步通用!以试用模式开始安装

    *



















    *断网



















    *继续



















    *安装*



















    *安装中* 




















    *安装完,打开软件,
    什么都不要做,退出*
    *

     
    *找到软件安装目录!
    右键显示包内容!*
     




















    *找到 Contents / Frameworks 
    【把破解包 Adobe CC crack kit 1.0.zip 解压
    使用 amtlib.framework 替换 】*


    *重要:此时一定要运行 破解包--
    --Adobe CC crack kit 1.0 里面的--
    -- Smart Adobe CC Blocker v1.0 文件,
    如图 

























    *此时开始联网打开 软件!
    官方简体中文版就在你眼前了!*
    haha....*
    *US-en*
    *First download the software:   http://app.maiyadi.com/app-720952/      
    Adobe has decided to stop development of CS Series Software PhotoshopCS6 will be the last generation of the series. We will usher in the era of cloud PhotoshopCC!
    Photoshop is a digital image processing and editing industry standards,
    Offers a wide range of professional-grade modification kit,
    Also encapsulates inspired and designed specifically for powerful editing features.
    Photoshop CC has now been included in the Creative Cloud.
    This means that You can all the latest updates and features to be accessible version is available.
    Use "Save to the cloud," Allows files between multiple computers to stay organized.
    Moreover, by integrating Behance, You can share directly through Photoshop CC project,
    And immediately creative people from all over the world get feedback. New features:
    The new Smart Sharpen
        
    New features: Intelligent increase the sample
        
    New features: includes Extended Function
        
    New features: Camera Raw 8 and layer support
        
    New features: editable Rounded Rectangle
        
    New features: Multiple shapes and path selection
        
    New features: anti-shake camera
        
    New features: Extended support for smart objects
        
    New features: Improved 3D graphics
        
    New features: Improved text style
        
    New features: CSS property Replication
        
    New features: Condition Action
        
    New features: Improved 3D scene panel
        
    New features: Workflow-saving features
        
    New features: Improved 3D effect
        
    New features: file read from the page color
        
    New features: anti-aliasing for text system Content-Aware Technology Mercury Graphics Engine Powerful design tool Intuitive video production Mold burnt Effects Library Intuitive 3D tools and DICOM support Background storage and automatic recovery New features: Improved the minimum and maximum filter Crack started! Step Universal! Start the installation in trial mode *



















    *Off net*
    *



















    *Continue**




















    *Installation**



















    *Installation...**



















    *After installing, open the software, nothing to do, quit**



















    *Find the software installation directory! Right Show Package Contents**



















    *Found Contents / Frameworks
    [Crack the package Adobe CC crack kit 1.0.zip extract
    Use amtlib.framework replacement]
    *
    *












    *Important: At this point we must run the crack package
    Adobe CC crack kit 1.0 inside
    Smart Adobe CC Blocker v1.0 file
    Figure -**






































    *At this point things started to open the software!
    Official simplified Chinese version of it in front of you!
    *haha...**

    *Special precautions! Before installation must be broken network*
    ((=**2).*我的收集-Mac 進階使用 » MAC技巧匯總.doc-中文版-隨意選^^
    =MY Idol=WANMP Online System & Briian.com X me=Mac的大合集2].! 
    *US-en* 2) * My collection-Mac Advanced use >>  
    MAC tips summary. Doc-Chinese version - free to choose ^^=MY Idol =  
    WANMP Online System & Briian.com X me =Mac's large collection 2]**!==
    ========NEXT Sharing much more.....about Mac free software for all ...^^~C"==>/