原创 C++ FAQ學習筆記 26章 內置原始類型等

sizeof(char)永遠爲1 sizeof的單位爲byte c++ byte一般爲8位,但是也有c++的實現中byte多於8位的 c++一個字節多少位可以在如下實現中找到 include the header <climits>, t

原创 smashing android ui

appwidget  http://developer.android.com/guide/practices/ui_guidelines/widget_design.html#templates AnalogClock ◾  Butto

原创 相機應用自己記載

記錄下學習歷程 480p   640*480            4  :3 720p   1280*720         16:9 1080p 1920*1080       16:9  changeUiAccordingToPre

原创 Fragment研究前後

研究下應用啓動堆疊的方式: other activity啓動方式,Intent 使用 Intent i = new Intent(this, Mai

原创 android view 以及 viewGroup

轉載自 http://blog.csdn.net/oney139/article/details/8045779 View 有一個屬性爲 mParent(ViewParent型)View 有一個屬性爲 mLayoutParams(View

原创 C++ FAQ學習筆記 27章 編碼規範

[27.10] C++有沒有一些像lint一樣的規範原則? class Fred的賦值運算符應該將*this做爲Fred&返回(允許將賦值運算串起來) 一個類如果有虛函數,那麼也應該有虛析構函數。一個類如果有{析構函數、賦值運算符、

原创 android theme相關待整理

1.android theme相關講解 http://blog.csdn.net/sshhbb/article/details/7219838          http://blog.csdn.net/notice520/articl

原创 android 屬性大全

我個人比較容易混淆的是前兩個: android:gravity:           屬性是對該view中內容的限定.比如一個button 上面的text. 你可以設置該text 相對於view的靠左,靠右等位置. android

原创 android 一些值得研究的東西

網址:http://www.csdn.net/article/2013-05-03/2815127-Android-open-source-projects 點贊 收藏 分享 文章舉報

原创 android manifest配置文件中的一些屬性

android:minSdkVersion在 新建一個 android project 時,要求輸入 minSdkVersion 這一項,一般我們是指定和我們使用的 SDK 版本相一致的 API Level. 然後,在androidMan

原创 android 常用adb 和 adb shell 命令

ADB常用命令: 1. 查看設備    adb  devices   這個命令是查看當前連接的設備, 連接到計算機的android設備或者模擬器將會列出顯示 2. 安裝軟件   adb  install <apk文件路

原创 android 調試中的一些小技巧

1. 查看當前堆棧 1) 功能:在程序中加入代碼,使可以在logcat中看到打印出的當前函數調用關係 2) 方法:  new Exception(“print trace”).printStackTrace(); new RuntimeE

原创 GNU make中文手冊 第五章 規則的命令

等待中 點贊 收藏 分享 文章舉報

原创 perl 學習陸續記載

perl標示符概覽 本文主要對學習perl過程進行記載,方便後期學習 #!/usr/bin/perl # This is a single line comment print "Hello, world\n"; =begin co

原创 AndroidMovieSearchAppProject 開發過程

1.待用的feature GridLayout Fragments Navigation drawer Action bar 點贊 收藏 分享 文章舉報 蛋黃威武 發佈了42