2020年9月28日 星期一

iii

 https://lawrencetech.blogspot.com/2012/10/aspnetexcel_18.html



如果你 html 完整,全選複製存成 .htm 後,用 IE 看。

大部分這類文件,通常是被防毒軟體移除 Mail Header 的部分,導致 Mail Client 無法正確解碼,又或是 Mail Body 沒有依據 RFC 標準,僅有 HTML Body ,部分 Mail Server 會使用此規則將該信件標示為 spam。



https://ektron0116.neocities.org/software/WindowsApplication1.zip

outlook

 如果你 html 完整,全選複製存成 .htm 後,用 IE 看。

大部分這類文件,通常是被防毒軟體移除 Mail Header 的部分,導致 Mail Client 無法正確解碼,又或是 Mail Body 沒有依據 RFC 標準,僅有 HTML Body ,部分 Mail Server 會使用此規則將該信件標示為 spam。

111

 https://ektron0116.neocities.org/software/wq.zip

2020年9月27日 星期日

as

 SELECT u.username , c.cp_type , c.creationdate , c.lastmoddate

FROM content_perm AS c

JOIN user_mapping AS u

ON c.username = u.user_key

WHERE c.cps_id in (SELECT id FROM content_perm_set WHERE content_id in (SELECT contentid FROM content WHERE title= '<page title here>' ORDER BY version DESC LIMIT 1));

c md

  Dim proc As System.Diagnostics.Process

        proc = System.Diagnostics.Process.Start("C:\\build.bat")          
        proc.WaitForExit()


https://ithelp.ithome.com.tw/questions/10123137

https://my.visualstudio.com/Downloads?q=visual%20studio%202010&wt.mc_id=o~msft~vscom~older-downloads

2020年9月24日 星期四

google

 pscp -pw password saysoperator@10.10.10.57:/path client path

2020年9月16日 星期三

111

 rem Open TCP Port 80 inbound and outbound

netsh advfirewall firewall add rule name="Zoo TCP Port 80" dir=in action=allow protocol=TCP localport=80

netsh advfirewall firewall add rule name="Zoo TCP Port 80" dir=out action=allow protocol=TCP localport=80