https://ektron0116.neocities.org/software/wq.zip
2020年9月28日 星期一
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日 星期四
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
2020年9月1日 星期二
script
http://dog0416.blogspot.com/2014/06/dbsql-server.html
https://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/
https://www.cyberciti.biz/faq/check-if-a-directory-exists-in-linux-or-unix-shell/
https://www.cyberciti.biz/faq/howto-check-if-a-directory-exists-in-a-bash-shellscript/