自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(1)
  • 资源 (13)
  • 收藏
  • 关注

原创 node.js初识

简单的说 Node.js 就是运行在服务端的 JavaScript。Node.js 是一个基于Chrome JavaScript运行时建立的一个平台。Node.js是一个事件驱动I/O服务端JavaScript环境,基于Google的V8引擎,V8引擎执行Javascript的速度非常快,性能非常好。win、mac各个操作系统下载地址:https://nodejs.or

2016-06-23 21:34:41 293

mips64el-linux-android-4.9.zip

No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android 解决方案:放置Users\XXXX\AppData\Local\Android\Sdk\ndk-bundle\toolchains 即可

2019-07-18

kotlin-for-android-developers-zh

Kotlin中文文档

2017-07-24

Android判断网速(基于Android Studio)

Android 获取当前网速质量调整网络请求

2017-05-24

base64 jar包

解决android开发时,导入sun.misc.BASE64Decoder错误,自己就提取源码后做的jar包,导入就可用。很小很小。

2017-05-12

Fel 所需jar包

fel轻量高效的表达式计算引擎jar包

2017-02-20

最新Android官方帮助文档chm格式

最新Android官方帮助文档chm格式

2014-02-27

Android开发权威指南

2013年最具有技术影响力原创图书之一《Android开发权威指南》

2014-01-01

glutdlls.zip(Opengl需要配置的)

opengl glutdlls,是配置opengl所需的文件,它包含glut.dll,glut.h,glut.lib,glut32.dll,glut32.lib

2013-05-07

Android-16 platforms

用于Android开发的platforms,省的慢吞吞的在线更新

2013-05-03

Android 手机QQ源码(客户端、服务器端)

Android QQ源码,可以下载下来学习

2013-05-03

Android重力感应Demo

Android重力感应Demo

2013-04-27

Android二维码扫描(模仿360)

基于Android的二维码扫描demo,很好用,极像360手机安全卫士

2013-04-21

android中ratingbar的简单使用

android控件的展示 &lt;?xml version="1.0" encoding="utf-8"?&gt; <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent" > <TextView android:layout_width="fill_parent" android:layout_height="wrap_content" android:text="@string/hello" /> <RatingBar android:id="@+id/ratingbarId" android:layout_height="wrap_content" android:layout_width="wrap_content" android:numStars="5" android:stepSize="1.0" /> </LinearLayout>

2012-07-19

空空如也

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

TA关注的人

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