using

来自「AS3CBLibrary」· 代码 · 共 24 行

TXT
24
字号
Using DeployerUsing the plug-in is very simple too. To deploy a file in a remote server follow this steps:1. Right-Click on your project -> Properties -> Deployer Info2. Insert Server e.g. example.con3. Insert Path e.g. /usr/home/test/public_html/   This the base path on your remote System        e.g. the file /includes/classes/class.test.php will be stored in /usr/home/test/public_html/includes/classes/class.test.php4. Insert User e.g. user5. Insert Password e.g.*******6. Press OK or Apply Now the file is configured with all the information needed to deploy it. From now on, to deploy the file, follow this steps:1. Right-click on the file2. Select Upload File3. Press Deploy File4. The file will be stored on the remote System according to your folderstructur in your Project        e.g. the file /includes/classes/class.menu.php will be stored in /usr/home/konsol/public_html/includes/classes/class.menu.phpNote: You will not get an message, except the file exists or an error occurred That's it! 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?