麥特不戴蒙

一些解決問題或技術文章存放區的概念

2014年6月30日 星期一

Convert Hex to Unicode String by Java SDK or python

›
If there is a file include charsequence such like: \u53f0\u7063 and how to convert it to Unicode? There are two ways to achieve this requ...
2014年6月19日 星期四

Make the TAB be 4 character instead 8 character in Nano.

›
NANO is a common plain text editor in Linux. When we edit Python code, the default TAB is 8 character(space). How to make it to be 4 cha...
2014年6月17日 星期二

When occur Unable to resolve target 'android-xx' error

›
It's often occurs this error when we developed on different Eclipse ( or Android SDK Manager) refer to the stackoverflow: Android e...
2014年6月5日 星期四

如何保持 PuTTY 的字型與顏色設定

›
在使用 PuTTY 時,常常會依個人喜好修改字基大小與顏色變化,但在關掉該 Session 後這些設定就消失了,有辦法固定(記憶)住這次的設定並在下次開啟時繼續嗎? 答案是有的。 1. 首先打開 PuTTY 的設定 2. 選擇 Change Setting...
2014年1月27日 星期一

How To Solve The Link Fatal Error lnk1201 error writing to program database pdb

›
When Visual Studio 2003 run on Window 7, it occur the following error every time when compile finish:  Link Fatal error lnk1201 error wri...
2014年1月22日 星期三

解決 Relocations in generic ELF (EM: 40)

›
當 Link 完後出現 Relocations in generic ELF (EM: 40) 代表與別的 .a 連結的 compiler 版本不同 假設有兩個Project 1.JPEGLib 和 2.GUI JPEGLib 使用 arm-linux-...
2014年1月16日 星期四

Update Fedora repo URL

›
今天拿到一個 Fedora 6 的版本,發現要 yum update 時太舊了 查了一下,原來是 fedora.repo 的來源已變更網址 因此只要針對 /etc/yum.repos.d/ 下的 fedora.repo 和 fedora-updates.repo 進行修改 ...
2014年1月3日 星期五

Create Directory Tree in C++/Linux?

›
在 Linux 中我想要用 C/C++ 建立一個資料夾  / tmp / a / b / c 一般懶人作法是  system("mkdir -p /tmp/a/b/c") For Boost: #include <boost/filesyste...
2013年12月30日 星期一

x11

›
xev | grep -A2 --line-buffered '^KeyRelease' | sed -n '/keycode /s/^.*keycode \([0-9]*\).* (.*, \(.*\)).*$/\1 \2/p'
2013年12月26日 星期四

Visual Studio C++ 2003 在 Win7 上搜尋就當機的問題

›
Visual Studio .NET 2003 on Windows 7 hangs on search 個人推薦最簡單的方法 在下面的討論 You can do this by right clicking the shortcut to launch VS.NE...
‹
›
首頁
查看網路版
技術提供:Blogger.