- declaration は 「宣言」 と訳しているが、「定義」 の方が適しているような気がしなくもない。
- 「インスタンス」 と 「オブジェクト」 という言葉を使うことがあるが、本文書中ではどちらも同じ意味で使用している。
- 「
String
オブジェクト」 という表現は、「String
クラスのインスタンス」 を意味している。 (Java に限らず一般的な表現だと思う。)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SWIFT_ENABLED=true | |
SWIFT_USERNAME=gncuなんとか | |
SWIFT_TENANT=gnctなんとか | |
SWIFT_PASSWORD=[APIパスワード] | |
SWIFT_AUTH_URL=https://identity.tyo1.conoha.io/v2.0/tokens | |
SWIFT_CONTAINER=mayodon | |
SWIFT_OBJECT_URL=https://media.s-tomo.jp/mayodon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Doorkeeper::Application.create!(name: 'Web', superapp: true, redirect_uri: Doorkeeper.configuration.native_redirect_uri, scopes: 'read write follow') | |
if Rails.env.development? | |
domain = ENV['LOCAL_DOMAIN'] || Rails.configuration.x.local_domain | |
admin = Account.where(username: 'admin').first_or_initialize(username: 'admin') | |
admin.save(validate: false) | |
User.where(email: "admin@#{domain}").first_or_initialize(email: "admin@#{domain}", password: 'mastodonadmin', password_confirmation: 'mastodonadmin', confirmed_at: Time.now.utc, admin: true, account: admin).save! | |
accounts = 20.times.map { |i| Account.where(username: "test#{i}").first_or_create!(username: "test#{i}") } | |
accounts.each do |account| |
http://techlife.cookpad.com/entry/2016/05/18/180703 を参考に。
$ cp /usr/share/doc/nodejs/guides/doc_img/compare-boxplot.png /tmp/t.png
$ convert -debug Resource t.png -auto-orient -resize "1280x1280>" -quality 90 -strip u.png
:
2017-11-25T11:39:12-10:00 0:00.550 0.910u 6.9.7 Resource convert-im6.q16[7236]: resource.c/RelinquishMagickResource/1013/Resource
Memory: 13.11MB/0B/256MiB