2015年11月5日

Macbook無法輸入注音


今天重開mac當機以為沒事沒想到發生鍵盤無法輸入中文字!!!

不管你開什麼軟體都注音無法使用只能打出abc英文字,
一開始以為是自己的caps lock打開但不是!!
就是注音會當掉只要輸入ㄓㄨㄥ按空白鍵就會人性化的自動幫你切換到英文,
爬了很久google找到只要把~/Library/Dictionaries裡的資料夾刪除重開機或登出就可以了。


2014年7月24日

Flash Builder 無法編譯問題Device appears to be offline

Device appears to be offline. restarting the device may fix the problem
挖嘞F什麼鬼問題!!Device appears to be offline明明是連接好好的阿

好巴解決方法是先去官方下載 andorid sdk

然後我用DDMS去檢測硬體把它reset adb他就是online,但回去側他還是offline我猜想是我在windows7灌了最新版本4.4x導致他找不到嗎?
所以我把
\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\android\bin裡面的aapt.exe, adb.exe, AdbWinApi.dll, AdbWinUsbApi.dll, dx.jar五個檔案都把它至換調成andorid sdk最新的檔案就可以編譯了


aapt.exe \adt-bundle-windows-x86_64-20140702\sdk\build-tools\android-4.4W\
adb.exe \adt-bundle-windows-x86_64-20140702\sdk\platform-tools
AdbWinApi.dll \adt-bundle-windows-x86_64-20140702\sdk\platform-tools
AdbWinUsbApi.dll \adt-bundle-windows-x86_64-20140702\sdk\platform-tools
dx.jar \adt-bundle-windows-x86_64-20140702\sdk\build-tools\android-4.4W\lib

2011年8月23日

Blend ListBox結構

Alternate Row Color in ListBox in WPF


<Window.Resources>
<Style TargetType="{x:Type ListBoxItem}">
<Style.Triggers>
<Trigger Property="ItemsControl.AlternationIndex" Value="0">
<Setter Property="Background" Value="#19f39611">Setter>
Trigger>
<Trigger Property="ItemsControl.AlternationIndex" Value="1">
<Setter Property="Background" Value="#19000000">Setter>
Trigger>
Style.Triggers>
Style>
Window.Resources>

<ListBox x:Name="lbPersonList" Margin="19,17,162,25" AlternationCount="2">
<ListBox.ItemTemplate>
<DataTemplate>
<TextBlock Text="{Binding Name}"/>
DataTemplate>
ListBox.ItemTemplate>
ListBox

2010年10月19日

Adobe 提供的 Free playback

雖然不是什麼新奇的東西


但Adobe提供了一個免費的嵌入式flash player的撥放器,
先到Adobe網站裡的flashmediaplayback
網址http://www.adobe.com/products/flashmediaplayback/

點選configure flash media playback


設定 Video Source 的影片

COPY Preview Embed Code到你建置網站就可以使用Adobe提供的flash player啦~

2010年8月19日

flash Builder 4 Application 使用 Skin 無法使用 Scrollbar 問題



application Skin Class 無法顯示ScrollBar問題





藉由修改Skin方式來提供ScrollBar


1.首先新增


//加入ScrollBar


<s:Scroller id="scroller" width="100%" height="100%"


hasFocusableChildren="true">


//包住在Group id(contentGroup)裡面


<s:Group id="contentGroup" width="100%" height="100%" minWidth="0" minHeight="0" /> </s:Scroller>

KeyWord:flash builder4,flex,Application ScrollBar

2010年6月29日

Quset 3D 4.2.2版本IE無法開啟問題

官方寫的安裝軟體問題,使IE正常顯示需要安裝ActiveX元件

改為以下版本就可以正常顯示了...

http://quest3d.com/webplugin/download/webviewer63_423.exe

2010年1月19日

2003無法遠端時解決方法

刪除 Windows RDP 遠端連線 Session
C:\>qwinsta /server:ip 顯示終端機工作階段的資訊。
C:\>rwinsta /server:ip 將工作階段子系統硬體及軟體重設成已知的初始值。