会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
倾国倾城何为倾
博客园
首页
新随笔
联系
订阅
管理
2016年2月2日
WPF MVVM DataGrid Button Command绑定
摘要: WPF MVVM DataGrid Button Command绑定 <Button Content="删除" Background="{StaticResource mainColor}" Width="90" Height="35" Style="{StaticResource BtnStyle
阅读全文
posted @ 2016-02-02 15:02 倾国倾城何为倾
阅读(1029)
评论(0)
推荐(0)
2015年12月30日
域名
摘要: www.ihavemyway.com
阅读全文
posted @ 2015-12-30 11:50 倾国倾城何为倾
阅读(108)
评论(0)
推荐(0)
2015年12月29日
C#MD5 32位加密
摘要: using System.Security.Cryptography;public static string En32(string str) { string pwd = ""; MD5 md5 = MD5.Create();//实例化一...
阅读全文
posted @ 2015-12-29 11:49 倾国倾城何为倾
阅读(351)
评论(0)
推荐(0)
C#时间格式化大全
摘要: static void Main(string[] args) { //c# datetime 格式化 DateTime dt = DateTime.Now; dt.ToString();//2005-11-5 13:2...
阅读全文
posted @ 2015-12-29 11:31 倾国倾城何为倾
阅读(228)
评论(0)
推荐(0)
2015年12月28日
Wpf-查找子、父控件
摘要: public static class ControlsSearchHelper { //查找父控件 public static T GetParentObject(DependencyObject obj, string name) where T : Fram...
阅读全文
posted @ 2015-12-28 17:33 倾国倾城何为倾
阅读(225)
评论(0)
推荐(0)
Linux-模拟键盘输入
摘要: # include # include # include# include# include# include# include# include# include# include # include void simulate_key(int fd, int kval) { struc...
阅读全文
posted @ 2015-12-28 17:31 倾国倾城何为倾
阅读(757)
评论(0)
推荐(0)
WPF-模拟键盘输入
摘要: public static void SendToUIThread(UIElement element, string text) { element.Dispatcher.BeginInvoke( new Action(() => ...
阅读全文
posted @ 2015-12-28 17:30 倾国倾城何为倾
阅读(463)
评论(0)
推荐(0)
WPF-Button使用三级状态显示
摘要: ...
阅读全文
posted @ 2015-12-28 17:04 倾国倾城何为倾
阅读(476)
评论(0)
推荐(1)
公告