上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 77 下一页
摘要: 因为需要下载一段视频,但又无法下载,只能想到笨办法:录像。于是和一些录像软件打了半天交道。走了很多绕路,记录一下。 屏幕录像专家:最先找到的就是这个了,到处都是。平心而论,我觉得这个软件还是不错的,操作简单,速度也没话说。但没有很好的版本,找到一个号称能用的,有注册码,也能注册成功。费了半天劲,花了一个多小时把视频录下来,结果发现,7分钟以后,都有“未注册版”的提示。以前只是听说过这个软件加... 阅读全文
posted @ 2011-09-12 22:08 jetz 阅读(498) 评论(0) 推荐(0) 编辑
摘要: 在free pascal中测试正常,但在cena中老是报“选手输出比标准输出长”,而把free pascal的输出和标准输出用二进制比较都完全相同。甚至用free pascal的输出覆盖标准输出也一样报错。最后发现问题是——没有关闭文件!!!free pascal能够容忍,但cena不行!!! close(input);close(output); 阅读全文
posted @ 2011-09-04 23:18 jetz 阅读(1037) 评论(0) 推荐(0) 编辑
摘要: 想用live writer在博客上粘贴一点js代码,结果老是粘贴不上,于是怀疑自己的live writer版本是否太低了,于是在网上找了半天,结果很失败。最新的2011不支持xp。最新的xp能用的版本也就14.0.8117。和我手上的14.0.8064差不多。 试用中,发现还是绿色版好用,有一些常用的插件可以支持源代码的插入。试用了几个: 1、“粘贴源代码”:效果很不错,但是有个问题,代码... 阅读全文
posted @ 2011-09-04 20:20 jetz 阅读(147) 评论(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 阅读(1038) 评论(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 阅读(319) 评论(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 阅读(178) 评论(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 阅读(231) 评论(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 阅读(489) 评论(0) 推荐(0) 编辑
摘要: 在run config中增加参数:-scale 0.6参见 阅读全文
posted @ 2011-08-15 16:56 jetz 阅读(529) 评论(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 阅读(1960) 评论(0) 推荐(0) 编辑
上一页 1 ··· 18 19 20 21 22 23 24 25 26 ··· 77 下一页