$ cd /etc/ssh/
$ sudo chmod 600 ssh_host_dsa_key
$ sudo chmod 600 ssh_host_ecdsa_key
$ sudo chmod 600 ssh_host_rsa_key
これで治った。
html, body { height: 100%; }という具合にCSSでやっておかないと、いきなりdivとかで height:100% にしても効かない。
You are not registered as an Apple Developer. Please visit the Member Center to register.
https://developer.apple.com/membercenter
activityViewController.popoverPresentationController.sourceView = parentView;
ってやれよということらしい。 ByteArrayOutputStream byteArrayOutputStream = new ByteArrayOutputStream();
icon.compress(Bitmap.CompressFormat.PNG, 100, byteArrayOutputStream);
byte[] byteArray = byteArrayOutputStream.toByteArray();
String imgageBase64 = Base64.encodeToString(byteArray, Base64.NO_WRAP);
String imageSrc = "data:image/png;base64," + imgageBase64;
String htmlTag = "<img src='" + imageSrc + "'/>";
みたいにやる。