码迷,mamicode.com
首页 >  
搜索关键字:invalid result location value/parameter    ( 21048个结果
Json与类对象转换
Json在js,jquery中可以直接使用,比如下串:{ "from":"en" ,"to":"zh" ,"trans_result": [ {"src":"today","dst":"\u4eca\u5929"} ]}可以直接使用data.from即可获取到”en”.但是在c#中不可以。要获取值,...
分类:Web程序   时间:2014-06-06 19:57:34    阅读次数:390
GG同步到sqlserver报错一例 Invalid date format
在将Oracle表同步到sqlserver时,在sqlserver端应用数据时,可能会遇到这个报错。2014-05-17 17:20:24 WARNING OGG-01154 SQL error -2147217887 mapping APPLSYS.FND_FLEX_VALIDATION_RULE...
分类:数据库   时间:2014-06-06 19:36:19    阅读次数:353
JFileChooser
1、基本用法JFileChooser dlg = new JFileChooser();dlg.setDialogTitle("Open JPEG file");int result = dlg.showOpenDialog(this); // 打开"打开文件"对话框// int result =....
分类:其他好文   时间:2014-06-06 11:37:09    阅读次数:249
js页面跳转整理
js方式的页面跳转 1.window.location.href方式 2.window.navigate方式跳转 3.window.loction.replace方式实现页面跳转,注意跟第一种方式的区别 有3个jsp页面(1.aspx, 2.aspx, 3.aspx),进系统默认的是1.asp...
分类:Web程序   时间:2014-06-06 11:34:31    阅读次数:368
Android getMeasuredHeight()与getHeight()的区别
public final intgetMeasuredHeight()Added inAPI level 1LikegetMeasuredHeightAndState(), but only returns the raw width component (that is the result is...
分类:移动开发   时间:2014-06-06 09:15:59    阅读次数:494
【Android Developers Training】 107. 认知用户当前的行为
注:本文翻译自Google官方的Android Developers Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/activity-recognition...
分类:移动开发   时间:2014-06-06 08:32:15    阅读次数:434
Swift 泛型(generics)
Swift 使用来声明泛型函数或泛型类型:1 func repeat(item: ItemType, times: Int) -> ItemType[] {2 var result = ItemType[]()3 for i in 0..times {4 result...
分类:其他好文   时间:2014-06-06 07:52:02    阅读次数:299
401 - Unauthorized: Access is denied due to invalid
使用Windows集成验证,不管使用IIS还是IIS express,当同一个域进行访问时,可能出现401错误,错误的处理办法:1. IIS(摘自MSDN的)IIS 7 was difficult for figuring out why i was getting the 401 - Unauth...
分类:数据库   时间:2014-06-03 16:32:14    阅读次数:477
invalid stored block lengths
invalidstoredblocklengths invalidstoredblocklengths此报错信息一般出现在oracledatabase安装或者upgradepatch时 造成此错误的原因有以下几种 1.下载的安装包有问题 2.解压过程中出现问题 3.传输过程中存在问题 解决方案 1.重新下载DB安装包 2.重新解压 3.重新上传到..
分类:其他好文   时间:2014-06-02 04:05:06    阅读次数:239
oracle 重新编译用户无效对象
oraclesys用户无效对象 selectowner,object_name ,replace(object_type,‘‘,‘‘)object_type ,to_char(created,‘yyyy-mm-dd‘)ascreated ,to_char(last_ddl_time,‘yyyy-mm-dd‘)aslast_ddl_time, status fromdba_objectswherestatus=‘INVALID‘andowner=‘SYS‘; OWNEROBJECT_NAMEO..
分类:数据库   时间:2014-06-02 03:14:26    阅读次数:405
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!