Loading

上一页 1 2 3 4 5 6 7 8 ··· 18 下一页
摘要: 自适应 1) Gif: 添加动画 2) 阅读全文
posted @ 2016-09-07 16:28 androllen 阅读(187) 评论(0) 推荐(0) 编辑
摘要: /********************************************************************************** 作者: $username$** 日期: $time$** 微博: http://weibo.com/Androllen****** 阅读全文
posted @ 2016-04-08 14:08 androllen 阅读(633) 评论(0) 推荐(0) 编辑
摘要: 对齐方式是中心底部对齐: HorizontalAlignment="Center" VerticalAlignment="Bottom" 以底部边为起始线,向上移动是负数,向下移动是正数 下面我们来举例说明: 观察黑色阴影部分 当缺省值是Y=0 当修改缺省Y=30时黑色阴影距边线向下移动了30 当修 阅读全文
posted @ 2016-04-08 13:21 androllen 阅读(372) 评论(0) 推荐(0) 编辑
摘要: https://github.com/kgrittner/WPF_Tutorial/blob/a5b4956601481f704df7386b3a225095a72a1e98/ProWPF_C/ToKnow2000/Animation/Scale_Transform.xaml 心跳动画 https: 阅读全文
posted @ 2016-04-05 18:43 androllen 阅读(259) 评论(0) 推荐(0) 编辑
摘要: http://www.myexception.cn/wpf/2040450.html 阅读全文
posted @ 2016-03-31 18:00 androllen 阅读(233) 评论(0) 推荐(0) 编辑
摘要: a = "aaa" b = "bbb" c = "ccc" final = a + b + c print final import sys print(sys.version) print("hello world ~") import os print(os.defpath) name = "" 阅读全文
posted @ 2016-03-30 16:10 androllen 阅读(528) 评论(0) 推荐(0) 编辑
摘要: 需要: 1.下载Yomitate.app or Capitan.app 跳转到官网或者第三方。 2.准备一台Mac 电脑 3.准备一个8G U盘。 安装: 步骤1.将Yomitate.app 拖到应用程序里。 打开lanch就能看到 步骤2.插上U盘,抹掉U盘数据。 打开磁盘工具,抹U盘。 选择U盘 阅读全文
posted @ 2016-02-26 17:34 androllen 阅读(1285) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/mt148501.aspx 阅读全文
posted @ 2016-01-28 23:55 androllen 阅读(205) 评论(0) 推荐(0) 编辑
摘要: https://code.msdn.microsoft.com/Layout-for-windows-that-ba648e1c/ https://msdn.microsoft.com/library/windows/apps/hh465371.aspx 调整大小以缩窄布局指南 https://ms 阅读全文
posted @ 2016-01-28 17:58 androllen 阅读(429) 评论(0) 推荐(0) 编辑
摘要: <Rectangle Fill="Yellow" Width="50" Height="50" RelativePanel.AlignHorizontalCenterWithPanel="True" RelativePanel.AlignVerticalCenterWithPanel="True" 阅读全文
posted @ 2016-01-19 12:17 androllen 阅读(321) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 18 下一页