eclipse版本:4.3在eclipse中搜索时,搜索完之后有时候会弹出错误对话框,错误摘录如下:Resource
is out of sync with the file
system......分析:这个问题是由于eclipse中文件不同步引起的。在eclipse中,工程文件是由eclipse...
分类:
系统相关 时间:
2014-05-05 10:51:16
阅读次数:
443
最近看了汤姆大叔的Knockout,感到MVVM的神奇,也许这就是以后编程的方式,最直观的感觉就是层次更分明了。绑定,模型转换,监控,在我来说,这算是编程上的一个转变,在以后我做不定期的更新一些MVVM的学习心得,包括Knockout、和WPF这两部分。因为是心得或叫学习隙,写的会有点混乱,在我来说...
分类:
其他好文 时间:
2014-05-04 20:57:23
阅读次数:
446
一、什么是资源
通常使用 WPF 资源作为重用通常定义的对象和值的简单方法。
在 WPF 中资源通常用作“样式”(Style)、样式模板、数据模板等。
二、资源的定义及 XAML 中引用
资源可以定义在以下几个位置:
1 应用程序级资源
定义在 App.xaml 文件中,
作为整个应用程序共享的资源存在 ;
在 App.xaml 文件中定义:
...
分类:
其他好文 时间:
2014-05-04 17:54:27
阅读次数:
427
1: TouchPoint mPoint = null; 2: double
mOffsetX;//水平滚动条当前位置 3: double mOffsetY;//垂直滚动条当前位置 4: bool mIsTouch =
false;//是否触摸 5: //触摸事件 ...
分类:
移动开发 时间:
2014-05-04 12:05:12
阅读次数:
1023
在eclipse中,OpenResource对话框经常使用,输入关键字搜索文件的时候默认会将.class文件带出来,干扰查找源文件,可通过以下步骤过滤掉.class文件
分类:
系统相关 时间:
2014-05-04 10:50:01
阅读次数:
609
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
us...
分类:
其他好文 时间:
2014-05-04 09:30:21
阅读次数:
360
参考:http://docs.jboss.org/hibernate/annotations/3.4/reference/zh_cn/html_single/1、系统配置:
可以通过使用 mapping的 resource,于class 属性混合配置在创建SessionFactory 也可以通过代码...
分类:
系统相关 时间:
2014-05-03 22:50:55
阅读次数:
584
今天倒持了 几个小时!
愣是 没有明白 ,为什么我的JSP的第一行没有代码? 还是报错!
错误是:
Description
Resource Path
Location Type
Syntax error, insert ")" to complete Expression
left.jsp /qyrs/WebRoot/admin/iframe
line 1 Clie...
分类:
其他好文 时间:
2014-05-03 21:48:53
阅读次数:
572
Spring AOP注解通过@Autowired,@Resource,@Qualifier,@PostConstruct,@PreDestroy注入属性的配置文件详解,代码下载地址:http://www.zuidaima.com/share/1772661373422592.htm...
分类:
编程语言 时间:
2014-05-02 10:09:20
阅读次数:
297
??
Control:控件
content:内容
Method:方法
Property:属性
ReadOnly:只读
IsReadOnly:取值 bool
Visiblility:控件是否可见
visible:可见
Collapsed:不可见
IsEnabled:控件是否可用, 取值为true:false
Background:背...
分类:
其他好文 时间:
2014-04-30 22:43:39
阅读次数:
290