Windows7环境下Composer 安装包的Cache目录位置,windows7composer
http://segmentfault.com/a/1190000000355928
https://getcomposer.org/doc/
要说Composer的用法,以后再说,现在只记录windows7环境下Composer安装包的Cache目录,先看英文
COMPOSER_CACHE_DIR#
The <strong>COMPOSER_CACHE_DIR</strong>
var allows you to change the composer cache directory, which is also configurable via the <b>cache</b>-dir
option.
By default it points to $COMPOSER_HOME/cache on *nix and OSX, and C:\Users\<user>\AppData\Local\<b>Composer</b></user>
(or %LOCALAPPDATA%/<b>Composer</b>
) on Windows.
在windows环境下就是这个目录C:\Users\XXX\AppData\Local\Composer\
看进去phpunit文件夹下都是压缩文件。
所以看到下面的话你就不会觉得不明不白。
最近一年以来的Composer会自动存档你下载的dist包。默认设置下,dist包用于加了tag的版本,例如"symfony/symfony": "v2.1.4"
,或者是通配符或版本区间,"2.1.*"
或">=2.2,(如果你使用<code>stable
作为你的minimum-stability
。
dist包也可以用于诸如dev-master
之类的分支,Github允许你下载某个git引用的压缩包。为了强制使用压缩包,而不是克隆源代码,你可以使用install
和update
的--prefer-dist
选项。
C:\Windows\Installer
C:\Windows\Installer\$PatchCache$
更改后,可能会出错,建议不要。
先在控制面板的文件夹选项里把"显示隐藏文件"的勾打上,再在Win7系统盘目录下找"MSOCache"就是Office的安装目录.(至少Office03,07,10正常安装后都在MSOCache目录下)

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

WebStorm Mac version
Useful JavaScript development tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software