Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は奇妙な状況にある
デスクトップ アプリケーションに外部画像を読み込みます。
BitmapImage cover = new BitmapImage(new Uri("cover.jpg", UriKind.Relative)); MyImage.Source = cover;
MyImage は WPF イメージ コントロールです
アプリケーションを実行すると、画像がありません。アプリケーションをデバッグすると、画像がそこにあります
なぜこれが起こるのか誰か説明できますか?
I am attempting to make a simple nodejs client that will eventually crawl a given reddit users profile history. Right now i am trying to use the jsdom module to extract the URL