原文地址:http://hankjin.blog.163.com/blog/static/33731937200922353623434/胖客户端的好处是可以轻易的实现绚丽的效果,
而瘦客户端则需要大量的js才能实现相应的效果. 而且当需要同时开发应用程序和Web应用程序时, 则需要将近双倍的开发时...
分类:
Web程序 时间:
2014-07-22 23:12:15
阅读次数:
325
原文地址:http://hankjin.blog.163.com/blog/static/337319372009535108234/一共两个文件:EasterEgg.xaml
+ EasterEgg.xaml.csEasterEgg.xaml 等级: 分数: 说明: 上下左右键调整...
分类:
其他好文 时间:
2014-07-22 23:06:12
阅读次数:
515
GridView inside of a UpdatePanel,get the button
to trigger a partial postback ...
分类:
其他好文 时间:
2014-05-01 14:06:55
阅读次数:
355
create sequence SEQ_ERRORID minvalue 1 maxvalue
99999999 start with 1000 increment by 1 nocache order; create or replace trigger
tri_ERRORINFO_...
分类:
其他好文 时间:
2014-05-01 13:32:20
阅读次数:
335
using System;using System.Collections.Generic;using
System.Linq;using System.Text;using System.Threading;using
System.Threading.Tasks;using...
分类:
其他好文 时间:
2014-04-30 14:32:24
阅读次数:
514
首先,千万不要觉得Adorner离你很远,因为最简单的WPF界面也会用到Adorner。在WPF中,下面的几个很常见的功能,都是用Adorner实现的。
1. 光标(caret) 2. 焦点(focus) 3. 高亮(highlight) 4. 拖拽预览(drag and drop) 5. 拼写错误...
分类:
其他好文 时间:
2014-04-30 04:08:16
阅读次数:
729
1.xaml
xmlns:local="clr-namespace:YaoMinSys.Class" ...
分类:
其他好文 时间:
2014-04-30 00:02:06
阅读次数:
376
1YT.CM.CommonUI 这是一个类库名字Resource
这是类库下的文件夹FloadwindowImage 是Resource下的文件夹middle.png 是FloadwindowImage下的一张图片
若在使用上句在wpf前台获取该类库下的文件夹中的图片资源,可能会报该路径不是项目中的...
分类:
其他好文 时间:
2014-04-29 09:24:47
阅读次数:
509
WPF调用WinForm中的 OpenFileDialog 和 FolderBrowserDialog
来实现响应的功能对应的引用程序集:using System.Windows.Forms; OpenFileDialog openFileDialog = new
OpenFileDialog();...
分类:
其他好文 时间:
2014-04-29 09:24:45
阅读次数:
404
今天写段程序用到了在代码中手动创建DataTemplate,var factory = new
FrameworkElementFactory(typeof(OperationColumn));return new DataTemplate...
分类:
其他好文 时间:
2014-04-28 15:39:11
阅读次数:
603