2006年2月11日

去除网页中第一个连接的下划线

摘要: WebApplication11-->ShowPaperStatusToAuthor.aspx今天使用去除连接的下划线。但网页中的第一个连接的下划线无论如何也去不掉,添加以下语句解决a:visited { font-size: 12px; text-decoration: none} a:hover { font-size: 12px; text-decoration: none} a:activ... 阅读全文

posted @ 2006-02-11 23:14 cy163 阅读(531) 评论(0) 推荐(0)

移动公告的实现方法,可设置多条显示

摘要: http://bbs.dvbbs.net/dispbbs.asp?BoardID=134&ID=1138809&replyID=&skin=1http://www.hscripts.com/tutorials/html/marquee1.php(关于使用Marquee很好的帖子) 进入后台----------风格界面模板总管理----------分页面模板(page_index)------tem... 阅读全文

posted @ 2006-02-11 21:41 cy163 阅读(398) 评论(0) 推荐(0)

Visual C++, pow(),error C2065: 'pow' : undeclared identifier

摘要: 2月10在程序(Project20060210)中使用函数pow(x,y),虽然加上了#include , 但出现下列错误,error C2065: 'pow' : undeclared identifier原因是将#include 放在了#include #include using namespace std;之前 阅读全文

posted @ 2006-02-11 01:58 cy163 阅读(5022) 评论(1) 推荐(0)

导航