摘要: Debugging add-ins Debugging add-ins To debug an add-in, follow these steps: Confirm that the add-in is deployed to the well known folder where the Des 阅读全文
posted @ 2019-06-03 16:23 qidong_kevin 阅读(180) 评论(0) 推荐(0) 编辑
摘要: 由于扇贝查词没有有道方便,所以很多时候添加生词都是在使用有道词典,然后顺手就保存到了有道单词本,不过在扇贝记单词可以打卡,记单词更方便,进入扇贝页面后发现扇贝单词批量导入居然一次只支持10个,查了扇贝API是可以导入生词的,于是想着何不利用c#批量导入单词?说干就干! 准备工作 获取扇贝token 阅读全文
posted @ 2018-01-29 16:34 qidong_kevin 阅读(2513) 评论(0) 推荐(0) 编辑
摘要: {x:Reference ...} -> returns just a reference of an object it doesn't create that "bridge" between two properties like binding would do. Behind all th 阅读全文
posted @ 2016-02-15 16:04 qidong_kevin 阅读(211) 评论(0) 推荐(0) 编辑
摘要: 之前在网上看到的10.1在vs2012安装不上的问题,解决办法是改注册表HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\11.0添加installdir键值,但是vs2013安装10.2确不行,经过多次尝试后发现将12.0 阅读全文
posted @ 2015-07-21 14:47 qidong_kevin 阅读(558) 评论(0) 推荐(0) 编辑
摘要: public class PopupNonTopmost : Popup{ public static DependencyProperty TopmostProperty = Window.TopmostProperty.AddOwner( typeof( PopupNonTo... 阅读全文
posted @ 2015-04-13 15:33 qidong_kevin 阅读(862) 评论(0) 推荐(1) 编辑
摘要: 安卓系统下由于#号是属于内定字符,需要转义为%23第一种方式:adb shell service call phone 1 s16 "%23"第二种方式:adb shell am start -a android.intent.action.DIAL -d tel:%23如果拨号则为:adb she... 阅读全文
posted @ 2015-02-26 16:53 qidong_kevin 阅读(2326) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-19 12:43 qidong_kevin 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 解决WPF图片模糊最佳方法(绑定PixelWidth与PixelHeight)转载自:http://www.360doc.com/content/13/1126/09/10504424_332211753.shtml#从事WPF开发一年有余,对于图片显示模糊相信很多人都遇到过。网络上查找能得到一堆解... 阅读全文
posted @ 2014-07-29 12:50 qidong_kevin 阅读(361) 评论(0) 推荐(0) 编辑
摘要: 【转】C#中的==、Equal、ReferenceEqual转载自: http://www.cnblogs.com/zagelover/articles/2741409.html1. ReferenceEquals, == , EqualsEquals , == , ReferenceEquals都... 阅读全文
posted @ 2014-07-03 13:55 qidong_kevin 阅读(227) 评论(0) 推荐(0) 编辑
摘要: 华为手机工程模式*#*#2846579#*#* 阅读全文
posted @ 2014-06-24 17:24 qidong_kevin 阅读(2192) 评论(0) 推荐(0) 编辑