会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
liguangsunls
Powered by
博客园
博客园
|
首页
|
新随笔
|
联系
|
订阅
|
管理
上一页
1
···
77
78
79
80
81
82
83
84
85
···
188
下一页
2017年6月30日
h5播放音乐
摘要: h5音频播放,里面參数能够查看http://www.w3school.com.cn/html5/html_5_audio.asp <audio controls="controls"> <source src="song.ogg" type="audio/ogg"> <source src="son
阅读全文
posted @ 2017-06-30 20:20 liguangsunls
阅读(328)
评论(0)
推荐(0)
编辑
Unity3D:粒子系统Particle System
摘要: 1. GameObject → Create Other → Particle System。 2. 选中 Particle System,可看到下列屬性: 3.Particle System: Duration: 粒子发射时间(设定为5秒。每5秒发射一次粒子)。 Looping:是否循环产生粒子(
阅读全文
posted @ 2017-06-30 19:13 liguangsunls
阅读(548)
评论(0)
推荐(0)
编辑
文章标题
摘要: 通过重写FrameLayout 中boolean fitSystemWindows(Rect insets)方法来实现ActionBar的Overlay模式不遮盖顶部的设计 通过重写FrameLayout 中boolean fitSystemWindowsRect insets方法来实现Action
阅读全文
posted @ 2017-06-30 17:53 liguangsunls
阅读(230)
评论(0)
推荐(0)
编辑
【面试加分项】java自己定义注解之申明注解
摘要: 之前的博客http://blog.csdn.net/u010590685/article/details/47029447介绍了java的注解的基本知识今天我们学习怎样使用自己定义注解。 首先我们要声明一个注解,声明代码例如以下: import java.lang.annotation.Docume
阅读全文
posted @ 2017-06-30 16:26 liguangsunls
阅读(155)
评论(0)
推荐(0)
编辑
osgi实战学习之路:1. ant+bnd+felix搭建osgi之HelloWorld
摘要: 开发环境分为三个部份 osgi_provider: bundle开发环境,对外提供服务 osgi_consumer: 引用其他bundle osgi_main: 执行測试 项目主要内容 : common.xml: <?xml version="1.0" encoding="UTF-8"?> <pro
阅读全文
posted @ 2017-06-30 15:24 liguangsunls
阅读(519)
评论(1)
推荐(0)
编辑
Android简单实现Socket通信,client连接server后,server向client发送文字数据
摘要: 案例实现的是简单的Socket通信,当client(Androidclient)连接到指定server以后,server向client发送一句话文字信息(你能够拓展其他的了) 先看一下服务端程序的实现吧 Server.java import java.io.IOException; import j
阅读全文
posted @ 2017-06-30 13:45 liguangsunls
阅读(675)
评论(0)
推荐(0)
编辑
配置问题总结
摘要: 编码的问题转为配置的问题,这样简化了逻辑。 尤其是在对于webx、maven这种框架、工具。 Webx 视图层 写的是vm代码。一般主要内容在screen中,screen引用 $control.setTemplate("home:pageTitle.vm").setParameter("pageTi
阅读全文
posted @ 2017-06-30 12:23 liguangsunls
阅读(318)
评论(0)
推荐(0)
编辑
leetcode -day29 Binary Tree Inorder Traversal & Restore IP Addresses
摘要: 1、 Binary Tree Inorder Traversal Given a binary tree, return the inorder traversal of its nodes' values. For example: Given binary tree {1,#,2,3},
阅读全文
posted @ 2017-06-30 10:44 liguangsunls
阅读(89)
评论(0)
推荐(0)
编辑
HBase高速导入数据--BulkLoad
摘要: Apache HBase是一个分布式的、面向列的开源数据库。它能够让我们随机的、实时的訪问大数据。可是如何有效的将数据导入到HBase呢?HBase有多种导入数据的方法。最直接的方法就是在MapReduce作业中使用TableOutputFormat作为输出。或者使用标准的客户端API,可是这些都不
阅读全文
posted @ 2017-06-30 09:23 liguangsunls
阅读(694)
评论(0)
推荐(0)
编辑
Android LayoutInflater
摘要: 本文讲述什么是 LayoutInflater。有何作用。使用场景。以及与 setContentView() 的差别。应用案例请參见我的还有一篇博文《Android PopupWindow 仿微信点赞和评论弹出框》。 1. LayoutInflater 是什么 LayoutInflater 是一个抽象
阅读全文
posted @ 2017-06-30 08:50 liguangsunls
阅读(185)
评论(0)
推荐(0)
编辑
上一页
1
···
77
78
79
80
81
82
83
84
85
···
188
下一页