Time of Update: 2014-07-30
標籤:python cheetah 1.問題/usr/lib/python2.5/site-packages/Cheetah/Compiler.py:1532: UserWarning: You don‘t have the C version of NameMapper installed! I‘m disabling Cheetah‘s useStackFrames option as it is
Time of Update: 2014-07-29
標籤:android blog http java 使用 os 檔案 io 現在做的App,因為考慮到安全性,所以用到了AES加密,以及配對安卓使用的AES加密。.h檔案#import
Time of Update: 2014-07-28
標籤:style blog http color 使用 os 檔案 io 一、什麼是應用程式的國際化?
Time of Update: 2014-07-26
標籤:android tinyalsa
Time of Update: 2014-07-26
標籤:c3p0 死結 deadlock apparent deadlock 一,c3p0運行一段時間後報錯如下W 07-26_00:58:27 ThreadPoolAsynchronousRunner.java 608 com[email protected]70929ab6 -- APPARENT DEADLOCK!!! Creating
Time of Update: 2014-07-23
標籤:ios swift Swift與Objective-C互動總結在Swift中使用Objective-C(簡單)在建立OjbC檔案時, XCode會提示建立XXX-Bridging-Header.h檔案, 建立之在建立的XXX-Bridging-Header.h上匯入需要引入到Swift中的Objective-C類#import
Time of Update: 2014-07-21
標籤:android介面左右滑動 view左右滑動 左右切換 全螢幕滑動切換 首先要說的是,介面滑動,就需要多個view來進行切換,實際上可以用一個ArrayList<View> pageViews來儲存這些view的資訊,然後進行切換LayoutInflater inflater = getLayoutInflater();pageViews =
Time of Update: 2014-07-21
標籤:android總所周知,每次我們啟動Android Emulator,都需要花費很長一段時間,幾分鐘甚至十幾分鐘。其實,我們可以使用快照(Snapshot)功能,來快速啟動Android模擬器。首先,需要在Android虛擬設備(AVD)管理視窗中,選中“Snapshot”選項。如下:這樣,啟動該虛擬設備時,就可以使用快照功能了。如下,在虛擬設備的啟動視窗中,選中“Launch from snapshot”(從快照啟動)和“Save to
Time of Update: 2014-07-21
標籤:android style blog http color width 二話不說,先核心代碼如下:private void initLabelChat(View rootView) { NumberFormat nf = new DecimalFormat("#.# 小時")
Time of Update: 2014-07-22
標籤:des style blog http java color 代碼如下:<!DOCTYPE html><html lang="zh-CN"><head><meta
Time of Update: 2014-07-23
標籤:android java os width re c 本文帶大家來實現ListView的圓弧形的分布排列,原理很簡單,就是根據ListView的每個Item的高度來對每一個item進行位移。首先自訂一個LinearLayout,這是ListView的每個Item的根布局,用來對每個item
Time of Update: 2014-07-22
標籤:android style blog http color 使用 對比 Android 的 Intent 與 iOS StoryBoard 的 Segue - Intent 如果也能增加個prepareForSegue回調就好了太陽火神的美麗人生
Time of Update: 2014-07-19
標籤:http width 2014 art io cti 先吧:
Time of Update: 2014-07-22
標籤:android http java os strong 檔案 1.項目架構是這樣的: 2.所以第一步看主工程的AndroidManifest.xml檔案,看裡面的packagename 等資訊。
Time of Update: 2014-07-18
標籤:android listview 聯動 地區控制項 多層 在日常的App開發中,尤其是在開發生活服務的應用上,很多時候,我們會需要聯動地展現省市區的資料等,需求大概如下:1)展現所有省份2)當點擊某省份的時候,在二級菜單上展現此省份下面所屬的城市列表3)選中返回,顯示我們選中的城市4)當重新進入選擇頁面的時候,標識出我們上
Time of Update: 2014-07-17
標籤:android gradle flavor variant 多版本輸出 gradle 原文地址:http://tools.android.com/tech-docs/new-build-system/user-guide#TOC-Build-Variants6、 Build
Time of Update: 2014-07-18
標籤:android ati x error of failed re ubuntu 最近在ubuntu12.04上學習python,python2.7 python3.2差別還是蠻大的,就想著學習較新的升級後結果出現 IME不顯示 update-manager 和
Time of Update: 2014-07-16
標籤:style blog http color 使用 strong 這是去年的時候做項目寫的一篇文章了,項目背景是有一個IP網路攝影機(擁有網路伺服器),在iPad端實現視頻的即時監控,最開始去理解RTP、RTSP、H.264等等一些專業概念,經過TCP握手建立串連接收資料,最後的結果
Time of Update: 2014-07-16
標籤:style blog http color os 2014 設定背景圖片後,如果背景圖片顏色太亮,則建議放個div遮罩背景層~目前Google 放出的css中div遮罩層的樣式: 1 /* Overlay gradient to allow text to be read over
Time of Update: 2014-07-16
標籤:android des style blog http color 遇到這麼個需求,先看圖: