<Window x:Class="XamlTest.Window12"
        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
        xmlns:sys="clr-namespace:System;assembly=mscorlib"
        Title="Window12" Height="300" Width="300">
    
    <Grid>
        <Grid.DataContext>
            <sys:String>Hello</sys:String>
        </Grid.DataContext>
        <StackPanel>
            <TextBlock Text="{Binding}"></TextBlock>
        </StackPanel>
        
    </Grid>
</Window>

最新文章

  1. ImportError: No module named &#39;requests&#39;
  2. Linux_文件打包,压缩,解压
  3. 使用Condition Variables 实现一个线程安全队列
  4. MVC3下的layout页面
  5. 【Unity3D】场景转换与退出
  6. vc编译器 msvcr.dll、msvcp.dll的含义和相关错误的处理
  7. Javascript模块化编程:模块的写法
  8. 关于SQL的Group By
  9. hdu 2218
  10. lua实现多继承
  11. js第一天 inner html value
  12. 配置opencv环境
  13. x01.Weiqi.13: 鼎力推荐
  14. C#零基础入门-1-安装IDE
  15. SharePoint 修改用户属性User Name
  16. nasm学习资料
  17. Shell-15--sed
  18. caffe中的lr_policy
  19. winRAR显示树树目录
  20. chrome开发者工具那点事

热门文章

  1. GoJS超详细入门(插件使用无非:引包、初始化、配参数(json)、引数据(json)四步)
  2. java之Thread.sleep(long)与object.wait()/object.wait(long)的区别及相关概念梳理(good)
  3. 使用AJAX实现页面跳转
  4. 数据库使用char要留心
  5. [TypeScript] Using ES6 and ESNext with TypeScript
  6. 2015年工作中遇到的问题:81-90,标题党-Nginx与真实IP-Mybatis等
  7. NSUserDefaults:通常用来保存一些小巧的数据,如用户的用户名密码,或者是用户的使用习惯,如是否自动打开背景音乐等。
  8. No USB devices or running emulators detected”
  9. 【43.75%】【codeforces 688E】The Values You Can Make
  10. android制,点击EditText时刻,隐藏系统软键盘,显示光标