自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

一航jason

IT民工,爱好:Android、C/C++、HTML5、Flutter、Framework、PHP、Unity

  • 博客(18)
  • 资源 (2)
  • 收藏
  • 关注

原创 php 根据时间挫 算出年龄

$age=date('Y')-$year; if(strtotime("".date('Y')."-".$yue."-".$ri."") < time()){ $age-=1; }$year 生日nia

2014-05-15 16:15:20 1046

原创 android 常用控件 (GridView)

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-15 09:49:00 516

原创 android 常用控件之 滚动条 (ProgressBar)

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-14 11:09:16 799

原创 android 常用控件 (AutoCompleteTextView) (MultiAutoCompleteTextView)

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-13 17:49:07 480

原创 android 常用控件 (DatePicker) (TimePicker)

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-13 14:29:48 408

转载 jQuery 获取父窗口元素方法

$("#父窗口元素ID",window.parent.document).find("#man_id").val(); 对应javascript版本为window.parent.document.getElementByIdx_x("父窗口元素ID").value;$(window.parent.frames["mainFrame"].document).find("#man_id").val

2014-05-13 11:31:40 859

原创 android 常用控件 时钟控件

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-13 10:32:52 728

原创 android 常用控件之 (ImageView) 使用

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-13 10:23:43 642

原创 android 常用控件之 (CheckBox)使用

<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_p

2014-05-12 17:11:58 463

原创 android 常用控件之 (RadioButton) 的使用

xml:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="m

2014-05-12 16:55:54 755

原创 android 常用控件之 (ToggleButton) 使用

xml:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="m

2014-05-12 16:04:50 533

转载 android 常用控件之 (Spinner )使用方法

首先简单调用:

2014-05-12 15:14:11 979

原创 支付宝接口实例php版

支付页面:<?php$payr['paymethod']=2;if($payr['paymethod']==0)//双接口{ $use_service='trade_create_by_buyer';}elseif($payr['paymethod']==2)//担保接口{ $use_service='create_partner_trade_by_buyer';

2014-05-05 14:06:43 5159 1

原创 网银在线支付接口实例 php版

支付动作页面:<?php//------------------ 参数开始 ------------------//商户号$v_mid='123456789';//密钥$key='zxcvbn123456';//返回地址$v_url="http://".$_SERVER['HTTP_HOST']."/untitled1.php";//币种$v_moneytype="C

2014-05-05 11:03:04 6671

原创 财付通支付接口完整源码实例php版

支付动作文件:

2014-05-05 10:45:04 3609 1

转载 jquery 瀑布流原理 页面到达底部加载数据的方法

function insertcode() { var $body = $("body"); $body.append('新增项目') $("#page_tag_load").hide(); } $(document

2014-05-04 15:50:39 2989

转载 php备份备份mysql

<?phpheader("Content-type:text/html;charset=utf-8"); //配置信息$cfg_dbhost = 'localhost';$cfg_dbname = 'test';$cfg_dbuser = 'root';$cfg_dbpwd = '123456';$cfg_db_language = 'utf8';$to_file_

2014-05-04 14:37:36 560

原创 简单的一种 无限极分类 原理

栏目表字段:idclass

2014-05-01 17:24:35 851

exoplayer 编译出来的ffmpeg扩展库aar

exoplayer 编译出来的ffmpeg扩展库aar,FFmpeg 模块提供 ,它使用 FFmpeg 进行解码 并且可以呈现以各种格式编码的音频。FfmpegAudioRenderer。 使用模块将aar加入项目libs。 按照上述说明进行检查后,构建并依赖 模块,下一步就是告诉ExoPlayer使用。如何 执行此操作取决于您使用的播放器 API:FfmpegAudioRenderer 如果要将 传递给 ,则 可以通过设置参数来启用使用模块 的构造函数。这将用于 播放(如果不支持输入格式)。通过以优先于 .DefaultRenderersFactoryExoPlayer.BuilderextensionRendererModeDefaultRenderersFactoryEXTENSION_RENDERER_MODE_ONFfmpegAudioRendererMediaCodecAudioRendererEXTENSION_RENDERER_MODE_PREFERFfmpegAudioRendererMediaCodecAudioRenderer 如果已子类化,则在 中的输出列表中

2023-07-24

FFmpegVideoPlayer.rar

SurfaceViewMediaPlayer-android基于ffmpeg本地视频、在线视频、直播播放器 支持rtmp、rtsp、http等协议;是从IPC摄像头管理提取出来,项目虽然说是一个播放器但是每个每个层面都是分开,例如可以做成p2p点到点媒体的传输和播放;每个api都可以独立当做工具类使用。

2020-09-11

android 插件式无刷新换肤和字体大小切换 兼容android 8.1

android 插件式无刷新换肤和字体大小切换 兼容android 8.1; theme_dome 为dome 案例工程;black_theme 皮肤包工程。

2018-07-19

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除