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
在将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
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方式的页面跳转 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
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
注:本文翻译自Google官方的Android Developers
Training文档,译者技术一般,由于喜爱安卓而产生了翻译的念头,纯属个人兴趣爱好。原文链接:http://developer.android.com/training/location/activity-recognition...
分类:
移动开发 时间:
2014-06-06 08:32:15
阅读次数:
434
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
使用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
invalidstoredblocklengths
invalidstoredblocklengths此报错信息一般出现在oracledatabase安装或者upgradepatch时
造成此错误的原因有以下几种
1.下载的安装包有问题
2.解压过程中出现问题
3.传输过程中存在问题
解决方案
1.重新下载DB安装包
2.重新解压
3.重新上传到..
分类:
其他好文 时间:
2014-06-02 04:05:06
阅读次数:
239
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