精選文章

bcp大量匯出與匯入資料庫資料方法

--匯出-- bcp "select * from [資料庫名稱].[dbo].[資料表名稱]" queryout 匯出檔案名稱.txt -w -U "使用者帳號" -P "使用者密碼" " "...

2017年12月4日 星期一

無聊的Hello World!!

程式碼:
<script type="text/javascript">
        document.write("Hello world!"+"<br>");
</script>
結果: