pkgname_="***"version_="1.0"importsysimportosbasepath_=os.path.dirname(os.path.realpath(__file__))modulepath_=os.path.join(basepath_,"modules")custompath_=os.path.join(basepath_,"custom")configpath_=os.path.join(basepath_,"config")sys.path.append(os.path.jo..
分类:
其他好文 时间:
2014-12-12 17:04:06
阅读次数:
229
WPFhas supported validation since the first release in .NET 3.0. That support is built into the binding object and allows you to indicate validation e...
TextBlock 中 Text 格式化TextBlock 的 Text 可以绑定多个数据源,配合 StringFormat 就可以很方便地显示了。 1 2 3 4 5 6 7 8 ...
错误:org.hibernate.loader.custom.NonUniqueDiscoveredSqlAliasException原因:关联查询的两个表有相同的列名,Query须要使用别名来区分相同名称的列。解决方法:两个表中相同的列,只去其中的一个就可以了
分类:
数据库 时间:
2014-12-12 11:39:50
阅读次数:
3365
HTKDragAndDropCollectionViewLayoutCustom UICollectionViewLayout that works together with a custom UICollectionViewCell to provide drag and drop for a ...
分类:
其他好文 时间:
2014-12-11 00:05:57
阅读次数:
258
10. 自定义分层导航风格URL:http://www.magentocommerce.com/magento-connect/custom-layered-navigation-style.htmlKEY2:http://connect20.magentocommerce.com/communit...
分类:
其他好文 时间:
2014-12-10 22:32:48
阅读次数:
380
多选做法如下:
- (void)tableView:(UITableView *)tableViewdidSelectRowAtIndexPath:(NSIndexPath *)indexPath
{
[tableViewdeselectRowAtIndexPath:indexPath animated:YES];
Custom *cell= (Custom*...
分类:
移动开发 时间:
2014-12-10 16:17:13
阅读次数:
216
1.下载http://support.microsoft.com/kb/241396里面的一个叫FileTool.exe的文件并解压,解压后是一个vc工程,用vc6.0打开工程,编译,得到FileTool.dll,把它拷到vc6.0安装目录下。2.点vc菜单栏里面的Tools(工具)->Custom...
分类:
编程语言 时间:
2014-12-10 13:59:28
阅读次数:
224
I found this somewhere after googlingThere will be case that your custom list item doesn’t respond when you click…so what’s the reason and what’s the ...
分类:
移动开发 时间:
2014-12-09 22:45:03
阅读次数:
205
自定义res/anim加载类,加载自定义Interpolator。
介绍了Android中的动画资源,里面有一个章节是讲如何自定义插值器(Custom interpolators)的。
但是当前Android只为我们提供了自定义基于现有插值器的部分定制,只能修改当前要被修改的插值器所支持的属...
分类:
其他好文 时间:
2014-12-09 17:13:21
阅读次数:
551