這邊簡單介紹一下,ADO.Net Entity Framework 提供的三種查詢方式,Linq to EntitiesQuery Builder MothedEntity SQL Language【Linq to Entities】Linq to Entities 是最常見的語法,也是用最多的, ...
分类:
其他好文 时间:
2014-10-30 11:40:22
阅读次数:
209
之前在Ubuntu中装上sublime后可以非常方便的在Terminal下直接运行subl就启动编辑器了;最近公司突然全换成Mac电脑,装上sublime却不能在Terminal下启动它。 How launch Sublime Text from the Mac OS X Terminal:...
分类:
其他好文 时间:
2014-10-29 13:15:03
阅读次数:
135
今天在开发项目的时候,要求实现根据数据查询出来的一个IP地址,并返回到前台使用浏览器打开。这个东东本身很简单哈。在C++ Builder 中有对应的API函数,下面我们一起来讲讲:
调用外部命令
如果用默认浏览器,就调用ShellExecute(NULL, _T("open"), _T("explorer.exe"), _T("http://www.baidu.com"), NULL, S...
分类:
编程语言 时间:
2014-10-29 10:51:58
阅读次数:
165
测试有效本人按此方法升级到了flash player 15Adobe自发布Flash Builder 4.6后,就暂停了Flash Builder新版本的发布。但AIR和FlashPlayer版本仍然保持不断的更新。在下载新的AIRSDK并覆盖到Flash Builder 4.6 sdks目录下的相...
分类:
其他好文 时间:
2014-10-29 10:38:35
阅读次数:
191
本人最近收集了一下23钟设计模式的英文解释,分享如下。
--- Abstract Factory
Provides one level of interface higher than the factory pattern. It is used to return one of several factories.
--- Builder
Construct a comple...
分类:
其他好文 时间:
2014-10-29 00:23:22
阅读次数:
165
Interface builder was unable to determine the type of xxx.xib...
分类:
其他好文 时间:
2014-10-27 17:38:52
阅读次数:
152
1、错误原因
TypeError: Error #1006: value 不是函数。
at BasicChart/dataFunc()[E:\Flash Builder\Map\src\BasicChart.mxml:68]
at mx.charts.chartClasses::Series/cacheDefaultValues()[E:\dev\4.0.0\frameworks\proje...
分类:
其他好文 时间:
2014-10-25 23:06:25
阅读次数:
622
notification 报错the method build() is undefined for the type Notificatin.Builder
这事api版本太低导致的
Notifica没有builder方法,解决方案,将项目api调整到 17 ok。...
分类:
其他好文 时间:
2014-10-24 14:40:17
阅读次数:
166
在Android开发中,常常需要调用对话框,但会遇到这样一种情况,在显示对话框的时候,点击对话框以外的屏幕其他区域,会关闭对话框,处理不当还可能引发如下异常。
本文主要针对对话框来说,我们不希望响应空白区域或返回键,则可以进行相应的设置:
AlertDialog.Builder builder = new AlertDialog.Builder(context);
...
分类:
移动开发 时间:
2014-10-24 10:59:54
阅读次数:
194
1解决方法:a. 每次打开客户端,对“EditorLineEnds.ttr”重命名b.卸载系统补丁,优先卸载kb2982791-2014年8月12日更新-http://support.microsoft.com/kb/2982791 kb2970228-2014年8月12日更新-http://sup...
分类:
编程语言 时间:
2014-10-24 10:30:36
阅读次数:
271