自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(22)
  • 资源 (17)
  • 收藏
  • 关注

原创 Android源码(好几百个实用的源码分享)

自己收藏的Android源码:https://yunpan.cn/Ocqcy5QhfGZAQV (提取码:1c71)

2016-03-31 11:41:47 681

原创 OpenGL简单流程

与OpenGL ES1.x渲染管线相比,OpenGL ES 2.0渲染管线中“顶点着色器”取代了OpenGL ES 1.x渲染管线中的“变换和光照”;“片元着色器”取代了OpenGL ES 1.x渲染管线中的“纹理环境和颜色求和”、“雾”以及“Alpha测试”。这使得开发人员在使用OpenGL ES 2.0API进行开发时,可以通过编写顶点及片元着色器程序,来完成一些顶点变换和纹理颜色计算工作

2016-03-31 10:04:19 970

转载 Android自定义View的使用

原文地址:http://blog.csdn.net/chen_lian_/article/details/50939902自定义View一直是横在Android开发者面前的一道坎。一、View和ViewGroup的关系从View和ViewGroup的关系来看,ViewGroup继承View。View的子类,多是功能型的控件,提供绘制的样式,比如imageView,T

2016-03-24 09:18:36 565

转载 Android 65535解决方法

随着应用不断迭代,业务线的扩展,应用越来越大(比如集成了各种第三方sdk或者公共支持的jar包,项目耦合性高,重复作用的类越来越多),相信很多人都遇到过如下的错误:[java] view plaincopyUNEXPECTED TOP-LEVEL EXCEPTION:  java.lang.IllegalArgumentExcep

2016-03-23 15:12:08 953

原创 Google cardBoard Android的两个jar包,以及Demo

在Github中:https://github.com/googlesamples/cardboard-java或者:http://download.csdn.net/detail/qq_32067045/9468219 中下载

2016-03-21 15:46:06 1445

原创 Google cardBoard Android API (十七):Enums--CardboardDeviceParams.VerticalAlignmentType

CardboardDeviceParams.VerticalAlignmentTypepublic static final enum CardboardDeviceParams.VerticalAlignmentTypeEnum indicating the strategy for aligning the phone display verti

2016-03-21 15:35:13 675

原创 Google cardBoard Android API (十六):两个接口中的CardboardView.StereoRenderer

CardboardView.StereoRendererpublic static interface CardboardView.StereoRendererInterface for renderers that delegate all stereoscopic rendering details to the view.Impleme

2016-03-21 15:33:02 1044

原创 Google cardBoard Android API (十五):两个接口中的CardboardView.Renderer

CardboardView.Rendererpublic static interface CardboardView.RendererInterface for renderers who need to handle all the stereo rendering details by themselves.Public Met

2016-03-21 15:31:32 1109

原创 Google cardBoard Android API (十四):ViewPort

Viewportpublic class ViewportDefines a viewport rectangle.Fieldspublic int height  public int width  public intx 

2016-03-21 15:27:55 467

原创 Google cardBoard Android API (十三):ScreenParams

ScreenParamspublic class ScreenParamsDefines the physical parameters of a screen to be used with a Cardboard-compatible device.Public ConstructorsScreenParams(D

2016-03-21 15:25:20 856

原创 Google cardBoard Android API (十二):HeadTransform

public class HeadTransformDescribes the head transform independently of any eye parameters.Public ConstructorsHeadTransform()Public Methodsvoi

2016-03-21 15:23:12 811

原创 Google cardBoard Android API (十一):HeadMountedDisplayManager

public class HeadMountedDisplayManagerManages the initialization, updates and access to a HeadMountedDisplay.It initializes a HeadMountedDisplay using configuration files potentially

2016-03-21 15:20:38 482

原创 Google cardBoard Android API (十):HeadMountedDisplay

public class HeadMountedDisplayEncapsulates the parameters describing a head mounted stereoscopic display device composed of a screen and a Cardboard-compatible device holding it.Ins

2016-03-21 15:18:33 610

原创 Google cardBoard Android API (九):FieldOfView

public class FieldOfViewEncapsulates a field of view composed of 4 half angles (left, right, bottom, top) as would be passed to glFrustum.Public ConstructorsFieldOfView

2016-03-21 15:16:19 527

原创 Google cardBoard Android API (八):Eye.Type

public static abstract class Eye.TypeDefines the constants identifying the current eye type.Constantsint        LEFT The left eye in stereo rendering.in

2016-03-21 15:13:56 434

原创 Google cardBoard Android API (七):Eye

public class EyeDescribes the stereoscopic rendering details of an eye.Nested Classesclass Eye.Type Defines the constants identifying the current eye type. 

2016-03-21 15:08:15 856

原创 Google cardBoard Android API (六):DistortionRenderer

public class DistortionRendererEncapsulates the rendering operations to correct lens distortion.This class is not thread-safe. For performance reasons, exposed public methods in this c

2016-03-21 15:04:55 748

原创 Google cardBoard Android API (五):Distortion

public class DistortionDefines all required parameters to correct the distortion caused by the lenses.Public ConstructorsDistortion()Distortion(Distortion oth

2016-03-21 15:00:58 985

原创 Google cardBoard Android API (四):Constants

public class ConstantsStatic class containing useful constants.ConstantsString  CARDBOARD_CATEGORY Apps that use vrtoolkit should include this category (a

2016-03-21 14:55:37 620

原创 Google cardBoard Android API (三):CardboardView

public class CardboardViewConvenience extension of GLSurfaceView that can be used for VR rendering.Designed to work in full screen mode with a landscape or reverse landscape orientatio

2016-03-21 14:52:31 1568

原创 Google cardBoard Android API (二):CardboardDeviceParams

public class CardboardDeviceParamsDefines the physical parameters of a Cardboard-compatible device.The model assumes the following for any Cardboard device:Lenses are parallel to t

2016-03-21 14:41:09 1377

原创 Google cardBoard Android API (一):CardboardActivity

Google 官方文档API :CardboardActivitypublic class CardboardActivityBase activity that provides easy integration with Cardboard devices.Exposes events to interact with Cardboards and hand

2016-03-21 14:33:42 1860

charles.zip

Charles安装包和替换包,用于解锁mac上的抓包,h5调试,接口请求预览。 不需要很多的资源分。

2020-07-29

JS运行机制.xmind.zip

整理浏览器运行机制,包括:GUI渲染线程、js引擎线程、事件触发线程、定时触发器线程和http异步请求线程等知识

2019-07-24

tower_mac版本

1.mac上代码版本控制。2点击运行的时候。安装licene.然后在安装tower 这样就可以正常使用了。密码:xclient.info

2018-06-25

ehcache2.7.5

ehcache的依赖包,使用ehcache缓存机制必备。亲测可用

2018-05-18

Mac上sketch破解版

Mac上sketch破解版,中文版,真的可用。保证不骗人。Mac上sketch破解版,中文版,真的可用。保证不骗人。也是收集过来的!

2018-05-09

青花瓷“charles.jar”

用于替换Mac上Charles中包内容里的charles.jar。破解正式版

2018-05-02

密码学原理与实践 第三版

密码学原理与实践 第三版 扫描版 随便下载,便宜下载了

2018-04-19

mybatis-generator-core-1.3.2

Mybatis属于半自动ORM,在使用这个框架中,工作量最大的就是书写Mapping的映射文件,由于手动书写很容易出错,我们可以利用Mybatis-Generator来帮我们自动生成文件。

2017-10-11

支付宝小程序demo

支付宝小程序 demo

2017-08-19

支付宝小程序

支付宝小程序的demo

2017-08-19

Cornerstone

配合svn界面化版本控制

2017-07-24

微信小程序思维导图

微信小程序思维导图 API 组件

2017-01-04

抢红包神器

抢红包神器,

2016-04-02

OpenGl学习资料

包含了: OpenGL ES 2.0编程指南中文版 3D数学基础:图形与游戏开发

2016-03-31

Android Studio界面设置的jar包

在Android Studio使用过程中,可能换一个电脑或者工作环境的时候,没有办法立马设置成自己熟悉喜欢的界面,有了这个JAR包,随你换。只需要在使用的时候在File-->ImportSetting就可以了.这个设置了好久呢 ,就算1分吧。也是很需要分的!

2016-03-31

Google cardBoard Android,

Google cardBoard 的官方Demo

2016-03-21

picasso图片处理的JAR包

android studio 中强大的图片处理工具,无人不知无人不晓。

2016-01-08

空空如也

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

TA关注的人

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