タグ

2013年11月10日のブックマーク (4件)

  • Git - Book

    The entire Pro Git book, written by Scott Chacon and Ben Straub and published by Apress, is available here. All content is licensed under the Creative Commons Attribution Non Commercial Share Alike 3.0 license. Print versions of the book are available on Amazon.com. The version found here has been updated with corrections and additions from hundreds of contributors. If you see an error or have a s

  • Git Cheatsheet

    stash workspace index local repository upstream repository status Displays paths that have differences between the index file and the current HEAD commit, paths that have differences between the workspace and the index file, and paths in the workspace that are not tracked by git. diff Displays the differences not added to the index. diff commit or branch View the changes you have in your workspace

  • コントロールに対してスレッドセーフな呼び出しを行う - Windows Forms .NET Framework

    マルチスレッドで Windows フォーム アプリのパフォーマンスを向上させることができますが、Windows フォーム コントロールへのアクセスは質的にスレッドセーフではありません。 マルチスレッドによって、ご自分のコードが非常に深刻で複雑なバグにさらされる可能性があります。 2 つ以上のスレッドでコントロールを操作することで、コントロールが一貫性のない状態になり、競合状態、デッドロック、フリーズまたはハングが発生する可能性があります。 アプリにマルチスレッドを実装する場合は、クロススレッド コントロールをスレッドセーフな方法で呼び出すようにします。 詳細については、「マネージド スレッド処理のベスト プラクティス」を参照してください。 コントロールを作成していないスレッドから Windows フォーム コントロールを安全に呼び出すには、2 つの方法があります。 System.Wind

    コントロールに対してスレッドセーフな呼び出しを行う - Windows Forms .NET Framework
  • Visual Studioのプロファイラを使って性能評価を行う(1/2) - @IT

    アプリケーションのギアを上げよう ― Visual Studio 2010でアプリケーションのパフォーマンス・チューニング ― 第2回 Visual Studioのプロファイラを使って性能評価を行う 亀川 和史 2011/05/31 Visual Studio 2010 Premiumエディションおよび、Ultimateエディションには、アプリケーションの性能上の問題を計測、評価、特定するための「プロファイラ」と呼ばれる機能がついている。使いこなせばアプリケーションの性能上の問題を早期に検出できるため、大変有用な機能である。 【参考】MSDN:プロファイリング ツールを使用したアプリケーション パフォーマンスの分析 ■Visual Studio 2010プロファイラによる性能測定 Visual Studioには以前のバージョンからプロファイリング・ツールが付属していたが、Visual St