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.
WPF 3.0 でアプリケーションを作成しましたが、WPF 4.5 に切り替えたいのですが、どうすればそれが可能になるのでしょうか?切り替えの問題はありますか?
ガイドしてください
.NET 4.5にProject -> Properties変更するだけです。 Visual Studio はプロジェクトを関連するバージョンに変換しますtarget framework
Project -> Properties
target framework
私はコードを書いていました: <?PHP $where='<something'; echo $where; ?> しかし、文字列 $where を '< something' ("<" の後にスペースを追加) に変更するまで何もエコーしません。なぜですか?
<?PHP $where='<something'; echo $where; ?>
<