2019年1月23日

树莓派和电脑传文件

摘要: 步骤: 1. 树莓派上电运行。 2. 在本地电脑上启动FileZilla软件: 3. 输入你的树莓派的相关信息 主机IP地址(我的树莓派的IP地址是:125.217.42.72),用户名(pi)密码(raspberry),和 端口(一般设置为22): 注意:主机(H)这里一定要在IP地址前面加上一个 阅读全文

posted @ 2019-01-23 16:48 逝去的时光 阅读(2212) 评论(0) 推荐(0) 编辑

2015年4月29日

魅蓝note 不出现 允许 usb 调试的 对话框

摘要: first ensure you have adb_usb.ini exist if not refer to :http://www.crifan.com/adt_android_can_not_find_adb_usb_ini_file/briefly you create one:# ANDR... 阅读全文

posted @ 2015-04-29 14:01 逝去的时光 阅读(529) 评论(0) 推荐(0) 编辑

2010年4月27日

WPF Pixel Shaders

摘要: 3 Easy Steps to WPF Pixel Shaders. Template Project and Five Shader Samples (Twirl UI, Light, Blobs, Grayscale and Wave reflection) In This Tutorial: · Template project and simple 3-step inst... 阅读全文

posted @ 2010-04-27 14:19 逝去的时光 阅读(871) 评论(0) 推荐(0) 编辑

2010年1月25日

WPF multiple select drag&drop

摘要: http://www.codeproject.com/KB/WPF/WPF_MultiSelect_DragDrop.aspx 阅读全文

posted @ 2010-01-25 18:34 逝去的时光 阅读(222) 评论(0) 推荐(0) 编辑

2009年12月28日

drag&move form without title bar[http://www.silmoon.com/site/Article/techatc/codeandprogram/DotNet/Article_271.html]

摘要: 一调用API消息[DllImport("user32.dll")]public extern static long SendMessage(IntPtr hWnd, int Msg, int wParam, int lParam);public const int WM_SYSCOMMAND = 0x0112;[DllImport("user32.dll")]public extern stat... 阅读全文

posted @ 2009-12-28 16:10 逝去的时光 阅读(241) 评论(0) 推荐(0) 编辑

2009年12月17日

WPF display PDF file (转)

摘要: http://hugeonion.com/2009/04/06/displaying-a-pdf-file-within-a-wpf-application/Displaying a PDF file within a WPFapplication April 6, 2009 — Christopher Hujanen I had a need to view PDF files di... 阅读全文

posted @ 2009-12-17 16:22 逝去的时光 阅读(790) 评论(2) 推荐(0) 编辑

2009年4月16日

C# 中的委托和事件2(转自 http://www.tracefact.net/)

摘要: 在客户端,调用看上去更简洁一些:static void Main(string[] args) { GreetingManager gm = new GreetingManager(); gm.delegate1 = EnglishGreeting; gm.delegate1 += ChineseGreeting; gm.GreetPeople("Jimmy Zhang"... 阅读全文

posted @ 2009-04-16 10:51 逝去的时光 阅读(162) 评论(0) 推荐(0) 编辑

C# 中的委托和事件(转自 http://www.tracefact.net/)

摘要: 引言委托 和 事件在 .Net Framework中的应用非常广泛,然而,较好地理解委托和事件对很多接触C#时间不长的人来说并不容易。它们就像是一道槛儿,过了这个槛的人,觉得真是太容易了,而没有过去的人每次见到委托和事件就觉得心里别(biè)得慌,混身不自在。本文中,我将通过两个范例由浅入深地讲述什么是委托、为什么要使用委托、事件的由来、.Net Framework中的委托和事件、委托和事件对... 阅读全文

posted @ 2009-04-16 10:50 逝去的时光 阅读(170) 评论(0) 推荐(0) 编辑

2008年11月11日

ExecuteMso & GetEnabledMso

摘要: Tips,In Office 2007 use ExecuteMso & GetEnabledMso to excute all the Built-In Command. 阅读全文

posted @ 2008-11-11 11:32 逝去的时光 阅读(230) 评论(0) 推荐(0) 编辑

2008年9月3日

somthing about word.page

摘要: Use the Item method to access a specific page in a document. To access the page number, use the Information property of a Range or Selection object, or the PageIndex property of a Break object t... 阅读全文

posted @ 2008-09-03 16:09 逝去的时光 阅读(156) 评论(1) 推荐(0) 编辑

导航