Sunday, December 25, 2016
Sunday, December 04, 2016
cannot open include file qmemarray.h
cannot open include file qmemarray.h
fix:
use qwt6.1.3 (not 4.2.0)
https://sourceforge.net/projects/qwt/files/qwt/6.1.3/
fix:
use qwt6.1.3 (not 4.2.0)
https://sourceforge.net/projects/qwt/files/qwt/6.1.3/
Saturday, December 03, 2016
mspdb100.dll couldn't be found by cl.exe
mspdb100.dll couldn't be found by cl.exe
mspdb100.dll
lives in C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE
fix:
"C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
Thursday, July 07, 2016
android display rotate 180 landscape
android display rotate 180 landscape:
modify AndroidManifest.xml
android:screenOrientation="reverseLandscape"
complete:
android:name="xyz.com.demo.MainActivity"android:configChanges="orientation"android:label="@string/app_name"android:screenOrientation="reverseLandscape"
Labels:
180,
android,
landsacpe,
orientation,
reverseLandscape,
rotate,
screenOrientation
Sunday, January 31, 2016
Delegation in Objective-C
1)Delegation in Objective-C
http://blog.eddie.com.tw/2013/05/24/delegation-in-objective-c/
2)Delegation
https://developer.apple.com/library/ios/documentation/General/Conceptual/DevPedia-CocoaCore/Delegation.html
3) IOS – 什麼是協定(PROTOCOL)與委派(DELEGATE)?
http://www.takobear.tw/2014/01/12/ios-protocoldelegate/
4) BEAR實驗室: XCODE製作互動元件 – UIBUTTON
http://www.takobear.tw/2014/01/12/bear-xcode-uibutton/
5)[Don IOS筆記] 研究delegate和protocol
http://blog.devdon.com/?p=2530
6)ios delegate你必須知道的事情
http://popcornylu.blogspot.tw/2011/07/delegate.html
7)Developer's Note_ Protocol & Delegate
http://iosdevelopersnote.blogspot.tw/2010/11/protocol-delegate.html
http://blog.eddie.com.tw/2013/05/24/delegation-in-objective-c/
2)Delegation
https://developer.apple.com/library/ios/documentation/General/Conceptual/DevPedia-CocoaCore/Delegation.html
3) IOS – 什麼是協定(PROTOCOL)與委派(DELEGATE)?
http://www.takobear.tw/2014/01/12/ios-protocoldelegate/
4) BEAR實驗室: XCODE製作互動元件 – UIBUTTON
http://www.takobear.tw/2014/01/12/bear-xcode-uibutton/
5)[Don IOS筆記] 研究delegate和protocol
http://blog.devdon.com/?p=2530
6)ios delegate你必須知道的事情
http://popcornylu.blogspot.tw/2011/07/delegate.html
7)Developer's Note_ Protocol & Delegate
http://iosdevelopersnote.blogspot.tw/2010/11/protocol-delegate.html
Saturday, January 30, 2016
android card ui
android card ui:
1)cardslib
https://github.com/gabrielemariotti/cardslib
2)Be a lazy but a productive android developer – Part 4 – Card UI
http://www.technotalkative.com/lazy-productive-android-developer-4/
https://dzone.com/articles/be-lazy-productive-android-2
3)Android Card Layout
http://myandroidtuts.blogspot.tw/2013/12/android-card-layout.html
4)Creating a "Card" UI
http://android-dev-tips-and-tricks.blogspot.tw/2014/02/creating-card-ui.html
5)How to create Google + cards UI in a list view?
http://stackoverflow.com/questions/17571118/how-to-create-google-cards-ui-in-a-list-view
1)cardslib
https://github.com/gabrielemariotti/cardslib
2)Be a lazy but a productive android developer – Part 4 – Card UI
http://www.technotalkative.com/lazy-productive-android-developer-4/
https://dzone.com/articles/be-lazy-productive-android-2
3)Android Card Layout
http://myandroidtuts.blogspot.tw/2013/12/android-card-layout.html
4)Creating a "Card" UI
http://android-dev-tips-and-tricks.blogspot.tw/2014/02/creating-card-ui.html
5)How to create Google + cards UI in a list view?
http://stackoverflow.com/questions/17571118/how-to-create-google-cards-ui-in-a-list-view
Subscribe to:
Posts (Atom)