会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
D(a/e)mon
在编写代码之前你应当清楚你的代码要做什么
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
4
5
6
7
8
9
下一页
2016年4月5日
Android环境配置
摘要:
阅读全文
posted @ 2016-04-05 19:46 D(a/e)mon
阅读(100)
评论(0)
推荐(0)
2016年3月29日
Android ImageView的scaleType属性与adjustViewBounds属性
摘要: ImageView的scaleType的属性有好几种,分别是matrix(默认)、center、centerCrop、centerInside、fitCenter、fitEnd、fitStart、fitXY android:scaleType="center" 保持原图的大小,显示在ImageVie
阅读全文
posted @ 2016-03-29 16:20 D(a/e)mon
阅读(183)
评论(0)
推荐(0)
2016年3月28日
安卓计算器 简单代码
摘要: xml代码 Java代码
阅读全文
posted @ 2016-03-28 22:11 D(a/e)mon
阅读(1422)
评论(0)
推荐(0)
安卓单选、复选按钮简单练习
摘要: xml代码 Java代码
阅读全文
posted @ 2016-03-28 22:05 D(a/e)mon
阅读(264)
评论(0)
推荐(0)
2016年3月26日
安卓发送邮箱界面 线形、表格、相对布局方式
摘要: 线形布局 表格布局 相对布局
阅读全文
posted @ 2016-03-26 00:43 D(a/e)mon
阅读(289)
评论(0)
推荐(0)
2016年3月23日
UI和View 三种控制方式
摘要: AndroidManifest.xml activity_main.xml MainActivity Activity1
阅读全文
posted @ 2016-03-23 08:58 D(a/e)mon
阅读(171)
评论(0)
推荐(0)
2016年3月16日
Android课程---手机尺寸相关的概念 +尺寸单位+关于颜色
摘要: 手机的尺寸: 屏幕对角线的长度,单位为英寸(2.54cm) 手机的分辨率: 屏幕能显示的像素的数量, 一般用在长方向上数量*宽方向上数量来表达 手机的像素密度: pixels per inch,也称PPi,即每英寸屏幕能显示的像素数,像素密度越大,显示画面细节就越丰富。 计算:像素密度={1+√[(
阅读全文
posted @ 2016-03-16 08:43 D(a/e)mon
阅读(295)
评论(0)
推荐(0)
2016年2月25日
PHP文件函数代码
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.o
阅读全文
posted @ 2016-02-25 15:35 D(a/e)mon
阅读(184)
评论(0)
推荐(0)
2016年2月22日
封装的三级联动及应用
摘要: 封装好的JS方法 sanjiliandong.js $(document).ready(function(e) { $("#sanji").html("<select id='sheng'></select><select id='shi'></select><select id='qu'></se
阅读全文
posted @ 2016-02-22 15:35 D(a/e)mon
阅读(294)
评论(0)
推荐(0)
2016年2月21日
登陆界面ajax实例应用
摘要: 建立mydbda数据库封装类 mydbda.php <?php class mydbda { var $host = "localhost"; var $username = "root"; var $password = "123"; var $database = "mydb"; /** 功能:
阅读全文
posted @ 2016-02-21 16:36 D(a/e)mon
阅读(214)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
9
下一页
公告