Genymotion官網:
http://www.genymotion.com/
Genymotion教學:
http://ting760628.blogspot.tw/2013/11/android-eclipse-genymotion.html
Genymotion模擬器比內建Emulator模擬器速度快上非常多。
標籤
2D
3D Printer
7-Zip
穩壓器
Adobe XD
AI
AJAX
Android
Apache
APIs
APP Script
Arduino
Async
Audio
Authorization
Auto
Autocomplete
AWS
Azure
Batch
Building
Canvas
Certificate
Chrome
CI/CD
Class
CLI
Cloud
Cloud Native
CMake
CMS
codec
Color
Comodo
Compress
Config
Consent
Console application
Cookie
Cron
CSharp
CSS
CSS3
CString
CSV
CUDA
Database
Date
Day
Debug
Deep Learning
Defender
dependencies
Deploying
Design
DevOps
Diagrams
docker
Document
Domain Name
Dropbox
Eclipse
Editor
Equality
ESP8266
Excel
express
Extension
Facebook
Feature Flag
filewatcher
Float
FreeBSD
gif
git
gitlab
GLSL
Google
Gradient
grbl
Home Assistant
HTML5
HTTP
i18n
icon
ICP
Image
Image Synthesis
injection
int
IoT
IR
JavaScript
jQuery
Json
Language
Laravel
Load Testing
Loader
Logger
Maker
MariaDB
Markdown
Math
Mathematica
Messenger
MFC
Microservices
MIDI
Migration
Mobile
Mock
Moment
MongoDB
mp4
MSSQL
Music
MySQL
Named
NAT
Neural Networks
Node.js
npm
Obfuscator
Objective-C
ORM
P2P
Package
Patent
PDF
PHP
PHPMyAdmin
Planning
PostgreSQL
PowerShell
pragma
React
Regex
region
Regular Expression
REST
RESTful
Resumable
RFID
sci
Search
Serverless
Service
Session
Site
Sketch
Slide
Socket
Sort
Spark
SQL
SQLite
SSD
SSL
Static
Stream
TBD
TensorFlow
test
Time
Touch
Tutorial
Tween
TypeScript
Ubuntu
UI
ULPS
UML
UniformServer
Unleash
Unzip
Upload
UX
Validator
VC++
VisualStudio
VisualStudio2010
VSCode
VTK
Vue
Web
WebAssembly
Webpack
Wifi
Win32
Windows
WinRAR
yarn
Youtube
Zigbee
Zip
2014年5月7日 星期三
2014年5月6日 星期二
[備份][Tools] 7-Zip的命令列指令
由於原文部落格已經搬家,因此作個備份。
[備份] [Tools] 7-Zip的命令列指令
當我們需要整批壓縮檔案或要透過排程來備份資料時,最方便的還是使用命令列指令。由於從DOS時就慣用PKZIP,因此到現在仍繼續使用它的PkzipC.exe,但最近因為硬碟空間不足且因為Pkzipc是需要付費的,因此順便將之整個更換成7-Zip 的命令列指令:7z.exe,同時將壓縮格式換成7z,使空間能更節省。
7z.exe的命令語法如下:
7z 命令 [選項] 壓縮檔名 要處理的檔名列
命令:有a,d,e,l,t,u, x等幾個命令。
範例:
更詳細的內容直接看到7-zip.chm即可。
做了一點小測試:將資料夾內30個檔案大小共260,823,040 Bytes的檔案(SQL Server資料庫備份出的資料檔案),分別使用7-Zip、PkzipC、WinRAR 3.0
壓縮,大小分別同下:
獲勝的是7-Zip。
[備份] [Tools] 7-Zip的命令列指令
當我們需要整批壓縮檔案或要透過排程來備份資料時,最方便的還是使用命令列指令。由於從DOS時就慣用PKZIP,因此到現在仍繼續使用它的PkzipC.exe,但最近因為硬碟空間不足且因為Pkzipc是需要付費的,因此順便將之整個更換成7-Zip 的命令列指令:7z.exe,同時將壓縮格式換成7z,使空間能更節省。
7z.exe的命令語法如下:
7z 命令 [選項] 壓縮檔名 要處理的檔名列
命令:有a,d,e,l,t,u, x等幾個命令。
a | Add | 將檔名列中的檔案加入壓縮檔 | -i (Include)? |
-m (Method)? | |||
-p (Set Password)? | |||
-r (Recurse)? | |||
-sfx (create SFX)? | |||
-si (use StdIn)? | |||
-so (use StdOut)? | |||
-t (Type of archive)? | |||
-u (Update)? | |||
-v (Volumes)? | |||
-w (Working Dir)? | |||
-x (Exclude) | |||
d | Delete | 將指定檔名由壓縮檔內移除 | -i (Include) |
-m (Method) | |||
-p (Set Password) | |||
-r (Recurse) | |||
-u (Update) | |||
-w (Working Dir) | |||
-x (Exclude) | |||
e | Extract | 將指定檔名由壓縮檔中擷取出來 | -ai (Include archives) |
-an (Disable parsing of archive_name) | |||
-ao (Overwrite mode) | |||
-ai (Exclude archives) | |||
-i (Include) | |||
-o (Set Output Directory) | |||
-p (Set Password) | |||
-r (Recurse) | |||
-so (use StdOut) | |||
-x (Exclude) | |||
-y (Assume Yes on all queries) | |||
l | List | 顯示壓縮檔案內的檔案資訊 | -ai (Include archives) |
-an (Disable parsing of archive_name) | |||
-ai (Exclude archives) | |||
-i (Include) | |||
-p (Set Password) | |||
-r (Recurse) | |||
-x (Exclude) | |||
t | Test | 測試壓縮檔的完整性 | -ai (Include archives) |
-an (Disable parsing of archive_name) | |||
-ai (Exclude archives) | |||
-i (Include) | |||
-p (Set Password) | |||
-r (Recurse) | |||
-x (Exclude) | |||
u | Update | 用較新的同名檔案更新壓縮檔內較舊的檔案 | -i (Include) |
-m (Method) | |||
-p (Set Password) | |||
-r (Recurse) | |||
-sfx (create SFX) | |||
-si (use StdIn) | |||
-so (use StdOut) | |||
-t (Type of archive) | |||
-u (Update) | |||
-w (Working Dir) | |||
-x (Exclude) | |||
x | eXtract with full paths | 以完整路徑的格式解出檔案 | -ai (Include archives) |
-an (Disable parsing of archive_name) | |||
-ao (Overwrite mode) | |||
-ai (Exclude archives) | |||
-i (Include) | |||
-o (Set Output Directory) | |||
-p (Set Password) | |||
-r (Recurse) | |||
-so (use StdOut) | |||
-x (Exclude) | |||
-y (Assume Yes on all queries) |
範例:
- 壓縮檔案:7z a -tzip archive.zip test1.txt test2.txt test3.txt
- 刪除檔案:7z d archive.zip *.bak
- 解壓縮到目前資料夾:7z e archive.zip
- 解壓縮所有的.cpp檔案案件到指定資料夾:7z e archive.zip -oc:\soft *.cpp
- 顯示壓縮檔內的資訊:7z l archive.zip
- 依壓縮檔內的檔案路徑解壓縮到指定資料夾:7z x archive.zip -oc:\soft *.cpp
更詳細的內容直接看到7-zip.chm即可。
做了一點小測試:將資料夾內30個檔案大小共260,823,040 Bytes的檔案(SQL Server資料庫備份出的資料檔案),分別使用7-Zip、PkzipC、WinRAR 3.0
壓縮,大小分別同下:
- 7-Zip: 43,791,855 Bytes
- WinRAR: 50,415,283 Bytes
- PKZipC: 63,701,625 Bytes
獲勝的是7-Zip。
訂閱:
文章 (Atom)