摘要:
源码:/Files/csharponworking/FileMonitorService.zip主要代码:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem;usingSystem.Collections;usingSystem... 阅读全文
阅读排行榜
Flutter App 逆向思路(二)
2020-12-20 17:02 by c#在路上, 990 阅读, 收藏,
摘要:
https://bbs.pediy.com/thread-264438.htm 阅读全文
Flex 之 可变背景表格渲染器
2011-01-11 20:56 by c#在路上, 956 阅读, 收藏,
摘要:
1.实现的效果如下; 该表格的单元格的背景色可以变化,随着单元格数数据的变化而变化,字体也随着变化,但背景为深色时,字体改为白色显示。2.实现步骤:CellColorItemRenderer 渲染器的实现,一般的渲染器如,实现有checkbox 的tree 组件的渲染器,只需继承TreeItemRenderer,重写如下的几个方法: override protected function updateDisplayList(unscaledWidth:Number, unscaledHeight:Number):void {}override public function set dat 阅读全文
.net 线程中的timer 的思考
2011-04-01 23:40 by c#在路上, 945 阅读, 收藏,
摘要:
最近在项目中用到线程的timer 即Systetm.Threading.Timer 类。下面是简单的实例。usingSystem.Threading;usingSystem;publicclassSample{publicstaticvoidMain(){TestExceptiontest=newTestException();test.Start();Console.Read();}}publicclassTestException{privateTimerworkerTimer;privateTimerCallbacktimerCallback;publicTestException(){ 阅读全文
Asp.net 基础7(自定义控件之验证与数据绑定)
2010-05-13 13:56 by c#在路上, 898 阅读, 收藏,
摘要:
验证,只须标记控件的属性为 ValidationProperty [ValidationProperty("Name")] public class NameControl : Control {} 数据绑定:支持数据绑定的控件,首先对外有DataSource属性,还有DataTextField属性,在加上DataObject(用来表示绑定的对象)重写基类的 OnDataBinding方法。这里还... 阅读全文
浙公网安备 33010602011771号