Time of Update: 2015-12-01
標籤:今天安裝mysql-5.5.3-m3的時候,報下面的錯誤:-- Could NOT find OpenSSL (missing: OPENSSL_LIBRARIES OPENSSL_INCLUDE_DIR) -- Could NOT find Curses (missing: CURSES_LIBRARY CURSES_INCLUDE_PATH) CMake Error at cmake/readline.cmake:83 (MESSAGE):Curses
Time of Update: 2015-12-01
標籤: 昨天寫個電話撥號器,很簡單就一個Edittext和一個button,用來輸入號碼並且點擊按鈕撥打到電話,但是寫好以後報的是安全錯誤,我上網查了下,原來是缺少授權,於是我在AndroidManifest.xml檔案中加了一行授權碼<uses-permission
Time of Update: 2015-12-01
標籤:JSON資料格式1. 概述:JSON (JavaScript Object Notation) 是?一種輕量級的資料交換格式 基於?文字格式設定,易於?人閱讀和編寫,同時也易於機器解析和?產生。2. JSON 資料的書寫格式是:名稱/值 • 名稱寫在前?面(在雙引號中)• 值對寫在後?面• 中間?用冒號隔開3. JSON 值?支援類型數字(整數或浮點數)字串(在雙引號中)邏輯值(true 或
Time of Update: 2015-12-01
標籤:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" >
Time of Update: 2015-12-01
標籤:1.UI搭建 直接開發,你會發現Apple Watch並不支援AutoLayout,WatchKit裡有個類叫做WKInterfaceGroup,乍一看像是UIView,但是這貨其實是用來布局的。從 Storyboard中拉一個WKInterfaceGroup出來,在屬性偵測器(Attributes
Time of Update: 2015-12-01
標籤:這個過程有三步:1)許可向你的應用程式的manifest中添加讀取通訊錄資料的許可 <uses-permission android:name="android.permission.READ_CONTACTS" /> <uses-permission android:name="android.permission.WRITE_CONTACTS" />2)調用Contact
Time of Update: 2015-12-01
標籤:調整,Settings->IDE Settings->Editor->Appearance->Show line numbers 顯示程式碼數Settings->IDE Settings->Editor->Show quick doc on mouse move 懸浮顯示docKeymap->Main Menu->Code->Completion->Basic:預設是Ctrl+Space
Time of Update: 2015-12-01
標籤:游標移動和視窗切換:1、esc:游標從功能視窗回到編輯視窗 2、alt+num:開啟指定的功能視窗,重複操作關閉該視窗。 3、alt+←→:切換編輯的檔案。 4、ctrl+home/end:跳轉到檔案開頭和結尾 5、ctrl + ↑↓:游標移動到下個函數 6、ctrl+[]: 游標移動到游標所屬括弧範圍的兩端。自動功能: 1、ctrl + alt + space:自動補全,我常用於new對象的時候自動補全。(ctrl +
Time of Update: 2015-12-01
標籤:一、開發須知 如果你沒有開發過 iphone,直接來做watch,我建議你不要這麼做,不是不可以,而是目前所有的第三方應用都必須基於iphone的擴充,原生的watch應用,蘋果目前還沒有開放給開發人員,因此實際上,我們在watch上可以做的事情十分有限,或許後續apple會開放更多介面,但是目前,我們必須放棄
Time of Update: 2015-12-01
標籤:DescriptionWhen Xellos was doing a practice course in university, he once had to measure the intensity of an effect that slowly approached equilibrium. A good way to determine the equilibrium intensity would be choosing a sufficiently large
Time of Update: 2015-12-01
標籤:在軟體開發過程中,我們常常需要在某個時間後執行某個方法,或者是按照某個周期一直執行某個方法。在這個時候,我們就需要用到定時器。然而,在iOS中有很多方法完成以上的任務,到底有多少種方法呢?經過查閱資料,大概有三種方法:NSTimer、CADisplayLink、GCD。接下來我就一一介紹它們的用法。一、NSTimer1. 建立方法1NSTimer *timer = [NSTimer scheduledTimerWithTimeInterval:1.0
Time of Update: 2015-12-01
標籤:Hi If you don‘t want to go for hard code all of this stuff , then go for below easy steps->Your project ->Your Module ->Right click on your module ->go to open module settings ->Go to Signing section ->Specify
Time of Update: 2015-12-01
標籤:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="vertical" >
Time of Update: 2015-12-01
標籤:<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="fill_parent" android:layout_height="fill_parent" android:orientation="horizontal" >
Time of Update: 2015-12-01
標籤:1.光碟片鏡像需要下載懶人安裝版,尾碼是.cdr2.虛擬機器用VMware12或11都行,很多地方有下載3.設定好光碟片,啟動虛擬機器時,如果彈出錯誤“不可恢複錯誤:(vcpu-0)”那麼,只要找到並開啟安裝目錄下的 XXXX.vmx 檔案,使用記事本開啟後,在 smc.present = "TRUE" 後添加“smc.version =
Time of Update: 2015-12-01
標籤:移動端報表 報表 查看 根據我的上一篇博文中我已經示範過如何綁定或撤銷行動裝置,如果配置好伺服器,管理員對該裝置授權之後,就可以在裝置上查看FineReport報表了。1. 操作步驟移動端登入系統之後,進入報表查看介面,如:650) this.width=650;"
Time of Update: 2015-12-01
標籤:引進架構:#import <CoreMotion/CoreMotion.h>定義屬性初始化相關:#import "ViewController.h"#import <CoreMotion/CoreMotion.h>@interface ViewController ()@property (nonatomic, strong) CMMotionManager *motionManager;@property (nonatomic, strong)
Time of Update: 2015-12-01
標籤: /*===========================NSNumber數值對象=========================*/ // 將基礎資料型別 (Elementary Data Type)儲存為NSNumber 物件類型 NSNumber *intNum = [NSNumber numberWithInt:10]; NSLog(@"num = %@",intNum); NSNumber *floatNum = [NSNumber
Time of Update: 2015-12-01
標籤:NSDate常用方法 /*=============================NSDate日期類的使用=============================*/ // 擷取目前時間,獲得的時0市區的時間跟北京時間相差8小時 NSDate *currentDate = [NSDate date]; // GMT NSLog(@"currentDate :%@",currentDate); //timeIntervalSince1970
Time of Update: 2015-12-01
標籤: 1 Person *person1 = [[Person alloc]init]; 2 Person *person2 = [[Person alloc]init]; 3 4 // 可以調用類中的私人方法,但是會有一個警告 5 [person1 performSelector:@selector(actionTow)]; 6 [person1 performSelector:@selector(actionOne:) withObject: