上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 94 下一页
摘要: 在free pascal中测试正常,但在cena中老是报“选手输出比标准输出长”,而把free pascal的输出和标准输出用二进制比较都完全相同。甚至用free pascal的输出覆盖标准输出也一样报错。最后发现问题是——没有关闭文件!!!free pascal能够容忍,但cena不行!!! close(input);close(output); 阅读全文
posted @ 2011-09-04 23:18 jetz 阅读(1052) 评论(0) 推荐(0)
摘要: 想用live writer在博客上粘贴一点js代码,结果老是粘贴不上,于是怀疑自己的live writer版本是否太低了,于是在网上找了半天,结果很失败。最新的2011不支持xp。最新的xp能用的版本也就14.0.8117。和我手上的14.0.8064差不多。 试用中,发现还是绿色版好用,有一些常用的插件可以支持源代码的插入。试用了几个: 1、“粘贴源代码”:效果很不错,但是有个问题,代码... 阅读全文
posted @ 2011-09-04 20:20 jetz 阅读(162) 评论(0) 推荐(0)
摘要: <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 阅读(1076) 评论(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 阅读(338) 评论(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 阅读(242) 评论(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 阅读(504) 评论(0) 推荐(0)
摘要: 在run config中增加参数:-scale 0.6参见 阅读全文
posted @ 2011-08-15 16:56 jetz 阅读(546) 评论(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 阅读(1976) 评论(0) 推荐(0)
摘要: java.net.URLDecoder.decode(str,"UTF-8");同时,必须加异常处理。 阅读全文
posted @ 2011-08-05 15:04 jetz 阅读(1346) 评论(0) 推荐(1)
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 94 下一页