当我跑mysql,我得到的错误ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2).mysqld给出错误
150101 12:08:19 [Warning] Can't create test file /var/lib/mysql/lamp-update.lower-test
150101 12:08:19 [Warning] Can't create test file /var/lib/mysql/lamp-update.lower-test
150101 12:08:19 [Warning] One can only use the --user switch if running as root
150101 12:08:19 [Warning] Using unique option prefix myisam-recover instead of myisam-recover-options is deprecated and will be removed in a future release. Please use the full name instead.
150101 12:08:19 [Note] Plugin …Run Code Online (Sandbox Code Playgroud) 我有材料设计卡。该卡内有一个iframe。iframe必须是正方形。它的宽度和高度设置为100%。
正方形的宽度由layout="column" flex="33"父标记中的设置。如何使这个正方形的高度等于宽度?
<div layout="column" flex="33">
<md-input-container>
<label>Project Name</label>
<input ng-model="sprites.list[sprites.list.length-1].name" md-maxlength="30" type="text">
</md-input-container>
<run-project></run-project>
<sprites-list></sprites-list>
</div>
<blocks-list></blocks-list>
<editor></editor>
Run Code Online (Sandbox Code Playgroud)