上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 91 下一页
摘要: <object classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" name="PDF1" width="100%" height="633" border="0"> <param name="_Version" value="65539"> <param name="_ExtentX" value="20108"> <p 阅读全文
posted @ 2011-09-04 20:11 jetz 阅读(1070) 评论(1) 推荐(0)
摘要: .pager{font-size:12px;line-height:16px;text-align:center;}.pager a{display:inline-block;background-color:#FFFFFF;padding:0px;margin:0px 0px 1px 1px;}.pager a:link,a:visited{ text-decoration:none;font-size:12px; width:40px; height:16px;padding:2px 0 0 0;border:1px #CCCCCC dotted;}.pager a:hover{text- 阅读全文
posted @ 2011-09-04 12:29 jetz 阅读(334) 评论(0) 推荐(0)
摘要: a:link,a:visited{font-size:14px;line-height:20px;text-decoration:none;color:blue;}a:hover{color:red;} 阅读全文
posted @ 2011-09-03 18:03 jetz 阅读(188) 评论(0) 推荐(0)
摘要: #series{width:580px;font-size:14px;margin:0 0 0 10px;}#series td{border-bottom:1px dotted gray;height:24px;}#series .col2{width:80px;}后台代码:strSeriesList = Formater.LinkedTable(dt2, "f_id", "series", "|f_id|", "f_title= ;f_date= ;", "f_title", ". 阅读全文
posted @ 2011-09-03 18:01 jetz 阅读(241) 评论(0) 推荐(0)
摘要: table#tbl{ border-collapse:collapse;border:2px solid #6699cc;}#tbl th {border: 1px solid #6699cc; }#tbl td {border: 1px solid #6699cc; }#tbl{ font-size:14px; width:910px;}上面三行控制表格线,下面控制特定的属性。 阅读全文
posted @ 2011-09-03 17:40 jetz 阅读(502) 评论(0) 推荐(0)
摘要: 在run config中增加参数:-scale 0.6参见 阅读全文
posted @ 2011-08-15 16:56 jetz 阅读(545) 评论(0) 推荐(0)
摘要: 非常奇怪,从第十条起,重复第一条。到20条时,再重复第一条。一直跟踪,发现数据都没有问题。这篇文章提到了问题的关键:http://laolang.xtmm.cn/?post=14343这么修改就好了: public View getView(int position, View convertView, ViewGroup parent) { return itemViews[position];// if (convertView == null)// return itemViews[position];// return convertView; } 阅读全文
posted @ 2011-08-05 22:20 jetz 阅读(1974) 评论(0) 推荐(0)
摘要: java.net.URLDecoder.decode(str,"UTF-8");同时,必须加异常处理。 阅读全文
posted @ 2011-08-05 15:04 jetz 阅读(1342) 评论(0) 推荐(1)
摘要: jetz:version:12: 阅读全文
posted @ 2011-07-24 20:38 jetz 阅读(204) 评论(0) 推荐(0)
摘要: 一些特定的情况下,无法用静态的方法定义页面中用到的view。如自定义的曲线图,就是一个独立的view,要把它作为一个部分插入到页面中,需要以下的方法:LinearLayout l = new LinearLayout(this); //l就是当前的页面的布局l.addView(myView); //加入新的viewl.setPadding(20, 390, 20, 40); //设置位置LinearLayout.LayoutParams p = new LinearLayout.LayoutParams(LinearLayout.LayoutParams.WRAP_CONTENT,Linea. 阅读全文
posted @ 2011-07-24 10:45 jetz 阅读(2564) 评论(0) 推荐(0)
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 91 下一页