上一页 1 2 3 4 5 6 7 8 ··· 35 下一页
摘要: 图形上下文导论(Introduction to SWT Graphics) 摘要: org.eclipse.swt.graphics包(package),包含了管理图形资源的类。只要实现了org.eclipse.swt.graphics.Drawable接口,就可在上面绘画,包括 org.eclip 阅读全文
posted @ 2019-02-18 22:17 马语者 阅读(303) 评论(0) 推荐(0) 编辑
摘要: Java is a multi-threaded programming language which means we can develop multi-threaded program using Java. A multi-threaded program contains two or m 阅读全文
posted @ 2019-02-18 20:49 马语者 阅读(300) 评论(0) 推荐(0) 编辑
摘要: If you’ve ever consumed INotifyCollectionChanged.CollectionChanged, then you’ve run into some inadequate documentation for NotifyCollectionChangedEven 阅读全文
posted @ 2019-02-09 14:43 马语者 阅读(436) 评论(0) 推荐(0) 编辑
摘要: 其它namespace的代码访问控件时会出现这个问题 需要把控件状态由protected改为public The x:Name attribute in XAML creates named fields that you can use to access the controls from th 阅读全文
posted @ 2019-02-02 15:58 马语者 阅读(1365) 评论(0) 推荐(0) 编辑
摘要: 1. 枚举类 2. 枚举型与布尔型的转换 3. 控件XAML的代码 阅读全文
posted @ 2019-01-14 15:57 马语者 阅读(3200) 评论(0) 推荐(0) 编辑
摘要: 使用时ObservableCollection必须使用get set属性声明,才能成功的绑定到控件。 阅读全文
posted @ 2019-01-14 15:01 马语者 阅读(1746) 评论(0) 推荐(0) 编辑
摘要: 1)、C#语法中一个个问号(?)的运算符是指:可以为 null 的类型。 MSDN上面的解释: 在处理数据库和其他包含不可赋值的元素的数据类型时,将 null 赋值给数值类型或布尔型以及日期类型的功能特别有用。例如,数据库中的布尔型字段可以存储值 true 或 false,或者,该字段也可以未定义。 阅读全文
posted @ 2019-01-05 13:00 马语者 阅读(2267) 评论(0) 推荐(1) 编辑
摘要: 通过python获取当前mac地址的方法如下:(1)通用方法,借助uuid模块def get_mac_address(): import uuid node = uuid.getnode() mac = uuid.UUID(int = node).hex[-12:] return mac (2)按照 阅读全文
posted @ 2018-12-20 08:28 马语者 阅读(522) 评论(0) 推荐(0) 编辑
摘要: 1.Adams插件介绍 Adams的高级模块(如Controls控制模块、Vibration振动模块、Durability耐久性模块等)是以插件的形式集成在Adams软件中。通过Adams提供的插件管理器(Plugin Manager)工具能非常方便地对这些插件进行管理,即插即用,激活或失效插件,扩 阅读全文
posted @ 2018-12-12 17:16 马语者 阅读(1114) 评论(0) 推荐(0) 编辑
摘要: 原文地址:http://www.vonwei.com/post/UniqueDeviceIDforWindows.html 唯一的标识一个设备是一个基本功能,可以拥有很多应用场景,比如软件授权(如何保证你的软件在授权后才能在特定机器上使用)、软件License,设备标识,设备身份识别等。下面列举一下 阅读全文
posted @ 2018-12-02 15:22 马语者 阅读(28738) 评论(1) 推荐(5) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 35 下一页