博客园 首页 联系 订阅 管理

2011年11月24日

摘要: <html><head><title>confirm</title><script type="text/javascript"> function confirmdemo(){ if(confirm("是否继续")){ alert("继续"); }else{ alert("退出");}}function navigatedemo(){navigate("http://www.baidu.com");}function bodymous 阅读全文
posted @ 2011-11-24 23:23 $蔷 阅读(189) 评论(0) 推荐(0) 编辑

摘要: select * from news where type='zxcx' --查询最新车讯select * from news where type='xwzx' --查询新闻资讯select * from news where type='cgzb' --查询采购招标select * from news where type='zcfg' --查询政策法规select * from news where type='yszs' --查询运输学院select * from news where type=' 阅读全文
posted @ 2011-11-24 11:01 $蔷 阅读(220) 评论(0) 推荐(0) 编辑

摘要: DUMP TRANSACTION ZGJT WITH NO_LOG--清空事务日志:DUMP TRANSACTION 数据库名称 WITH NO_LOG BACKUP LOG 数据库名称 WITH NO_LOG DBCC SHRINKDATABASE(数据库名称)DUMP TRANSACTION zgjtyunshu WITH NO_LOG BACKUP LOG zgjtyunshu WITH NO_LOG DBCC SHRINKDATABASE(zgjtyunshu)select top(1)* from ZGJT_information order by id descDUMP TRANS 阅读全文
posted @ 2011-11-24 10:59 $蔷 阅读(333) 评论(0) 推荐(0) 编辑