連接字串為檔案位置,例如C://xx/xx/xx
2021年8月9日 星期一
表格轉逗號隔開字串
rtrim(xmlagg(XMLELEMENT(e, lot || ':' || sample,',').EXTRACT('//text()')).GetClobVal(),',') "sample"
how to code copy file to build or release folder
1.
專案
屬性
建置事件
鑑識後事件命列輸入
if not exist "$(ProjectDir)$(OutDir)configs" mkdir "$(ProjectDir)$(OutDir)configs"
copy "$(ProjectDir)configs\" "$(ProjectDir)$(OutDir)configs\"
2.
按下檔案
properties
copy to output directory
選擇copy always
訂閱:
文章 (Atom)