It is important to clarify to what extent is automatic, which is manual, and what to secure.
Category: Develop
Automator / Mac の使い方メモ
![]() |
■ワークフロー 「ワークフロー」は作ったプロジェクトをファイルから実行する(.workflow) |
■サービス 「サービス」はファイルを右クリックした時に出てくるメニューを作るプロジェクト |
|
■フォルダアクション そのフォルダに入ったファイルに対してアクションを起こすプロジェクト |
例)一度に大量のファイルの拡張子を変更する
【ワークフローの場合】
1.新規作成からワークフローを選択する
2.指定のアクションをドラッグ&ドロップで並べ、.workflowファイルを作成する
【サービスの場合】
1.新規作成からサービスを選択する
2.ワークフロー同様に作成し、保存する
3.変換させたいファイルを複数選択し実行する
Run the MySQL command line with MAMP
MAMPのMySQLの場所は下記の場所
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –
# /Applications/MAMP/Library/bin/mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 71
Server version: 5.5.9 Source distribution
Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
mysql>
– – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – – –