10 2014 档案

摘要:1,确认是否启动了服务OracleOraDb11g_home1TNSListener、OracleServiceORCL2,使用orcl的net manager查看一下监听程序配置有没有问题,若果没有问题则3, cmd-》sqlplus"/assysdba" 若显示Writing audit r... 阅读全文
posted @ 2014-10-21 15:55 行-云 阅读(649) 评论(0) 推荐(0)
摘要://通过window对象获取子iframevar _frame = window.frames[1] ; //获取第二个iframe(根据name获取使用window.frames['xxx'])if( $.browser.msie ){ //ie_frame = window.document.f... 阅读全文
posted @ 2014-10-17 13:59 行-云 阅读(2679) 评论(0) 推荐(0)
摘要:使用代理方式连接到网络@Test public void t13(){ String charset = "utf-8" ; String proxyHost = "代理地址" ; int proxyPort = 1234 ; //代理端口 ... 阅读全文
posted @ 2014-10-16 16:19 行-云 阅读(533) 评论(0) 推荐(0)
摘要:收集编码与解码base64 //编码 sun.misc.BASE64Decoder @Test public void t9(){ BASE64Encoder encoder = new BASE64Encoder() ; String r = "" ;... 阅读全文
posted @ 2014-10-16 15:24 行-云 阅读(214) 评论(0) 推荐(0)
摘要:调用示例http://api.map.baidu.com/telematics/v3/weather?location=%E5%B9%BF%E5%B7%9E&output=json&ak=4cc38c94a9fdeb1fc4588230f944dfbb返回示例{"error":0,"status":... 阅读全文
posted @ 2014-10-16 09:54 行-云 阅读(5212) 评论(0) 推荐(0)
摘要:以下内容出自http://blog.csdn.net/joeblackzqq/article/details/67891561,新浪的IP地址查询接口:http://int.dpool.sina.com.cn/iplookup/iplookup.php?format=js2,新浪多地域测试方法: h... 阅读全文
posted @ 2014-10-16 09:20 行-云 阅读(992) 评论(0) 推荐(0)