异常描述: 数据访问用EF,在数据库中用getdate()设置的默认值,程序中没有赋值。 出现异常。 此错误在百度上在我写此文之前没有多少解决方案,谷歌之等到以下两个有用的页: http://stackoverflow.com/questions/1331779/c-sharp-conver...
分类:
其他好文 时间:
2014-12-05 21:02:08
阅读次数:
850
项目中遇到这个错误是由于错误的添加了不必要的core library或重复添加了同一个library jar包产生冲突造成的。(即工程中lib下有相关jar包,又引入了外界library)
删除对于library的引用,然后Clean项目,重新跑一边项目,OK。
我之前也试过,我是多添加了Android.jar之后报错,把不要用掉的包给去掉就好了。我本来把android.jar...
分类:
其他好文 时间:
2014-12-03 12:34:14
阅读次数:
165
[编译相关]:◇ VS 2010 - error LNK1123: failure during conversion to COFF: file invalid or corrupt:请安装vs2010 SP1补丁。https://social.msdn.microsoft.com/Forums/...
分类:
其他好文 时间:
2014-12-02 20:38:05
阅读次数:
215
Universal Document Converter works as a virtual printer and can save any document in the PDF, JPEG, TIFF, or PNG format. If you are a software developer, you can control the settings using COM-inte...
分类:
其他好文 时间:
2014-11-30 20:14:29
阅读次数:
245
【VB】StrConv函数StrConv(string, conversion, LCID)vbUnicode64根据系统的缺省码页将字符串转成Unicode。vbFromUnicode128将字符串由Unicode转成系统的缺省码页。 Windows系统对字符采用了DBCS编码,它是一套单字节和....
分类:
其他好文 时间:
2014-11-28 21:20:08
阅读次数:
347
1. 介绍 1.1 链路状态机 链路层操作可以描述为链路状态机(The Link Layer State Machine) 链路状态机有如下五种状态 - Standby State: 准备,不传输或接受数据包
- Advertising State: 广播, advertiser,发送adverti...
分类:
其他好文 时间:
2014-11-27 23:33:17
阅读次数:
426
1. 介绍 Bluetooth low energy,也称BLE(低功耗蓝牙),在4.0规范中提出 BLE分为两种设备 - 单模(single-mode): Logo为「Bluetooth®Smart」
- 双模(dual-mode): Logo为「Bluetooth®Smart Ready」 ti...
分类:
其他好文 时间:
2014-11-27 21:49:18
阅读次数:
241
使用VisualStudio 编译链接中可能出现如下错误:LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt网上有如下解决方法:1.disable incremental lin...
分类:
其他好文 时间:
2014-11-25 15:57:54
阅读次数:
225
写程序时提示implicit conversion from real matrix to real scalar的一个warning,主要问题在于将一个矩阵当成一个标量在使用。我的程序出现这个warning是在使用SIZE函数的时候,size函数返回的应该是一个1X2的矩阵,但我直接拿来当标量使用...
分类:
其他好文 时间:
2014-11-25 01:31:27
阅读次数:
209
ZigZag ConversionThe string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern...
分类:
其他好文 时间:
2014-11-23 17:30:46
阅读次数:
289