Time of Update: 2015-08-01
標籤:github上 swipe listview android 實現一種類似於qq中滑動列表的功能:向左或者向右滑動,然後執行相關操作。這裡用到的是GitHub上的開原始檔控制SwipeListView,https://github.com/47deg/android-swipelistview,下載好了之後,我們可以把下載檔案當作一個庫檔案引用它,當然也可
Time of Update: 2015-08-01
標籤:swift error iwatch error: WatchKit App doesn‘t contain any WatchKit Extensions whose WKAppBundleIdentifier matches "*****". Verify that the value if WKAppBundleIdentifier in your WatchKit Extension‘s
Time of Update: 2015-08-01
標籤:在安卓開發中,如果要給一個按鈕添加監聽事件的話,有以下三種實現方式1、方式一public class MainActivity extends ActionBarActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);
Time of Update: 2015-08-01
標籤:定時器的幾種方式 在軟體開發過程中,我們常常需要在某個時間後執行某個方法,或者是按照某個周期一直執行某個方法。在這個時候,我們就需要用到定時器。然而,在iOS中有很多方法完成以上的任務,到底有多少種方法呢?經過查閱資料,大概有三種方法:NSTimer、CADisplayLink、GCD。接下來我就一一介紹它們的用法。一、NSTimer1. 建立方法 1 NSTimer *timer = [NSTimer
Time of Update: 2015-08-01
標籤:混編路徑與全域宏路徑最近在做東西的時候有一個地方要用到一個第三方庫的,但是目前swift版的還沒有找到,自己又不想寫(其實是不會寫),所以就想到了混編,但是中間出現了好多問題,其中印象最深的就是橋接檔案的路徑問題,著讓我想到了關於Xcode6之前的一個pch檔案路徑,雖然不一樣,但是,我就是很傻逼的在這裡搞了好久才搞通,所以就總結一些。 一:混編路徑關於混編,這裡就不多說了。平時我們想要實現一個功能,但是在swift目前還沒有找到好的方法,而正好objective-C卻很容易實現
Time of Update: 2015-08-01
標籤:ABP應用程式層——應用服務(Application services)點這裡進入ABP系列文章總目錄 基於DDD的現代ASP.NET開發架構--ABP系列之15、ABP應用程式層——應用服務(Application services) ABP是“ASP.NET Boilerplate Project
Time of Update: 2015-08-01
標籤:ios 視頻 解碼 播放器 前幾篇文章記錄的都是IOS下基於FFmpeg的多媒體程式。本文記錄一個IOS下內建的視頻播放器。相比於移植FFmpeg來說,IOS內建的多媒體架構播放視頻要簡單很多——只需要調用幾個介面就可以了。原始碼項目的原始碼位於ViewController.m檔案中,內容如下所示。/** * 最簡單的IOS視頻播放器 *
Time of Update: 2015-08-01
標籤:實現思路要實現繪圖,通常需要自訂一個UIView的子類,重寫父類的- (void)drawRect:(CGRect)rect方法,在該方法中實現繪圖操作若想顯示下載進度,只需要執行個體化自訂子類的對象(若是storyboard中控制項,只需修改控制項的class屬性為自訂子類的類名即可)
Time of Update: 2015-08-01
標籤:jsp一:擷取檔案路徑<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%><%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %><!DOCTYPE HTML PUBLIC
Time of Update: 2015-08-01
標籤:androidAndroid之intent傳值的三種方法分別是:1、startActivity();2、startActivityForResult();3、調用在下個activity自訂的方法“actionStart()”,也就是最佳的方法。一、一般方式傳值跳轉:startActivity()方法/* 在MainActivity中定義如下代碼 */button1.setOnClickListener(new OnClickListener() { @Override
Time of Update: 2015-08-01
標籤:UIAlertView1.Title擷取或設定UIAlertView上的標題。2.Message擷取或設定UIAlertView上的訊息 UIAlertView *alertView = [[UIAlertView alloc] initWithTitle:@"Title" message:@"message" delegate:self cancelButtonTitle:@"取消" otherButtonTitles:@"確定",
Time of Update: 2015-08-01
標籤:函數調用方式是f(...) 如果f不是函數,那麼這種調用方法相當於執行f.apply(...)如果f(...)=value 那麼相當於調用f.update(...,value)apply用於伴生對象,可以省略new註:f()運行時或者解釋為函數調用,或者解釋為apply()執行,解釋為update()執行 1 object Test3 extends App { 2 3 class Person{ 4 5 var i=0; 6
Time of Update: 2015-08-01
標籤:UIActivityIndicatorView1.activityIndicatorViewStyle設定指標的樣式UIActivityIndicatorViewStyleWhiteLarge UIActivityIndicatorViewStyleWhite (預設樣式)UIActivityIndicatorViewStyleGray 2.hidesWhenStopped當停止動畫的時候,是否隱藏。預設為YES。3.
Time of Update: 2015-08-01
標籤:UISlide屬性 • minimumValue : 當值可以改變時,滑塊可以滑動到最小位置的值,預設為0.0_slider.minimumValue = 10.0; • maximumValue :
Time of Update: 2015-08-01
標籤:1.前面博文裡也寫過如何關聯android-support-v4.jar的源碼今天新項目用上述方法的時候,竟然不成功。。來回反覆試了很長時間,最後發現建立項目,會自動引用一個類庫(自動建立的。。)appcompat_v7,而建立項目的android-support-v4.jar就是引用這個項目的。。所以android-support-v4.jar.properties得在這個項目裡面添加 另外,奇怪的是,我另一個WorkSpace建立的Android
Time of Update: 2015-08-01
標籤:UIPageControl • numberOfPages // 設定有多少頁 預設為0// 2) 設定頁數 [pageControl setNumberOfPages:kImageCount]; • currentPage // 設定當前頁[pageControl
Time of Update: 2015-08-01
標籤:文字屬性Attributes1.NSKernAttributeName: @10 調整字句 kerning 字句調整2.NSFontAttributeName : [UIFont systemFontOfSize:_fontSize] 設定字型3.NSForegroundColorAttributeName :[UIColor redColor] 設定文字顏色4.NSParagraphStyleAttributeName : paragraph
Time of Update: 2015-08-01
標籤:UIImageView屬性1.Image 設定圖片,預設顯示 UIImageView *_imageView = [[UIImageView alloc]init];_imageView.image = [UIImage imageNamed:@"me.png"];2.highlightedImage 設定高亮狀態下顯示的圖片_imageView.highlightedImage = [UIImage
Time of Update: 2015-08-01
標籤:UITableViewUITableView內建了兩種樣式:UITableViewStylePlain,UITableViewStyleGrouped<UITableViewDataSource,UITableViewDelegate>裡的方法:tableView處理步驟#pragma mark 1.有多少組- (NSInteger)numberOfSectionsInTableView:(UITableView *)tableView#pragma mark
Time of Update: 2015-08-01
標籤: UIDatePicker • Locale設定DatePicker的地區,即設定DatePicker顯示的語言。// 1.跟蹤所有可用的地區,取出想要的地區 NSLog(@"%@", [NSLocale availableLocaleIdentifiers]); // 2.