2019年11月19日 星期二

Youtube影片 想看的畫面剛好被擋住了嗎?

Youtube影片最後會被推薦影片擋住畫面
想好好看完影片不被擋住的話
可以照下面步驟

1、瀏覽器安裝AdBlock或uBlock之類的檔廣告套件。
2、於「自訂過濾規則」頁面新增以下過濾條件:

www.youtube.com##.ytp-ce-element
youtube.com##.ytp-ce-covering-overlay

2019年5月14日 星期二

測試安裝app 在iphone7+

抓來的source code要先改Bundle identifier, signing Team, 再確認Deployment Target跟測試機是否相同
才能開始安裝

如果顯示 無權限, 在iphone設定 > 一般 > 裝置管理 > 開發者 點選帳號後信任

2019年2月2日 星期六

Matrix INIFITY晶片操作, (全部PS2機種適用)

Matrix INIFITY晶片操作, (全部機種適用)
1.讀片說明: 打開電源,放入片子,按RESET一次, 開始讀片,可讀 PS2原版片.PS2備份片.PS1原版片.PS1備份片.全區DVD影片.聽CD音樂.
2.直接進入遊戲:按住手把select鍵不放, 按RESET一次,會直接進入遊戲畫面
3.關畢晶片方式:按住手把start鍵不放, 按RESET一次,直到電視出現DISABLED 此時晶片以關畢
4.晶片可做晶片升級,請至Matrix INIFITY網站下載,燒CD讓PS2讀取(速度請降低燒)
5.安裝Infinity Manager v1.0b於記憶卡(安裝後,當按下RESET後同時按住△鍵,可選擇執行記憶卡中的應用程式)將以下四種「應用程式」安裝進記憶卡並由記憶卡中執 行:PS2 Mediaplayer1.50(可播放MPEG4、MP3、JPG等多媒體檔)PGEN(SEGA模擬器 for PS2)SNES(超任模擬器 for PS2)HD Loader
6.晶片升級到V1.36版可執行晶片管理
7.安裝Infinity Manager v1.0b於記憶卡(安裝後,當按下RESET後同時按住△鍵O鍵,可選擇執行晶片管理模式
8.請至MI官網下載V1.2版選擇MEMORY CARO MANAGER進入在選擇INSTALL INFINITY MANAGER安裝Infinity Manager v1.0b

2016年8月19日 星期五

用網樂通來挖礦

應該是挖不到了, 不過玩玩看也好
轉錄方法
http://archer61.blogspot.tw/2014/06/httpsblockchain.html

去比特幣的錢包網站申請一個帳號
https://blockchain.info/  


2016年8月18日 星期四

LUbuntu 16.04 隨身碟執行 安裝android studio 跟 Git

Installing Java

sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java8-installer
After that
sudo apt-get install oracle-java8-set-default 
 

Installing Android Studio

  1. Download Android Studio from here, use All Android Studio Packages
  2. Extract the archive file into an appropriate location for your applications, eg: /opt. Use the filename of your downloaded archive, in my example android-studio-ide-141.2178183-linux.zip
    sudo unzip android-studio-ide-141.2178183-linux.zip -d /opt
    
  3. To launch Android Studio, navigate to the /opt/android-studio/bin directory in a terminal and execute ./studio.sh. Or use a desktop file, see below.
    You may want to add /opt/android-studio/bin to your PATH environmental variable so that you can start Android Studio from any directory.
If you are running a 64-bit version of Ubuntu (16.04), you need to install some 32-bit libraries with the following command:
sudo apt-get install lib32stdc++6 or
sudo apt-get install lib32z1 lib32ncurses5 lib32bz2-1.0 lib32stdc++6
So that you don't have this error:
Unable to run mksdcard SDK tool.
 



AS詳細教學
http://askubuntu.com/questions/634082/how-to-install-android-studio-on-ubuntu
64BIT會遇到問題的解法
http://stackoverflow.com/questions/29112107/how-to-solve-unable-to-run-mksdcard-sdk-tool-when-installing-android-studio-on

Git
https://blog.wu-boy.com/2011/04/%E5%9C%A8-ubuntu-%E5%AE%89%E8%A3%9D%E6%88%96%E5%8D%87%E7%B4%9A-git-%E7%89%88%E6%9C%AC%E6%8E%A7%E5%88%B6%E7%9A%843%E7%A8%AE%E6%96%B9%E6%B3%95/

2016年4月4日 星期一

2016年4月2日 星期六

用360kinect做3D掃描 自拍立體頭像

上禮拜入手便宜的KINECT, 試著找些東西來玩

按照網頁教學
http://www.instructables.com/id/3D-Scan-and-Print-Yourself-using-FREE-software/?ALLSTEPS

我在WIN 7 64BIT下也完成自己的頭像了, 很粗糙的掃瞄, 大概也沒辦法分辨出是誰
把網頁大略重點紀錄下