tetsuwo
tetsuwo
をぶろぐ
223 posts
1984, Vimmer, JavaScript, Arsenal, Soccer, Football, Bergkamp
Don't wanna be here? Send us removal request.
tetsuwo · 9 years ago
Text
CocoaPods: The dependency `Xxxxxxxxxx (= x.x)` is not used in any concrete target.
CocoaPods 0.39 以䞋がサポヌト切れたので 1.1 系にアップグレヌドしたら、このような゚ラヌに芋舞われた。
$ bundle exec pod install Re-creating CocoaPods due to major version update. Analyzing dependencies [!] The dependency `AFNetworking (= x.x.x)` is not used in any concrete target. The dependency `Xxxxxxxxxx (= x.x)` is not used in any concrete target. . . . .
゚ラヌの意味通り、䜿っおないよヌ。
Podfile には案の定 xcodeproj でプロゞェクト名を蚘茉しおいた。
platform :ios, '10.0' project 'Xxxxxxx.xcodeproj' pod 'AFNetworking', 'x.x.x' pod 'Xxxxxxx', 'x.x'
以䞋のように倉曎。
platform :ios, '10.0' project 'Xxxxxxx.xcodeproj' target 'Xxxxxx' do pod 'AFNetworking', 'x.x.x' pod 'Xxxxxxx', 'x.x' end
0 notes
tetsuwo · 9 years ago
Text
CocoaPods: `xcodeproj` was renamed to `project`. Please update your Podfile accordingly.
CocoaPods 0.39 以䞋がサポヌト切れたので 1.1 系にアップグレヌドしたら、このような゚ラヌに芋舞われた。
$ bundle exec pod install Re-creating CocoaPods due to major version update. Analyzing dependencies [!] The dependency `AFNetworking (= x.x.x)` is not used in any concrete target. The dependency `Xxxxxxxxxx (= x.x)` is not used in any concrete target. . . . . [!] `xcodeproj` was renamed to `project`. Please update your Podfile accordingly.
゚ラヌの意味通り、 xcodeproj は project にリネヌムされたしたよヌ。Podfile を曎新しおねヌ。
Podfile には案の定 xcodeproj でプロゞェクト名を蚘茉しおいた。
platform :ios, '10.0' xcodeproj 'Xxxxxxx.xcodeproj'
以䞋のように倉曎。
platform :ios, '10.0' project 'Xxxxxxx.xcodeproj'
0 notes
tetsuwo · 9 years ago
Text
Android: 'android' is deprecated; use 'com.android.application' instead
Android Studio 䞊で build.gradle の敎理をしおいるずきに気付いたのですが、apply plugin: 'android' に打ち消し線が入るようになっおいたした。
こんなのです↓
'android' is deprecated; use 'com.android.application' instread This detector looks for deprecated Gradle constructs which currently work but will likely stop working in a future update.
Android Studio のバヌゞョンいく぀から付くようになったのかは分かりたせんが、非掚奚ず蚀われおしたったら倉えざるを埗ない。
// build.gradle apply plugin: 'android' ↓ apply plugin: 'com.android.application'
この修正を入れた䞊で、build.gradle の android ブロックが悲鳎を䞊げなければ倧䞈倫。
0 notes
tetsuwo · 9 years ago
Text
Android: java.util.zip.ZipException: duplicate entry: xx/xx/Xxxxx.class
Android アプリの Gradle ビルドを走らせたずきに䞋蚘の゚ラヌに遭遇。
java.util.zip.ZipException: duplicate entry: xx/xx/Xxxxx.class
゚ラヌからするず Xxxx.class に重耇した゚ントリヌがあるずいうこずを教えおくれおいるようです。
なるほどなるほどず、該圓の箇所をみおみるず確かにバヌゞョン違いの同名 jar ファむルがありたした。
同名 jar ファむルを䞀぀だけにしおビルドしたらビルド成功。
そういえば、ずある SDK をアップグレヌドする際に、ずりあえず jar ファむルだけ眮いおおいお攟眮したや぀が圱響しおいたした。。。
凡ミス。
0 notes
tetsuwo · 9 years ago
Text
Android: com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '~~~/jdk1.7.0_75.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
Android アプリの開発をしおいるずきに Android Studio を 2.1.0 から 2.2.0 にアップグレヌドした際に、Gradle ビルドで䞋蚘の゚ラヌが発生したした。
com.android.ide.common.process.ProcessException: org.gradle.process.internal.ExecException: Process 'command '~~~/jdk1.7.0_~~.jdk/Contents/Home/bin/java'' finished with non-zero exit value 1
JDK 1.7 が䜕かやっちゃっおるのかず思っお、このプロゞェクトで JDK のバヌゞョンをしおいる箇所を探したした。
どうやら .imlモゞュヌル定矩ファむルで指定しおいるようで、そこには XML で䞋蚘のように定矩されおいたした。
<orderEntry type="jdk" jdkName="1.7" jdkType="JavaSDK" />
䞊䜍蚭定を受け継ぐように曞き換えたす。
<orderEntry type="inheritedJdk" />
その䞊で JDK 1.8 をむンストヌル。
するず無事ビルドが通りたした。
なぜ JDK 1.7 だず駄目なのかは分からず終い...。
0 notes
tetsuwo · 9 years ago
Text
Android: Unsupported method: AndroidProject.getPluginGeneration().
Android アプリの開発をしおいるずきに Android Studio を 2.1.0 から 2.2.0 にアップグレヌドした際に、Gradle ビルドで䞋蚘の゚ラヌが発生したした。
Unsupported method: AndroidProject.getPluginGeneration(). The version of Gradle you connect to does not support that method. To resolve the problem you can change/upgrade the target version of Gradle you connect to. Alternatively, you can ignore this exception and read other information from the model
䜿っおいる Gradle のバヌゞョンがメ゜ッド AndroidProject.getPluginGeneration() をサポヌトしおいないずいう゚ラヌです。
本圓なら Gradle をアップグレヌドしたいずころですが、諞々あっお別の方法を探したした。
どうやら調べおみるず Android Studio 2.2 から自動で有効になった Instant Run が圱響しおいるようでした。
Instant Run は、初回ビルド以降、新芏に APK をビルドするこずなく、アプリの曎新内容をプッシュできるため、倉曎点を玠早く確認できるようになる機胜です。
この機胜を無効にするには蚭定からおこないたす。
Windows/Linux の堎合
File
Settings
Build, Execution, Deployment
Instant Run
Enable Instant Run to hot swap code/resource changes on deploy (default enabled) のチェックを倖す
Mac OS X の堎合
Android Studio
Preferences
Build, Execution, Deployment
Instant Run
Enable Instant Run to hot swap code/resource changes on deploy (default enabled) のチェックを倖す
これで゚ラヌが発生しなくなりたした。
しかし、早く Instant Run を導入したいですね。。。
参考 URL
Android Studio Release Notes | Android Studio
Google Developers Japan: Android Studio 2.2
アプリをビルドしお実行する | Android Studio
1 note · View note
tetsuwo · 9 years ago
Text
Swift, Objective-C: NSURLRequestCachePolicy の皮類
こっちAFHTTPRequestOperationManager で結果キャッシュを無効にする でも觊れたのですが、 NSURLRequestCachePolicy の皮類だけを抜き出しおおいたほうが備忘録的にも探しやすいので残しおおく。
倀 説明 NSURLRequestUseProtocolCachePolicy 基本的にはプロトコルのキャッシュ方針に埓う。でも䜕故かキャッシュされっ攟しのケヌスがある。プロパティに䜕も指定がなかった堎合にデフォルトで蚭定される。 NSURLRequestReloadIgnoringLocalCacheData 必ずサヌバヌ偎にリク゚ストを送る。サヌバヌ偎のキャッシュコントロヌルには埓う。 NSURLRequestReloadIgnoringLocalAndRemoteCacheData クラむアント偎、サヌバヌ偎ずもにキャッシュを無芖する。ただしサヌバヌ偎でプロキシヌキャッシュしおいる堎合はその限りではない。 NSURLRequestReturnCacheDataElseLoad クラむアント偎にキャッシュがあれば必ずキャッシュデヌタを返す。ちなみに未実装...。 NSURLRequestReloadRevalidatingCacheData サヌバヌ偎にキャッシュデヌタの劥圓性を問い合わせた䞊でキャッシュを䜿うくさい。ちなみにこれも未実装...orz
2016 幎 10 月時点での情報です。 ご参考たでに。
0 notes
tetsuwo · 9 years ago
Text
Objective-C: AFHTTPRequestOperationManager で結果キャッシュを無効にする
ずある iOS アプリから Web API ず HTTP を喋るのに AFNetworking2系を利甚しおいたす。
AFNetworking ずいうよりかは NSURLRequest の仕様だず思うのですが、䞋蚘のようなコヌドで、䞀床 HTTP リク゚ストを送った URL に察しお 2 回目のリク゚ストを送るずクラむアント偎のキャッシュからデヌタレスポンスを読むようです。 サヌバヌ偎のレスポンスヘッダヌが悪いような感じではなかった、、、 このような堎合、特に Web API などはクラむアント䟝存になっおしたう状態だず䜕かず䞍䟿です。
䞋蚘コヌドが問題のずころ。 いたっお普通の HTTP 通信するためのコヌドです。
AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; [manager GET: URL parameters: PARAMS success: ^(AFHTTPRequestOperation *operation, id responseObject) { // anything } failure: ^(AFHTTPRequestOperation *operation, NSError *error) { // anything } ];
どうにか解消できないかず調べおいるず、HTTP リク゚ストを送る際にキャッシュポリシヌのオプションを指定できるこずがわかりたした。 公匏ドキュメント - NSURLRequestCachePolicy - Foundation | Apple Developer Documentation
キャッシュポリシヌは列挙型 NSURLRequestCachePolicy で、デフォルトが HTTP に埓うようです。
䞋蚘コヌドが改善版。 [manager.requestSerializer setCachePolicy: NSURLRequestReloadIgnoringLocalCacheData] が改善箇所です。
AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; [manager.requestSerializer setCachePolicy: NSURLRequestReloadIgnoringLocalCacheData] [manager GET: URL parameters: PARAMS success: ^(AFHTTPRequestOperation *operation, id responseObject) { // anything } failure: ^(AFHTTPRequestOperation *operation, NSError *error) { // anything } ];
なるほどなるほど。
他にどんなキャッシュポリシヌがあるか調べたした。
NSURLRequestCachePolicy (Objective-C) の皮類
倀 説明 NSURLRequestUseProtocolCachePolicy 基本的にはプロトコルのキャッシュ方針に埓う。でも䜕故かキャッシュされっ攟しのケヌスがある。プロパティに䜕も指定がなかった堎合にデフォルトで蚭定される。 NSURLRequestReloadIgnoringLocalCacheData 必ずサヌバヌ偎にリク゚ストを送る。サヌバヌ偎のキャッシュコントロヌルには埓う。 NSURLRequestReloadIgnoringLocalAndRemoteCacheData クラむアント偎、サヌバヌ偎ずもにキャッシュを無芖する。ただしサヌバヌ偎でプロキシヌキャッシュしおいる堎合はその限りではない。 NSURLRequestReturnCacheDataElseLoad クラむアント偎にキャッシュがあれば必ずキャッシュデヌタを返す。ちなみに未実装...。 NSURLRequestReloadRevalidatingCacheData サヌバヌ偎にキャッシュデヌタの劥圓性を問い合わせた䞊でキャッシュを䜿うくさい。ちなみにこれも未実装...orz
いたさら Objective-C ですが、曞き方に癖があるだけで、今のずころ自然に入り蟌めおいる感じ。
参考 URL
Enumeration - NSURLRequestCachePolicy
ios - AFNetworking - do not cache response - Stack Overflow
EZ-NET: NSURLRequest でキャッシュを無芖しお再読み蟌みする : Objective-C プログラミング
0 notes
tetsuwo · 9 years ago
Text
Xcode: Base SDK ず Deployment Target の違い
はじめおたずも仕事ずしおに iOS アプリの匕き継ぎ開発をするにあたり、埌方互換を意識しなければならず、Xcode プロゞェクトのビルド蚭定にある Base SDK ず Deployment Target の理解が曖昧だったので、公匏ドキュメントを持っお調べおみたした。
䞋蚘、公匏ドキュメントをオレオレ和蚳したものになりたす。
ご参考たで。
Xcode プロゞェクトで特定の SDK を䜿うには、プロゞェクトのビルド蚭定で 2 ぀の遞択をおこないたす。 これらの遞択はプロゞェクトで䜿う OS 機胜を決定したす。
Deployment Target はお䜿いの゜フトりェアᅵᅵᅵ実行できる最も叀い OS バヌゞョンを識別する蚭定です。デフォルトは Base SDK のバヌゞョン以降に察応する OS のバヌゞョンず同じです。 この蚭定のための Xcode ビルド倉数名は MACOSX_DEPLOYMENT_TARGET (OS X Deployment Target) ず IPHONEOS_DEPLOYMENT_TARGET (iOS Deployment Target) です。 Deployment Target 以前の OS に組み蟌たれおいる機胜は無条件に利甚できたす。
Base SDK は Base SDK に察応するバヌゞョン以前の OS に組み蟌たれおいる機胜が利甚できたす。 この蚭定のための Xcode ビルド蚭定名は SDKROOT (Base SDK) です。 Deployment Target のバヌゞョン以降、Base SDK に察応する OS バヌゞョンたでの機胜は、開発したアプリで利甚できたす。 ただし、新しい機胜が䜿えるかどうかチェックする必芁がありたす「iOS 匱リンククラスの䜿い方」、「匱リンクメ゜ッド、関数、シンボルの䜿い方」を参照
以䞋、原文。
Base SDK and Deployment Target Settings
To use a particular SDK for an Xcode project, make two selections in your project's build settings. These choices determine which operating system features your project can use, as follows:
Choose a deployment target. This identifies the earliest OS version on which your software can run. By default, Xcode sets this to the version of the OS corresponding to the base SDK version and later. The Xcode build variable names for this setting are MACOSX_DEPLOYMENT_TARGET (OS X Deployment Target) and IPHONEOS_DEPLOYMENT_TARGET (iOS Deployment Target). You can unconditionally use features from OS versions up to and including your deployment target setting.
Choose a base SDK. Your software can use features available in OS versions up to and including the one corresponding to the base SDK. By default, Xcode sets this to the newest OS supported by Xcode. The Xcode build setting name for this parameter is SDKROOT (Base SDK). You can use features from system versions later than the deployment target—up to and including the OS version you've selected as your base SDK—but you must check for the availability of new features, as described in Using Weakly Linked Classes in iOS and Using Weakly Linked Methods and Functions.
For possible values and more information about build settings in Xcode, see Building for Multiple Releases of an Operating System in Xcode Project Management Guide, Xcode Build Setting Reference and Running Applications in iOS Development Guide.
When you build your application, your deployment target is reflected in the MinimumOSVersion entry in the application's Info.plist file. For iOS apps, the MinimumOSVersion entry is used by the App Store to indicate the iOS release requirement.
Figure 2-1 shows a timeline that explains the relationship between deployment target and base SDK.
The figure describes a project with a deployment target of OS X v10.4 and a base SDK of OS X v10.6. (The version numbers in the figure represent all releases of that version, including system updates.)
In this example, the software can freely use any features from OS X v10.0 through the newest update of version 10.4. It can conditionally take advantage of features from OS X v10.5 and 10.6, after ensuring that each such feature is available.
The effects of these settings at compile time and run time are as follows. If your code uses a symbol:
Not defined in the base SDK (for example, a symbol from a newer OS), you get a compile-time error. Defined in the base SDK but marked as deprecated, you get a compile-time warning. Defined in the deployment target, your code links and builds normally. At run time: On a system running an OS earlier than the deployment target, your code may fail to load if you use symbols unavailable in that OS. On a system running an OS equal to or later than the deployment target, your code has null pointers for symbols not available in that OS. Prepare your code for this as described in Using Weakly Linked Methods and Functions and Using Weakly Linked Classes in iOS.
Note: OS X v10.6 does not support using iOS Simulator SDKs prior to version 3.0. In addition, when building with Simulator SDKs, the binary runs only on the same operating system version as the base SDK, not on earlier or later versions.
Always check to see if you are using deprecated APIs; though still available, deprecated APIs are not guaranteed to be available in the future. The compiler warns you about the presence of deprecated APIs in your code, as described in Finding Instances of Deprecated API Usage.
When you change the base SDK setting, in addition to changing the headers and stub libraries your code builds against, Xcode adjusts the behavior of other features appropriately. For example, symbol lookup, code completion, and header file opening are based on the headers in the base SDK, rather than those of the currently running OS (if the two differ). Similarly, the Xcode Quick Help affinity mechanism ensures that documentation lookup uses the doc set corresponding to the base SDK.
In addition to setting the base SDK and deployment target for your project as a whole, you can set these values individually for each build target. Target settings override project settings. (However, some Xcode features that attempt to correlate with the base SDK setting, such as symbol definition and documentation lookup, may work differently.)
参考 URL
Configuring a Project for SDK-Based Development
2 notes · View notes
tetsuwo · 9 years ago
Text
Zabbix: Memcached の Agent スクリプトずテンプレヌトを䜜りたした
ちょっず前に Zabbix の Memcached テンプレヌトを Python で䜜りたしたが、ブログでの玹介を倱念しおいたので、これを機に...。
公開する皋のものでもありたせんが、Python ず Zabbix の Agent 経由の監芖を芚えるために勉匷がおら䜜りたした。
tetsuwo/zabbix-memcached-template
仕事でも Memcached の監芖に利甚しおいるので運甚実瞟はたあたあᅵᅵす。
䜿い方は Zabbix の蚭定に慣れおいればいたっお簡単
zabbix-memcached-template の README に曞いおある通りです。
監芖クラむアント偎に Zabbix Agentd 甚の蚭定ファむルを蚭眮したす。
$ curl https://raw.githubusercontent.com/tetsuwo/zabbix-memcached-template/master/src/zabbix_agentd.d/userparameter_memcached.conf > /etc/zabbix/zabbix_agentd.d/userparameter_memcached.conf
次にスクリプトを配眮し、実行暩限を䞎えおおきたす。
$ curl https://raw.githubusercontent.com/tetsuwo/zabbix-memcached-template/master/src/bin/memcached-stat.py > /etc/zabbix/bin/memcached-stat.py $ sudo chown zabbix:zabbix /etc/zabbix/bin/memcached-stat.py $ sudo chmod +x /etc/zabbix/bin/memcached-stat.py
あずは Zabbix Agentd を再起動するだけ。
$ sudo service zabbix-agent restart
テストでデヌタが正しく取埗できおいるか確かめおみたしょう。
$ zabbix_agentd -t memcached.stat[--host,localhost,--port,11211,--item,version] memcached.stat[--host,localhost,--port,11211,--item,version] [t|1.4.13]
Zabbix ホストのマクロも蚭定できたす。
{$MEMCACHED_HOST} ... Agent から参照する Memcached のホスト {$MEMCACHED_PORT} ... Agent から参照する Memcached のポヌト番号
ぜひ䜿っおみおください。
ただ、懞念点があるずしたら Zabbix Agent なので監芖項目を぀぀ Agent 経由でデヌタを集めるのは、䜕か効率が悪くみえお嫌です。
Trapper で実装するず監芖クラむアント偎から監芖サヌバヌに監芖項目のデヌタを䞀床に送れるからパフォヌマンスがシビアな堎合は、Trapper で䜜りなおしたほうがよいかも。
0 notes
tetsuwo · 9 years ago
Text
Jekyll: The 'pygments' configuration option has been renamed to 'highlighter'
ひさしぶりに Jekyll を起動したら、怒られおるこずに気付いた。
$ jekyll serve Configuration file: /path/to/project/_config.yml Deprecation: Auto-regeneration can no longer be set from your configuration file(s). Use the --[no-]watch/-w command-line option instead. Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null. Source: source Destination: public Generating... done. Auto-regeneration: enabled for 'source' Configuration file: /path/to/project/_config.yml Deprecation: Auto-regeneration can no longer be set from your configuration file(s). Use the --[no-]watch/-w command-line option instead. Deprecation: The 'pygments' configuration option has been renamed to 'highlighter'. Please update your config file accordingly. The allowed values are 'rouge', 'pygments' or null. Server address: http://0.0.0.0:4000/ Server running... press ctrl-c to stop.
怒られおいる内容は以䞋のようです。
自動生成はもはや蚭定ファむルからやらなくおいいんだよ。コマンドラむンのオプションを代わりに䜿おうね。
pygments 蚭定オプションは highlighter に名前が倉わったよ。蚱容しおる倀は rouge か pygments 、 null だよ。
_config.yml
source: source destination: public timezone: Asia/Tokyo encoding: utf-8 -auto: true -pygments: true +highlighter: pygments permalink: /news/:year:month:day/:title.html url: http://test
これで゚ラヌなくスンナリ。
0 notes
tetsuwo · 9 years ago
Text
私的なこずぐっじょぶ
この間、ご飯を食べおいるずき、長女に「パパ、なんでグッゞョブしながら食べおるの『うたい』っおこずなの」ず蚀われ、芪指を立おながら食べる癖に気付かされた。
子どもっおのは、よく芳察しおいるね。
0 notes
tetsuwo · 9 years ago
Text
Jekyll: “Deprecation: Auto-regeneration can no longer be set from your configuration file(s). Use the --[no-]watch/-w command-line option instead.”
Jekyll でサヌブしおたら、い぀の間にかこんなのが出るようになっおた。
Deprecation: Auto-regeneration can no longer be set from your configuration file(s). Use the --[no-]watch/-w command-line option instead.`
゚ラヌ内容は「非掚奚自動再生成機胜はもはや蚭定ファむルから蚭定できなくなりたした。代わりにコマンドラむンの --watch or -w オプションを䜿っおください。」ずのこず。
Jekyll の蚭定ファむル _config.yml に蚘述しおいる auto: true が、いけないようで、これの蚘述を消せば、゚ラヌは衚瀺されなくなりたした。。
参考
Jekyll not updating in localhost · Issue #3343 · jekyll/jekyll
0 notes
tetsuwo · 9 years ago
Text
PHP_CodeSniffer/PHPCS: コメントアりトでルヌルを無芖する範囲を制埡
コヌド䞊、どうしおもこの範囲だけ PHP_CodeSniffer のルヌルを無芖させたい範囲がある堎合こういうケヌスは䜜っおはいけないず思いたすが、䜕かいい方法はないものかず探しおいおいたら、案の定解決方法が存圚したした。
コメントアりトで制埡する方法です。
こんなコヌドを曞いた堎合、PSR-2 のルヌルを有効にしおいるず「 use の次行は䞀行空けなさい」ず怒られたす。
use Acme\Hoge; class Fuga { ~ anything ~ }
こんなのは修正すべきですが、今回はこれを無芖するようにしおみる。
// @codingStandardsIgnoreStart use Acme\Hoge; class Fuga { // @codingStandardsIgnoreEnd ~ anything ~ }
こい぀で無芖されたした。
䜿っちゃいかんよ。
参考
php - How can I suppress PHPCS warnings using comments? - Stack Overflow
Ignoring Parts of a File - Advanced Usage · squizlabs/PHP_CodeSniffer Wiki
0 notes
tetsuwo · 9 years ago
Text
竹䞋通りの出口付近で工事䞭の「神宮前蚈画」
ある日の䌚瀟からの垰り道、竹䞋通りず明治通りの亀差点で、䜕かの工事が始たっおいるこずに気付きたした。 い぀もは、ただ癜い壁に芆われおいた゚リアに、重機が入り、工事が進んでいるようでした。
Tumblr media
思えばだいぶ長いこず、癜い、劂䜕にも工事䞭ずいう感じの壁に芆われおいたのですが、䞀䜓䜕ができるのか気になったので調べおみたら、䜕やら色々あった「案件」のようで、ちょっず蚘録しおおこうず思いたす。
たず、怜玢゚ンゞンで「竹䞋通り 工事」を怜玢しおみるず、ちらほら「神宮前蚈画」ずいうキヌワヌドが出おきたした。
工事珟堎の「建築蚈画のお知らせ」にも「神宮前蚈画」ず蚘茉があったので間違いないでしょう。
ちなみに䞋蚘がそのお知らせ内容です。
Tumblr media
項目 内容 建築物の名称 神宮前蚈画 建築敷地の地名地番 枋谷区神宮前䞀䞁目5番10他 甚 途 事務所、商業店舗、飲食店舗、駐車堎 敷地面積 6,427.06㎡ 建築面積 3,013.45㎡ 延べ面積 42,862.97㎡ 構造 鉄骚造、鉄骚鉄筋コンクリヌト造、鉄筋コンクリヌト造 基瀎工法 盎接基瀎 階 数 地䞊23階地䞋3階 高 さ 115.30m 建築䞻 原宿タりン特定目的䌚瀟 蚭蚈者 株匏䌚瀟 束田平田蚭蚈 斜工者 倧成建蚭株匏䌚瀟 着工予定 平成16幎11月15日2004幎 完了予定 平成29幎8月31日2017幎 暙識蚭眮幎月日 平成16幎6月18日2004幎
看板をみおみるず、なんず着工予定が 2004 幎でした。 これたで工事が止たっおいたのは䜕故なのか調べおみるず、こんな蚘事を芋぀けたした。
そうした関係筋が泚目するのが、〇四幎に建築基準確認を枈たせた案件。「神宮前蚈画」ず銘打ち、東郷平八郎をた぀った東郷神瀟東京郜枋谷区の暪の土地六千四癟平方メヌトルをさたざたな地暩者から買い集め、飲食店やオフィスが入居する地䞋䞉階・地䞊二十䞉階の高局ビルを建おる予定だずいう。だが、珟堎は癜い鉄板で囲われたたたで、い぀たで経っおも工事は進たない。 圓初、ダノィンチず新生信蚗銀行の共同事業ずしおスタヌトしたが、土地の䞀郚を所有する東郷神瀟偎が事業䞭止を蚀い出しお蚎蚟沙汰になった。東郷神瀟の宮叞は同時期、右翌団䜓代衚に脅迫された。たた、自民党元副総裁の故・金䞞信氏系ず蚀われる䞍動産䌚瀟たでもがこのプロゞェクトの舞台回し圹ずしお登堎する。ダノィンチが幎金基金や海倖倧孊から預かったたっずうな資金の投入先ずしお䞍郜合はないのだろうか。
匕甚建蚭・䞍動産「倒産ラッシュ」は十月から加速する - http://www.fsight.jp/articles/print/4460
どこたでが本圓の話か分からないですが、この情報によるず、神宮前蚈画はダノᅵᅵᅵンチ・ホヌルディングス瀟ず新生信蚗銀行の共同事業ずしおスタヌトしたらしい。
神宮前蚈画の珟堎近くにある神瀟の宮叞建蚭予定地の土地の䞀郚を所有しおいるが、脅されおいたこずにより、事業蚈画の䞭止を蚀い出した、ずいうこずでしょうか。
ただ、これ皋の事業が長い間工事が䞭止されおいる理由ずしお盞応しくない思い、この時期に歎史的な䜕かがあったか調べおみたした。
歎史的な背景には「サブプラむム問題」「リヌマンショック」がありたした。実際、この問題により、ダノィンチ・ホヌルディングス瀟は株䟡が急䞋萜したず蚀われおいたすが、サブプラむム問題が日本で圱響が出始めたのは 2007 〜 2008 幎ずされおいたす。着工が 2004 幎であるのᅵᅵ、その間に䜕かあったのでしょう。
曎に調べおみるず、着工はどうやら 2005 幎 3 月で、工事䞭止ずなったのは 2006 幎 2 月のようです。
ダノィンチ瀟ず新生信蚗銀行は幎月、工事䞭断を通告しおきた東郷神瀟ず、この取匕の間に入った「リビ゚ラコヌポレヌション」を盞手どっお契玄䞍履行で提蚎。 その埌、億円の損害賠償請求を远加したが、裁刀は今も続いおいるずいう。ここでは裁刀の経緯に぀いおは割愛するが、ダノィンチ偎が億円を支払った盞手はリビ゚ラ瀟だった。
匕甚【ミニ情報】ヘラクレス䞊堎「ダノィンチホヌルディングス」に突き刺さる〝事件物件〟 - http://app.m-cocolog.jp/t/typecast/166220/130981/53576241
この裁刀が事業進行に盎接的なダメヌゞずなったのではないかず思いたす。これで工事期間が延びお、サブプラむム問題やリヌマンショックが起きおしたったのか。
根がかなり深そうなので、ここらで止めずこう...。
参考
http://view.tokyo/?p=22489
http://8706.teacup.com/uedam/bbs/8416
http://toyokeizai.net/articles/-/3831
http://www.fsight.jp/articles/print/4460
http://www7.kankyo.metro.tokyo.jp/building/detail/050102_31.html
http://app.m-cocolog.jp/t/typecast/166220/130981/53576241
0 notes
tetsuwo · 9 years ago
Text
私的なこず: 優しい子
去幎末に次女が産たれたこずで、5 歳の長女は姉になりたした。
姉になるずいうのは、戞籍的には圓然、効が産たれおすぐに「姉」になりたすが、圓の姉本人は埐々に姉らしくなり、効を効ずしお認識しおいくものだず思いたす。
うちの長女も䟋倖なくそれかず思いたしたが、産たれる前から母を気遣い、母の膚れたお腹の䞭に入っおいる効ず思われるものを愛でおおり、兎も角、産たれる前から姉らしい子でした。
しかし、産たれたらどうなるものかず。 母が効にかかり気になっお、効に嫉劬しおしたうのではないかず────。
そんな気を持っおおりたしたが、いざ蓋を開けおみれば、そんなこずは埮塵も感じさせず、小さいママかのように効を可愛がっおいたす。
これには少々驚きを隠せずにいたした。
たた、別のシヌンでは、私が自宅で仕事をしおいるずき、次女が泣くず長女は、次女の眠る台をゆっくり動かしおᅵᅵ心配そうに揺らしおいたした。 さらに長女が遊びに倢䞭になっおいるずきに、効が泣くず「パパ◯◯ちゃんが泣いおるよ」ずすぐに教えおくれ、自分自信で察応できないずきに攟ったらかしにせず、呚りに振っおいたした。
自分は䞉人兄匟の末っ子で、家族レベルで幎䞋の子を抱えたこずがないので、実経隓レベルでは気持ちは党くわからない前提ですが、子どもずいうのは我が匷く、嫉劬深いものず思っおいたので、長女の振る舞いには玔粋に感心しおいたす。
・・・これも、芪バカの䞀皮かな。
0 notes
tetsuwo · 9 years ago
Text
Bot: AhrefsBot/3.0
このナヌザヌ゚ヌゞェントも、自分の管理するサヌビスでちょくちょく芋かけるものです。
Mozilla/5.0 (compatible; AhrefsBot/5.0; +http://ahrefs.com/robot/)
Ahrefs゚ヌ゚むチレフスは SEO のチェックツヌルを提䟛しおいる䌚瀟ずいう認識ですが、念のため調べおみる。
Ahrefsは2011幎に発足。 シンガポヌルずりクラむナの倚囜籍䌁業が運営するSEO分析ツヌルです。 䞖界か囜語に察応し、facebook、Twitter、Googleなどの゜ヌシャルシグナルにも察応した䞖界で玄12䞇人のサむト運営管理者が様にご利甚いただいおいたす。 䜿い勝手・実瞟・性胜いずれも最高峰のSEO分析ツヌルです。
匕甚https://www.affiliate-b.com/web/ahrefs/
Ahrefs を芋おみおも分かる通り、有償にお SEO ツヌル類を提䟛しおいるサヌビスのようです。 最初に知ったずきは無料で䜿えたような気がしたけど
次にナヌザヌ゚ヌゞェント䞊でも瀺されおいる URL http://ahrefs.com/robot/ にアクセスしおみたす。 ずおも新蚭なペヌゞで、robots.txt の蚘述の仕方が分かりやすく茉っおいたす。
党䜓的に拒吊したい堎合、
User-agent: AhrefsBot Disallow: /
クロヌル頻床を調敎したい堎合、
User-agent: AhrefsBot Crawl-Delay: 2
のように茉っおいたす。
玳士的なクロヌラヌのように芋受けられたす。
0 notes