原文地址: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
一,zabbix2.2.3 VMware Vsphere
exsi监控配置步骤,1,添加监控主机2,添加聚集macro;{$PASSWORD} = yoodo.com{$URL} =
http://ip/sdk{$USERNAME} = root3,关联监控模板模板用Template Virt VM...
分类:
Web程序 时间:
2014-05-01 14:31:32
阅读次数:
664
Spring提供了一种Template的设计哲学,包含了很多优秀的软件工程思想。1.
简单工厂又叫做静态工厂方法(StaticFactory
Method)模式,但不属于23种GOF设计模式之一。简单工厂模式的实质是由一个工厂类根据传入的参数,动态决定应该创建哪一个产品类。Spring中的BeanF...
分类:
编程语言 时间:
2014-04-30 17:59:48
阅读次数:
467
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
欢迎加入我们的QQ群,无论你是否工作,学生,只要有c / vc / c++ 编程经验,就来吧!158427611
今天突然脑袋一闪,写出这样的代码。
这样就能 不用在Ta中添加friend class ,
只要实现Tb 就能访问Ta的private 属性了。
应该是比较奇葩的代码吧 。。。。。
#include
using namespace std;
template
cl...
分类:
编程语言 时间:
2014-04-29 13:26:21
阅读次数:
336
#include
using namespace std;
template
class testClass{
public:
static int _data;
};
int testClass::_data = 1;
int testClass::_data = 2;
int main()
{
cout ::_data << endl;
cout ::_data << ...
分类:
其他好文 时间:
2014-04-29 13:21:20
阅读次数:
410
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
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package gao.hzau;
import java.awt.Color;
import java.awt.FileDialog;
import java.awt.Font;
import j...
分类:
其他好文 时间:
2014-04-27 21:34:04
阅读次数:
492