IntroductionI was struggling to find the solution to bind rdlc dynamically to reportviewer .We had a scenario were we migrated our application from .N...
分类:
其他好文 时间:
2014-12-01 15:51:13
阅读次数:
192
With the introduction of Qt Style Sheets, styling Qt widgets has become a lot simpler. Whether you just need to customize the look of an existing widget or design a whole new style from scratch, th...
分类:
其他好文 时间:
2014-11-30 18:52:50
阅读次数:
226
今天在做项目时因需要添加两个webservicey引用,但是当我添加了第二个引用时,
程序就不你能运行了,提示说:{"无法加载协定为“sms.WebServiceSoap”的终结点配置部分,
找到了该协定的多个终结点配置。请按名称指示首选的终结点配置部分。"}
开始我还以为是不是我哪块代码无意间删除了或者是该webservice的问题,但是看提示是关于webservicey引用的问题
就去查一些资料,后来才了解到是是因为因为在“更新/删除”服务引用时,app.config文件并不会自动修改,
在“更新”或再...
分类:
Web程序 时间:
2014-11-29 10:30:37
阅读次数:
584
First, I suggest that you review the following topic to learn how to show a custom set of objects in a ListView:How to: Display a List of Non-Persiste...
分类:
其他好文 时间:
2014-11-29 10:10:58
阅读次数:
196
androidannotation是一个非常牛逼的框架(https://github.com/excilys/androidannotations/wiki),可以做到:依赖注入(Dependency Injection),简化的线程模型(Simplified threading model),事件绑定(Event binding),REST Client。
非常好用,更重要的是它对性能无影响...
分类:
移动开发 时间:
2014-11-28 16:17:05
阅读次数:
275
双向1-n与双向n-1是完全相同的两种情形双向1-n需要在1的一端可以访问n的一端,反之亦然。域模型:从Order到Customer的多对一双向关联需要在Order类中定义一个Customer属性,而在Customer类中需定义存放Order对象的集合属性关系数据模型:ODDERS表中的CUSTOM...
分类:
Web程序 时间:
2014-11-27 22:01:49
阅读次数:
303
A Simple Cross Button for WPF CREATING MORE COMPLEX BUTTONS IN XAML WPF Custom Controls - Without The Pain Creating a Custom WPF Button Template in XA...
1 Shader "Custom/Ill_RimLight" 2 { 3 Properties { 4 _Color ("Main Color", Color) = (.5,.5,.5,1) 5 _OutlineColor ("Rim Color", Co...
分类:
编程语言 时间:
2014-11-27 18:04:23
阅读次数:
964
There are situations where you might want to add additional methods toangular.module. This is easy to accomplish, and can be a handy technique. //F...
分类:
Web程序 时间:
2014-11-27 18:02:33
阅读次数:
124
在LEFT JOIN后面跟着WHERE竟变成内联。百度后看到这个解决方法。 记录如下: select sre.*, co.description from subscribedratingelement sre left outer join custom_options co on sre...
分类:
数据库 时间:
2014-11-26 18:16:23
阅读次数:
199