源义朝

Multi tool usebody.skin-minerva .mw-parser-output table.infobox captiontext-align:center
 |
日語寫法 |
---|
日語原文 | 源 義朝
|
---|
假名 | みなもと の よしとも
|
---|
平文式罗马字 | Minamoto no Yoshitomo
|
---|
源义朝(1123年-1160年),日本平安時代末期武士,河內源氏栋梁。源为义的长男,母亲是藤原忠清的女儿。源赖朝、源义经的父亲。
曾祖父源义家死后,河内源氏由于内乱,在京都的地位衰落。从京都下放到东国的源义朝,组织当地豪族发展自己的力量,在东国建立起庞大的势力,再次回到京都,被授予下野守的职位。率领东国武士团在保元之乱中获得了战功,兼任左马头。
在平治之乱中和藤原信赖一同败北,在从京都逃亡到尾张的途中被杀。其在东国所建立的势力,成为日后其子源赖朝、源义经起兵的基础。
生平
父从五位下检非违使源为义,母白河院近臣淡路守藤原忠清之女。
少年时寄寓在东国,被称为“上总的御曹司”。
仁平三年(1153年),叙位从五位下下野守。久寿二年(1155年),兼右马助。
保元元年(1156年),参与平定保元之乱,兼左马头。翌年,叙位正五位下。
平治元年(1159年),发动平治之乱,叙位从四位下播磨守,随即战败。翌年,在逃亡东国途中被杀。
子
- 源義平
- 源朝長
- 源賴朝
- 源義門
- 源希義
- 源範賴
- 阿野全成
- 義圓
- 源義經
- 坊門姬
外部連結
规范控制 | - WorldCat Identities
- NDL: 001098521
- VIAF: 261037371
|
---|
|
ji wXrjELP3CE5ciuE8q,2 X,f3WxHA
Popular posts from this blog
Ramiro Burr's New Blog - to go back: www.ramiroburr.com From Latin rock to reggaeton, boleros to blues,Tex-Mex to Tejano, conjunto to corridos and beyond, Ramiro Burr has it covered. If you have a new CD release, a trivia question or are looking for tour info, post a message here or e-mail Ramiro directly at: musicreporter@gmail.com Top Tejano songwriter Luis Silva dead of heart attack at 64 By Ramiro Burr on October 23, 2008 8:40 AM | Permalink | Comments (12) | TrackBacks (0) UPDATE: Luis Silva Funeral Service details released Visitation 4-9 p.m. Saturday, Rosary service 6 p.m. Saturday at Porter Loring, 1101 McCullough Ave Funeral Service 10:30 a.m. Monday St. Anthony De Padua Catholic Church, Burial Service at Chapel Hills, 7735 Gibbs Sprawl Road. Porter Loring (210) 227-8221 Related New Flash: Irma Laura Lopez: long time record promoter killed in accident NewsFlash: 9:02 a.m. (New comments below) Luis Silva , one of the most well-known ...
1 I having trouble getting my ResourceDictionary.MergedDictionaries to load from app.xaml. My WPF app has a static class with a Main defined and startup object set to it. Within Main I created an instance of App and run it. The override OnStartup fires and the mainwindow.cs InitializeComponent gives the error "Message "Cannot find resource named 'MaterialDesignFloatingActionMiniAccentButton'. If I put the resources in the mainwindow.xaml everything is fine, but I wanted them to load at the app level so I they are not in each page. Any help appreciated. public partial class App protected override void OnStartup(StartupEventArgs e) base.OnStartup(e); var app = new MainWindow(); var context = new MainWindowViewModel(); app.DataContext = context; app.Show(); from the Main.. var app = new App(); app.Run(); app.xaml.. <Application x:Class="GS.Server.App" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:...
up vote 2 down vote favorite There is a clear pattern that show for two separate subsets (set of columns); If one value is missing in a column, values of other columns in the same subset are missing for any row. Here is a visualization of missing data My tries up until now, I used ycimpute library to learn from other values, and applied Iterforest. I noted, score of Logistic regression is so weak (0.6) and thought Iterforest might not learn enough or anyway, except from outer subset which might not be enough? for example the subset with 11 columns might learn from the other columns but not from within it's members, and the same goes for the subset with four columns. This bar plot show better quantity of missings So of course, dealing with missings is better than dropping rows because It would affect my prediction which does contain the same missings quantity relatively. Any better way to deal with these ? [EDIT] The nullity pattern is confirmed: machine-learning cor...