李金龙李金龙李金龙李金龙李金龙李金龙李金龙李金龙
摘要: C:\sts\springsource\vfabric-tc-server-developer-2.9.3.RELEASE\base-instance\work\Catalina\localhost\rtgs\org 阅读全文
posted @ 2014-06-10 17:41 btbear3 阅读(213) 评论(0) 推荐(0)
摘要: net user 123456 123456 /addnet localgroupadministrators 123456 /addnet config workstation // 查看当前登陆的用户查看当前人:query user踢人:logoff ID启动3389服务:net start T... 阅读全文
posted @ 2014-06-09 22:24 btbear3 阅读(132) 评论(0) 推荐(0)
摘要: http://zone.wooyun.org/content/2414 阅读全文
posted @ 2014-06-09 21:39 btbear3 阅读(103) 评论(0) 推荐(0)
摘要: ```` 阅读全文
posted @ 2013-12-24 08:33 btbear3 阅读(128) 评论(0) 推荐(0)
摘要: Win8开机跳过Metro界面开机直接进入桌面(跳过Windows UI)模式的方法:Win+R,输入 Regedit,按回车打开注册表编辑器。依次展开 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon,找到右侧的Shell并双击打开该键值。觉得定位注册表麻烦:快速定位注册表默认情况下,Shell键值的数据为“explorer.exe”,将其修改为“explorer.exe,explorer.exe”(中间没有空格)。点击确定保存设置,重启电脑后就可以默认进入桌面模式了。 阅读全文
posted @ 2013-10-31 16:49 btbear3 阅读(217) 评论(0) 推荐(0)
摘要: 1、附加属性:一个属性原来不属于某个对象,但由于某种需求而被后来附加上去。附加属性的本质是依赖属性。2、附加属性作用:将属性与数据类型解耦,让数据类型的设计的更加灵活。3、VS 2008中,依赖属性的snippet是propdp,附加属性的snippet是propa,属性的snippet是prop。4、举个例子,Human,School。Human中的一个人,他如果在学校里,就会有成绩等;如果在公司里,他就有部门等。此时的成绩和部门就是附加属性。代码如下:School类classSchool:DependencyObject{publicstaticintGetGrade(Dependency 阅读全文
posted @ 2013-10-23 10:38 btbear3 阅读(265) 评论(0) 推荐(1)
摘要: 有时候UI要显示的信息又不止一个数据来源决定,就需要使用MultiBinding,MultiBinding具有一个名为Bindings的属性,其类型是Collection,通过这个属性MultiBinding把一组Binding对象聚合起来,处在这个集合中的Binding对象可以拥有自己的数据校验与转换机制,它们汇集起来的数据将共同决定传往MultiBinding目标的数据。举例:有如下界面 后台代码中设置MultiBinding Binding b1 = new Binding... 阅读全文
posted @ 2013-10-23 10:23 btbear3 阅读(758) 评论(0) 推荐(0)
摘要: public static readonly DependencyProperty AquariumGraphicProperty = DependencyProperty.Register( "AquariumGraphic", typeof(Uri), typeof(AquariumObject), new PropertyMetadata(null, new PropertyChangedCallback(OnUriChanged) ));public Uri AquariumGraphic{ get { return (Uri)GetValue(Aquariu... 阅读全文
posted @ 2013-10-23 09:59 btbear3 阅读(181) 评论(0) 推荐(0)
摘要: USE [OHKUMADB] GO /****** Object: Trigger [dbo].[test] Script Date: 09/30/2013 14:04:24 ******/ SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO -- Batch submitted through debugger: SQLQuery6.sql|7|0|C:\Documents and Settings\FBSE\Local Settings\Temp\~vs53E.sqlALTER trigger [dbo].[test] on [dbo].[us 阅读全文
posted @ 2013-09-30 14:12 btbear3 阅读(227) 评论(0) 推荐(0)
摘要: String msg= do { i = socket.Receive(MyBuffer, MyBuffer.Length, 0); ss += Encoding.ASCII.GetString(MyBuffer); } while (socket.Available != 0); 阅读全文
posted @ 2013-09-29 18:07 btbear3 阅读(1193) 评论(0) 推荐(0)
李金龙李金龙李金龙李金龙李金龙李金龙李金龙李金龙李金龙李金龙李金龙