Android 从输入框获取信息

activity_main.xml中加入以下代码

1
2
3
4
5
6
7
8
9
10
11
12
<Button
android:id="@+id/button"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/button"/>

<EditText
android:id="@+id/edit_text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:maxLines="2"
android:hint="Type something here"/>
Read more

Android 提示信息的乱码问题

在使用Android Studio中,错误信息的提示有时会出现乱码。
这主要是因为Projiect Encoding的编码默认是UTF-16,只要将其改为UTF-8即可。

Read more

hexo 教程1:hexo简介

#####什么是hexo?

Hexo 是一个快速、简洁且高效的博客框架。Hexo 使用 Markdown(或其他渲染引擎)解析文章,在几秒内,即可利用靓丽的主题生成静态网页。

Read more

hexo 添加多说教程

**在hexo中添加多说的使用模块,使用步骤如下:
**
_config.yml中添加多说的配置:

duoshuo_shortname: 你站点的short_name
修改themes\landscape\layout\_partial\article.ejs模板

Read more
Your browser is out-of-date!

Update your browser to view this website correctly.&npsb;Update my browser now

×