This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | |
| android:layout_width="fill_parent" | |
| android:layout_height="fill_parent" | |
| android:gravity="center_horizontal|center_vertical"> | |
| <WebView | |
| android:id="@+id/webView" | |
| android:layout_width="fill_parent" | |
| android:layout_height="fill_parent" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###### | |
| # 本归档每周末收录当周的Tips | |
| ###### | |
| # 以root身份执行上一条命令 | |
| $ sudo!! | |
| # 返回用户主目录 | |
| $ cd |