上一页 1 2 3 4 5 6 ··· 8 下一页
摘要: package com.tools;import java.awt.Color;import java.awt.Graphics;import java.awt.Graphics2D;import java.awt.Image;import java.awt.Toolkit;import java.... 阅读全文
posted @ 2015-04-14 14:04 行-云 阅读(299) 评论(0) 推荐(0) 编辑
摘要: public class C3 { //default 8 public byte b = 2 ; //1 public short s = 2 ; //2 public char c = '2' ; //2 public int i = 2 ; //4 public float f = 2.0f 阅读全文
posted @ 2015-03-31 14:46 行-云 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 在plsql中测试的时候in语句若超过1000则会报错,可以使用 xx in(...) or xx in(...)解决但是直接使用in(select xxx from xxxx) 时,select xxx from xxxx语句结果集超过了1000不会报错 阅读全文
posted @ 2014-12-22 17:04 行-云 阅读(2929) 评论(0) 推荐(0) 编辑
摘要: 设置a标签的宽度 display: block;来源:http://bbs.blueidea.com/thread-3003277-1-1.html display:block;先要转化为块级元素才可以文本太长强制不换行,用省略号,放在div上要给div加上display: block;,放在td... 阅读全文
posted @ 2014-12-11 09:10 行-云 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-11-06 16:38 行-云 阅读(360) 评论(0) 推荐(0) 编辑
摘要: 1,确认是否启动了服务OracleOraDb11g_home1TNSListener、OracleServiceORCL2,使用orcl的net manager查看一下监听程序配置有没有问题,若果没有问题则3, cmd-》sqlplus"/assysdba" 若显示Writing audit r... 阅读全文
posted @ 2014-10-21 15:55 行-云 阅读(504) 评论(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 行-云 阅读(2649) 评论(0) 推荐(0) 编辑
摘要: 使用代理方式连接到网络@Test public void t13(){ String charset = "utf-8" ; String proxyHost = "代理地址" ; int proxyPort = 1234 ; //代理端口 ... 阅读全文
posted @ 2014-10-16 16:19 行-云 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 收集编码与解码base64 //编码 sun.misc.BASE64Decoder @Test public void t9(){ BASE64Encoder encoder = new BASE64Encoder() ; String r = "" ;... 阅读全文
posted @ 2014-10-16 15:24 行-云 阅读(206) 评论(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 行-云 阅读(5181) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 ··· 8 下一页