タグ

2016年9月15日のブックマーク (3件)

  • ホッキョクグマが包囲、気象観測要員動けず ロシアの島

    (CNN) ロシアの国営メディアは15日までに、同国の北極圏にあるトロイノイ島で気象観測に当たっていた専門家5人の活動拠点が約10頭のホッキョクグマや子どものクマに包囲され、立ち往生を強いられていると伝えた。 タス通信によると、この小島にある気象観測所を運営している研究機関の責任者はこれらクマは同島に集まり、専門家たちの居場所に危険な距離で近づいているという。 同観測所の所長によると、クマたちの接近は今年8月31日に始まり、これまで犬2匹が殺された。特に雌の1頭が夕方になると観測所の窓の下に居つくようになり、所員が外に自由に出られない状況となっている。 タス通信によると、ロシアのセルゲイ・ドンスコイ天然資源相は連邦政府の気象監視機関にトロイノイ島にいる気象観測要員の安全を確保するよう指示。同通信はまた、ロシア北極南極研究所の探査船を出発したヘリコプターがクマを追い払う犬3匹や信号弾を14日

    ホッキョクグマが包囲、気象観測要員動けず ロシアの島
    ghostbass
    ghostbass 2016/09/15
    クマったなあ
  • DbContextを動的に使用する - yamamoWorks

    今回はEntity FrameworkのDbContextを動的に使おうというお話です。 Entity Frameworkを普通に使う時はDbContextを継承したクラスにDbSet<モデルクラス>なプロパティを実装しますよね。 public class AddressBookContext : DbContext { public AddressBookContext() : base("AddressBookContext") { } public DbSet Persons { get; set; } } では、モデルクラスが実行時に決まる場合はどうすればよいか? 実行時にDbModelBuilder.Entity()メソッドを呼んでやりましょう。 public class DynamicDbContext : DbContext { private static readonly

    DbContextを動的に使用する - yamamoWorks
  • Castle Project

    Welcome to Castle Project This is the home of the Castle Project. Feel free to take a look at our projects. Community We welcome all contributions, from ideas for new features, to documentation, to bug fixes. Get involved. Thanks Many thanks to the companies that have provided our open source project licenses to our team for Castle Project. News Tweets by castleproject Old News Jul 12, 2017 Castle