【諸費用参考例】 | ||||
・物件(新築マンション):専有面積…75m2 | ||||
・物件価格:3000万円(消費税込み、うち建物評価額2000万円) | ||||
・固定資産税評価額:建物…1300万円、土地…600万円 | ||||
・住宅ローン(民間融資):借入金額2400万円(元利均等、30年) | ||||
取得 | ||||
項目 | 金額(万円) | |||
1 | 土地 | 1000 | ||
2 | 建物 | 2000 | ||
3 | 消費税 | 役所 | ||
4 | 売買契約 印紙税 | 1.5 | ||
5 | 土地所有権移転登記 登録免許税 | 6 | ||
6 | 建物所有権保存登記 登録免許税 | 1.9 | ||
7 | 不動産取得税 | 3 | ||
水道負担金 | ||||
8 | 司法書士に登記依頼の場合、司法書士報酬 | 10 | 司法書士 | |
9 | 住宅ローン契約 印紙税 | 2 | 銀行 | |
10 | 融資手数料 | 5 | ||
11 | 融資保証料 | 47 | ||
12 | 団体信用生命保険料 | 6.7 | ローンの年数*6.7 | |
13 | 引越し代 | 引越し業者 | ||
14 | 家具など | |||
15 | 仲介手数料 | 不動産業者 | ||
83.1 | ||||
維持 | ||||
1 | 火災保険料 | 5 | 一年分 | |
2 | 地震保険料 | 5 | 一年分 | |
3 | 日割り固定資産税 | 6 |
2017/04/19
eclipse error
workspace\.metadata/.log
eclipse.exe -clean
治らない。。
marketplaceのおすすめがおるさい。。
general ->editer->関連付けられていないファイルのオープンを「text editor]にする
eclipse.exe -clean
治らない。。
marketplaceのおすすめがおるさい。。
general ->editer->関連付けられていないファイルのオープンを「text editor]にする
2017/02/06
python
import os
print(os.getcwd())
=>install directory!
import math
dir(math)
=>to see that in math module
from math import ceil
print ceil(4.5)
=>not necessary to use math.
import tkinter
import tkinter.filedialog
tk = tkinter.Tk()
tk.withdraw() # 小ウィンドウを表示しないようにする。
args = { “initialdir” : “c:/”,
“filetypes” : [(“テキストファイル”, “*.txt”)],
“title” : “テスト”
}
print (tkinter.filedialog.askopenfilename(**args))
input(“press enter”)
=>open the file
myword=u"あいうえお”
=>japanese words is unicode 2 bytes
myword=myword.decode('utf-8')
->read in utf,out in utf
def my_methord():
print(os.getcwd())
=>install directory!
import math
dir(math)
=>to see that in math module
from math import ceil
print ceil(4.5)
=>not necessary to use math.
import tkinter
import tkinter.filedialog
tk = tkinter.Tk()
tk.withdraw() # 小ウィンドウを表示しないようにする。
args = { “initialdir” : “c:/”,
“filetypes” : [(“テキストファイル”, “*.txt”)],
“title” : “テスト”
}
print (tkinter.filedialog.askopenfilename(**args))
input(“press enter”)
=>open the file
myword=u"あいうえお”
=>japanese words is unicode 2 bytes
myword=myword.decode('utf-8')
->read in utf,out in utf
def my_methord():
2016/01/21
HttpResponse Stream
あまり情報がないので、
★The respone entity is always not null and is stream,so the releaseConnection method cant be invoked always. final HttpEntity entity = response.getEntity(); if (entity == null || !entity.isStreaming()) {
★
- Using
EntityUtils
andHttpEntity
HttpResponse response = httpClient.execute(new HttpGet(URL)); HttpEntity entity = response.getEntity(); String responseString = EntityUtils.toString(entity, "UTF-8"); System.out.println(responseString);
- Using
BasicResponseHandler
HttpResponse response = httpClient.execute(new HttpGet(URL)); String responseString = new BasicResponseHandler().handleResponse(response); System.out.println(responseString);
基本なことね、恥ずかしい、全てのresponeはStreamみたいなので
、また調べる
2016/01/17
windows 印刷 job削除
windowsを再起動して治るが、時間かかります。
・service->Print Spoolー>再開
トキドキうまくいく
・Ctl+Rー>spool、C:\Windows\System32\spoolにいく、
PRINTTERS下の
*.SHD
*.SPL
を削除する、削除できない物はあり、先にPrint Spool Serviceを停止して。
・プリンターを再起動する
でもいっぱい印刷する時、時々とまるので、こまる
また調べる
・spool Serviceを停止して、プリンターの一覧もきえる
ーー>プリンターを削除できない
。。。。
・service->Print Spoolー>再開
トキドキうまくいく
・Ctl+Rー>spool、C:\Windows\System32\spoolにいく、
PRINTTERS下の
*.SHD
*.SPL
を削除する、削除できない物はあり、先にPrint Spool Serviceを停止して。
・プリンターを再起動する
でもいっぱい印刷する時、時々とまるので、こまる
また調べる
・spool Serviceを停止して、プリンターの一覧もきえる
ーー>プリンターを削除できない
。。。。
2015/07/05
DAT 変換 ren
datとは、ファイル全般に対して用いられることがある汎用の拡張子である。ファイルタイプやアプリケーションの種類に関わらず使用される可能性がありま
す。DATファイルとは、ファイル形式・拡張子の一つだが、標準化されたデータ形式ではなく、
アプリケーション独自の形式で保存されたデータのファイル名の拡張子などによく使われます。一般的なデータファイル、電子メールで添付ファイルとして
winmail.datおよびVCDのビデオファイル三つの種類があります。
XMediaRecode?
http://www.forest.impress.co.jp/library/software/xmediarecode/download_10952.html
REN *.bat *.mpge
VCDにあるDATファイルをMPEGを修正して、見えるようになった。。
XMediaRecode?
http://www.forest.impress.co.jp/library/software/xmediarecode/download_10952.html
REN *.bat *.mpge
VCDにあるDATファイルをMPEGを修正して、見えるようになった。。
2015/06/24
Charles ios
CharlesのFAQにある通り、iPhoneにSSL証明ををインストールする必要があります。iPhoneのSafariから http://charlesproxy.com/charles.crt にアクセスし、SSL証明書をインストールしてください。
2015/06/21
windows user 自動 ログイン
Crl+R
Windows7
control userpasswords2
==>ログインユーザーパスポートが必要、チェックアウトする
control userpasswords2出ない
Windows7
control userpasswords2
==>ログインユーザーパスポートが必要、チェックアウトする
control userpasswords2出ない
rundll32 netplwiz.dll,UsersRunDll
2015/06/06
改行コード DB java client?
つまらないことですが、思う通り行かない困るね。。。
世の中そんなことが多いと思いますが、
そんなことに時間を取られて、結局つまらないね。。。
DBに下記をinsert
"今日は土曜日。\n明日は日曜日"
改行したいです!!
javaでoutPutして見る
System.out.print(description);
==> "今日は土曜日。\n明日は日曜日"
値は\\nになっている。
じゃ。。。
DB "今日は土曜日。rn明日は日曜日"
JAVA
product.setDescription(product.getDescription().replaceAll("rn", "\n"));
System.out.println(product.getDescription());
==>
OK!!
世の中そんなことが多いと思いますが、
そんなことに時間を取られて、結局つまらないね。。。
DBに下記をinsert
"今日は土曜日。\n明日は日曜日"
改行したいです!!
javaでoutPutして見る
System.out.print(description);
==> "今日は土曜日。\n明日は日曜日"
値は\\nになっている。
じゃ。。。
DB "今日は土曜日。rn明日は日曜日"
JAVA
product.setDescription(product.getDescription().replaceAll("rn", "\n"));
System.out.println(product.getDescription());
==>
OK!!
2015/06/03
log4j pattern
%c | ログイベントのカテゴリー名を出力する。 |
%C | ロギング要求を行うクラス名を出力する。 |
%d | ログイベントの日時を出力する。 %d{HH:mm:ss} や %d{dd MMM yyyy HH}として、より柔軟に日時情報を出力することが出来る。 |
%F(*) | ログ要求が発生したファイル名を出力する。 |
%l(*) | ログが生成されたときに呼び出された位置(ソース名、行)を出力する。 |
%L(*) | ロギング要求を行なった行番号を出力する。 |
%m | ロギングイベントで設定されたメッセージを出力する。 |
%M(*) | ログ要求が行なわれたメソッド名を出力する。 |
%n | プラットフォーム依存の改行文字を出力する。 |
%p | ログの優先度を出力します。 |
%r | アプリケーションが開始してから、ログが出力されるまでの時間をミリ秒単位で出力する。 |
%t | ログを生成したスレッドの名前を出力する。 |
%x | ログが生成されたスレッドのNDC(ネスト化診断コンテキスト) を出力する。 |
%% | %を出力する。 |
例:
<PatternLayout>
<Pattern>%d %c{1.} [%t] %m%n</Pattern>
</PatternLayout>