- 甲 - 重新縫帶
- 右手 1
- 右手 2
- unit test
- 眼鏡 (ext)
- 畫 layout
- trace & cut
- 噴色 (Failed)
- 黐
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #關於coser的小問題 | |
| 被點的人請認真回答! | |
| Tagged by | |
| 問題開始啦~~~ | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| A.1) 請問你的CN名: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # a bad thing to tell Huge-Cs is that for IT nerds they are aware for all things over the Internet | |
| $fileName = '21226191*.flv' | |
| $a = ""; | |
| ls $fileName | % { $_.FullName } | % { $a += "file '$_'`n"}; | |
| $a | ffmpeg -f concat -i pipe:0 -c copy ($fileName -replace '\*') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Secondary sort in Mapreduce | |
| With mapreduce framework, the keys are sorted but the values associated with each key | |
| are not. In order for the values to be sorted, we need to write code to perform what is | |
| referred to a secondary sort. The sample code in this gist demonstrates such a sort. | |
| The input to the program is a bunch of employee attributes. | |
| The output required is department number (deptNo) in ascending order, and the employee last name, | |
| first name and employee ID in descending order. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ls -File | ? { $_.Name -match ".*\.(gif|jpe?g|png)" } | % { | |
| $folder = ("" + $_.LastWriteTime.Year + "\" + $_.LastWriteTime.Month) | |
| New-Item -Force -ItemType directory -Path $folder | Out-Null | |
| $_ | mv -force -destination $folder | |
| } |
#開關
- 預設轉 IME 到此時開啟中文砌字模式(可設定)
- 使用 Shift 在 IME 內互轉中/英 mode
#界面
- 因為設計時專供 W8 後使用,不設語言列及其他任何非組/選字的視窗/控制項
- 是否全英英數模式者,則應以
NotifyIcon切換 - 在設換中英或全半形的
ContextMenu提供開啟設定輸入法的控制項
#字表及拼音系統