自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 收藏
  • 关注

原创 javax.json JSON字符串操作

import javax.json.Json; import javax.json.JsonArray; import javax.json.JsonArrayBuilder; import javax.json.JsonBuilderFactory; import javax.json.JsonObject; import javax.json.JsonReader; 拼

2016-07-14 17:45:15 5113 1

转载 android,NDK, write logs to a file

android,NDK, write logs to a file I have this lines in my code (.c) : #define LOGI(x...) __android_log_print(ANDROID_LOG_DEBUG, LOG_TAG,x) #define LOGE(x...) __android_log_print(ANDROI

2016-07-13 16:16:21 969

转载 android/log

http://stackoverflow.com/questions/12159316/logging-values-of-variables-in-android-native-ndk #include #define LOG_TAG "someTag" #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG

2016-07-13 15:46:09 329

转载 Android NDK Write File

http://stackoverflow.com/questions/4731314/android-ndk-write-file You can always access the directory in which your app is placed. This directory is usually : data/data//files/

2016-07-13 15:22:41 761

转载 java与C/C++字节顺序区别

java与C/C++字节顺序区别

2016-07-04 10:34:48 619

空空如也

空空如也

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

TA关注的人

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