There are several ways: Write-Host: Write directly to the console, not included in function/cmdlet output. Allows foreground and background colour to be set. Write-Debug: Write directly to the console, if $DebugPreference set to Continue or Stop. Wri…
mybatis更新sql语句: <update id="publishT00_notice" parameterType="Map"> update test set createdate = #{createdate}, creator = #{creator} where id in <foreach collection="ids" item="ids" separator=","…