11 2009 档案
摘要:很好的系统清理工具http://support.microsoft.com/kb/290301/zh-cn
阅读全文
摘要:mysql中随机提取数据库记录-------------------------------------------------------------------------------- select * from tablename order by rand() limit 10sqlserver中随机提取数据库记录-------------------------------------...
阅读全文
摘要:function copyToClipBoard(){ var clipBoardContent=""; clipBoardContent+=location.href; clipBoardContent+="\r\n"; clipBoardContent=this.location.href; window.clipboardData.setData("Text",clipBoardConten...
阅读全文