2017年1月26日 星期四

取像與處裡與lock

在處理影像同時如果剛好對影像進行更新,有可能會出現錯誤。因為在處裡的時候影像被更新,或是將更新到一半的影像送去處理。
這時候可以用lock

2017年1月25日 星期三

customize command in fileExplorer address bar

you can run command like
cmd/ powershell/ notepad in window file explorer address bar
but it is possible to run more complex command in that address

2017年1月23日 星期一

cmd命令

xxx|clip 把 xxx的output初出到剪貼簿
ex: dir|clip
F7 顯示之前用過的命令
/? -help 取得提示
xxx| find ooo 針對xxx的結果做ooo篩選
ex: dir|find ".exe"
把檔案拖到cmd視窗 在cmd中產生檔案路徑

cmd命令縮寫

在file explorer的address bar中輸入指令(只有開啟程式的指令)相當於在cmd中執行指令(應該是 "指令".exe / .bat? 所以如果是捷徑,副檔名是.lnk不能用)
像是powershell常常想要執行,但指令比較長的可能可以用下面的方法


2017年1月19日 星期四

powershell

| %{seg A}{seg B} 相當於foreach item用$_表示,{seg A}只在初始化時run
. xxx.ps1 相當於import/include,也是run scrip
Test-Path $profile 確認$profile是否存在
新增powershell指令
$profile是每次runpowershell會先run的ps1,可以在其中用. xx.ps1加入其他ps1
若$profile不存在可以用指令New-Item -path $profile -type file –force新增
Get-Date -f yyMMdd 取得日期

function funName([string]$par1="123",[int]$par2=1){}
在呼叫funName的時候,若未指定猜數,則參數是預設值
指定參數有兩種方式
1. funName "123" 3
2. funName -par2 3

$pwd.Path 目前工作路徑
dir|Rename-Item -path $_.Name -NewName $n;
window有內建power shell ISE

如果要跑外部的script 要先執行 Set-ExecutionPolicy RemoteSigned(要在administrater的權限底下執行,即使已經是管理者帳號,也要用以管理員權限執行來run powershell)

2017年1月14日 星期六

[audio router]

Audio Router
當DJ的同時又想看電影?用skype?
audio router可以用不同的裝置撥放不同程式產生的聲音(可惜不同的chrome分頁不算不同程式)。
open source的小工具,可以用在win10,免安裝直接使用