11 2009 档案

摘要:很好的系统清理工具http://support.microsoft.com/kb/290301/zh-cn 阅读全文
posted @ 2009-11-12 17:22 马建康 阅读(213) 评论(0) 推荐(0)
摘要:mysql中随机提取数据库记录-------------------------------------------------------------------------------- select * from tablename order by rand() limit 10sqlserver中随机提取数据库记录-------------------------------------... 阅读全文
posted @ 2009-11-06 17:04 马建康 阅读(254) 评论(0) 推荐(0)
摘要:function copyToClipBoard(){ var clipBoardContent=""; clipBoardContent+=location.href; clipBoardContent+="\r\n"; clipBoardContent=this.location.href; window.clipboardData.setData("Text",clipBoardConten... 阅读全文
posted @ 2009-11-06 10:35 马建康 阅读(334) 评论(1) 推荐(0)