2017年5月16日 星期二

Avocent DSR 2035 IP KVM erros "Netowrok error"


Change Java security

1. Go to java installed path like:C:\Program Files (x86)\Java\jreXXXX\lib\security

2. Edit the java.security file: java.security

3. find jdk.tls.disabledAlgorithms replace it  with:
#   jdk.tls.disabledAlgorithms=MD5, SSLv3, DSA, RSA keySize < 2048
 jdk.tls.disabledAlgorithms=SSLv3, RC4

4. find jdk.certpath.disabledAlgorithms replace it with :
#jdk.certpath.disabledAlgorithms=MD2, MD5, RSA keySize < 1024, \
#    DSA keySize < 1024, EC keySize < 224
jdk.certpath.disabledAlgorithms=MD2

ref:
http://theitguyshelp.com/?p=112&lang=en

2016年11月17日 星期四

Unable to install apps on windows 8/10 app store 無法在 windows 8/10 安裝 App


Issue 問題:
無法在WINDOWS 安裝 APP,出現 You'll need a new app to open this - ms-windows-store

unable to install apps on Windows app store, error: You'll need a new app to open this - ms-windows-store


2016年3月9日 星期三

Angular orderBy/filter not working with ng-repeat 無法在 Angular 使用排序過濾功能


Issue 問題:
orderBy / filter function not working with ng-repeart item .

在 ng-repeat 時,無法使用 orderBy 或 filter 功能


p.s. ordeBy/filter can only works with arrays, not for objects.
註. orderBy/filer 只能作用在 arrays ,objects 無法使用

2016年2月29日 星期一

Visual Studio 2015 crash on startup 啟動時閃退


Issue 問題:
Cannot open Visual Studio 2015, splash loading screen then crash.

無法打開 Visual Studio 2015,程式閃退。


2015年12月21日 星期一

wrong icons in quick lunch 快捷列的圖案顯示錯誤

Issue 問題:
In the quick lunch, some icons shows blank or wrong icons.

在快捷列上,圖案顯示錯誤,或是空白的圖案。


2015年3月3日 星期二

Windows 7 install AppLocale failed with "There is a problem with this windows Installer package..." 無法安裝AppLocale

Issue:
when you  install AppLocale under WIndows Vista/7, failed with:
"There is a problem with this windows Installer package.
A program required for this install to complete could note be run.
Contact your support personnel or package vendor."

問題:
在 Windows Vista/7 安裝 AppLocale 時,出現錯誤訊息
"There is a problem with this windows Installer package.
A program required for this install to complete could note be run.
Contact your support personnel or package vendor."