摘要: 两步走: 1. 使用下面代码制定文件路径 2. 设置图片属性 在项目浏览器中选中图片,F4开属性,Build Action设置成Resource,默认是Content 如果这步不做,就会持续收到报错:“Cannot locate resource” 就这步我就搞了一下午。。。 REF: https: 阅读全文
posted @ 2018-11-21 17:31 No5Meters 阅读(3097) 评论(0) 推荐(0) 编辑
摘要: 写了个Python脚本怎么去调用他。 官网安装Windows组件,Python.exe 和图形界面 IDLE https://www.python.org/ GUI 还是用 Thonny 更强大。 http://thonny.org/ 调用编辑好的脚本时, 可以直接双击打开, 或者通过命令行直接输入 阅读全文
posted @ 2018-07-16 16:55 No5Meters 阅读(134) 评论(0) 推荐(0) 编辑
摘要: namespace is using System.ComponentModel.Composition; Need to manually refer to System.ComponentModel.Composition.dll why using import and export. Wha 阅读全文
posted @ 2018-07-10 16:54 No5Meters 阅读(153) 评论(0) 推荐(0) 编辑
摘要: Conditional attribute is under System.Diagnostics name space. When keyword like "DEBUG" defined (default situation), the function performed. When keyw 阅读全文
posted @ 2018-07-09 17:14 No5Meters 阅读(125) 评论(0) 推荐(0) 编辑
摘要: override 出来的是属于“晚绑定”,根据对象最后给定的类做出选择。 new出来的属于“早绑定”,在程序编译完成后就决定调用哪个方法了。 REF: http://blog.csdn.net/zhoufoxcn/article/details/2864429 阅读全文
posted @ 2018-03-05 13:43 No5Meters 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 接口类型 一百度,出来的全是卖接头的,这种东西,还是得谷歌。。。 如上, 频率上限为标准使用中的适用范围。 最大使用上限是可以使用的最高频率,大于此频率后,波在原件中的传播方式会发生改变,导致信号有较大程度的衰减。 另外, APC3.5也叫3.5mm,采用空气作为填充材料,即中空,如果使用塑料材质填 阅读全文
posted @ 2017-12-04 15:16 No5Meters 阅读(1257) 评论(0) 推荐(0) 编辑
摘要: 2018.06.01 今天又有了新的需求,需要加载GIF动画,所以之前的new Bitmap就不行了。 可以通过stream的形式读取. 但是读取完就不能实时换帧,调用gifImage.SelectActiveFrame(dimension, i)的时候会报错。 只好一次性把所有的帧都读回来,存起来 阅读全文
posted @ 2017-07-27 17:24 No5Meters 阅读(854) 评论(0) 推荐(0) 编辑
摘要: Spurious:杂散: 通信含义上,接收机解调过程产生的新频率信号对其他系统的干扰。 Spurious有时候也叫Spur。Spur源自单词Spurious,意为不是原本就有的。 (The word "spur" comes from the word "spurious", which means 阅读全文
posted @ 2017-07-24 10:19 No5Meters 阅读(683) 评论(0) 推荐(0) 编辑
摘要: 在server上安装了WampServer 发现本地使用良好,但是无法从别的PC访问。 原因有二: 1.现象:输入连接无反应 原因:server本身用了80端口,所有WampServer我就设置了8080 结果8080需要添加到防火墙的。InboundRules-> add port. 修改后现象: 阅读全文
posted @ 2016-11-07 19:41 No5Meters 阅读(632) 评论(0) 推荐(0) 编辑
摘要: Exception when executing br is a binary reader. The data to peak is D000 (D0=208) The cause is, for PeekChar, after peak, the value will be transforme 阅读全文
posted @ 2016-07-11 12:35 No5Meters 阅读(1591) 评论(0) 推荐(0) 编辑