对于可以将new Handler().post(new Runnable() {
@Override
public void run() {
try {
Bitmap bit = textureView.getBitmap(width, height);
//you could save the video frames to use later
} catch (Exception ex) {
ex.printStackTrace();
}
}});
等Json数组作为其默认值的字段,最佳MySQL字段类型是什么?
答案 0 :(得分:1)
JSON'阵列'只是一个javascript对象的字符串表示。假设您将其解析为JSON字符串,我将使用简单的VARCHAR()类型 - 特别是如果它将保持合理的大小......