Time of Update: 2015-07-20
標籤:request response server application objectcontent Response (應答)對象Request
Time of Update: 2015-07-20
標籤:iOS視圖控制對象生命週期-init、viewDidLoad、viewWillAppear、viewDidAppear、viewWillDisappear、viewDidDisappear的區別及用途init-初始化程式viewDidLoad-載入視圖viewWillAppear-UIViewController對象的視圖即將加入視窗時調用;viewDidApper-UIViewController對象的視圖已經加入到視窗時調用;viewWillDisappear-UIViewContro
Time of Update: 2015-07-20
標籤:chrome瀏覽器類比手機 地理定位在pc端做touch頁面調試的時候,常常會遇到需要類比定位的情況chrome瀏覽器有著強大的調試工具,尤其是新版chrome瀏覽器 下面我就以新版chrome瀏覽器為例,類比下如何用電腦類比手機定位 1.首先 F12 調出控制台 2. 點擊這個小手機調出手機模擬器 3.選擇一款手機 4.,選擇emulation -- sensors ---
Time of Update: 2015-07-20
標籤:本文轉自:http://blog.csdn.net/xiechengfa/article/details/38334327近寫Demo,突然發現了Layout_weight這個屬性,發現網上有很多關於這個屬性的有意思的討論,可是找了好多資料都沒有找到一個能夠說的清楚的,於是自己結合網上資料研究了一下,終於迎刃而解,寫出來和大家分享。首先看一下Layout_weight屬性的作用:它是用來分配屬於空間的一個屬性,你可以設定他的權重。很多人不知道剩餘空間是個什麼概念,下面我先來說說剩餘空間。看
Time of Update: 2015-07-20
標籤:1.控制器代碼#import "ViewController.h"#import <AVFoundation/AVFoundation.h>#import "RYAVTool.h" @interface ViewController () @property(nonatomic,strong)NSMutableDictionary*allAvID; @end @implementation ViewController -
Time of Update: 2015-07-20
標籤:package com.zte;import android.app.Activity;import android.graphics.Color;import android.graphics.drawable.ClipDrawable;import android.graphics.drawable.Drawable;import android.graphics.drawable.GradientDrawable;import
Time of Update: 2015-07-20
標籤:check_port位置:/usr/local/nagios/libexec/代碼(建立可執行檔)#!/bin/sh/usr/local/nagios/libexec/check_tcp -H $1 -p 80 -t 3if [[ $? == 0 ]] then echo "OK:80 open" exit 0else echo "CRITICAL:80 close" exit
Time of Update: 2015-07-20
標籤:問題描述:有過在ListView的清單項目中添加按鈕的朋友對這個問題一定不會陌生,我們的Demo在運行時,會出現這樣的情況----------可以擷取到清單項目中的按鈕點擊事件,但是當我們想要擷取整個清單項目的點擊事件時,就會發現此時點擊清單項目是沒有任何反應的.為什麼呢?原因就是當在ListView中加入Button這類的有 “點擊”
Time of Update: 2015-07-20
標籤:一、有兩種狀態: 選中狀態(true)、未選中狀態(false) 二、屬性 android:id = "@+id/checkbox" android:layout_width="match_parent" android:layout_height="wrap_content" android:checked = "false" android:text = "男" 三、代碼示範<LinearLayout
Time of Update: 2015-07-20
標籤:Step11.點擊Image.xcassets 進入圖片管理,然後右擊,彈出"New Launch Image"2.,右側的勾選可以讓你選擇是否要對ipad,橫屏,豎屏,以及低版本的ios系統做支援.這邊我選了ios8.0,ios7.0,ios6沒有做支援.Step2將規定尺寸的圖片從你的檔案中拖動進到固定位置.系統尺寸解析度ios8Retina HD5.51242x2208 Retina HD4.7750x1334 Landscape Retina Hd 5.5220
Time of Update: 2015-07-20
標籤:參考:android 來電接聽和掛斷 支援目前所有版本 注意:android2.3版本及以上不支援下面的自動接聽方法。(會拋異常:java.lang.SecurityException: Neither user xxxxx nor current process has
Time of Update: 2015-07-20
標籤:xml布局如下:介面:代碼:<?xml version="1.0" encoding="utf-8"?><LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent"
Time of Update: 2015-07-20
標籤:一、使用xml的方式:1、LayoutInflater:這個類可以把xml表述的Layout解析為View,從而可以使addView()方法添加View。2、LayoutInflater與findViewById的區別:兩者都是執行個體化某一個對象,不同的是findViewById是通過找xml布局檔案下的一個具體的widget控制項進行執行個體化,而LayoutInflater是找res/layout 下的xml布局檔案來執行個體化的。3、使用方法:LayoutInflater
Time of Update: 2015-07-20
標籤: NSLog(@"%@", NSHomeDirectory());//沙箱主目錄 NSLog(@"%@", NSTemporaryDirectory());//砂箱tmp目錄路徑 NSLog(@"%@", [[NSBundle mainBundle] bundlePath]);//砂箱*.app路徑包 NSLog(@"%@",
Time of Update: 2015-07-20
標籤: 蘋果推播通知服務(Apple Push Notification Service) 簡稱APNS. 是iOS應用中十分常見的一種互動方式. APNS依託一個或幾個系統常駐進程運作, 接管所有應用的訊息推送, 所以可看作是獨立於應用之外, 而且是裝置和蘋果伺服器之間的通訊, 而非應用的供應商伺服器. 這和 Android不同, Android更像是傳統案頭電腦系統的做法.
Time of Update: 2015-07-20
標籤:iOS訊息推送的工作機制可以簡單的用來概括: Provider是指某個iPhone軟體的Push伺服器,APNS是Apple Push Notification
Time of Update: 2015-07-20
標籤:第一:調用系統簡訊介面直接傳送簡訊;主要代碼如下: /** * 直接調用簡訊介面發簡訊 * * @param phoneNumber * @param message */ public void sendSMS(String phoneNumber, String message) { // 擷取簡訊管理器 android.telephony.SmsManager smsManager =
Time of Update: 2015-07-20
標籤:題目連結http://acm.hdu.edu.cn/showproblem.php?pid=1452本題主要是積性函數和快速冪乘的運用。下面主要介紹一下積性函數:積性函數是描述因子和的一種關係:6的因子是1,2,3,6; 6的因子和是 s(6)=1+2+3+6=12;20的因子是1,2,4,5,10,20; 20的因子和是 s(20)=1+2+4+5+10+20=42;2的因子是1,2;
Time of Update: 2015-07-20
標籤:android 反編譯 dex2jar jd-gui 反編譯這事,找對了工具其實非常簡單。 反編譯工具http://pan.baidu.com/s/1eQvshwu android的反編譯要經過兩個步驟: 1.把dex檔案轉為jar 2.jar轉為Java 下面說說詳細步驟:
Time of Update: 2015-07-20
標籤:Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining.For example, Given [0,1,0,2,1,0,1,3,2,1,2,1], return 6.The above