Time of Update: 2015-09-06
標籤:例如介面A傳值到介面B1. 介面A注意事項: (1) Intent put 不同類型的參數同名參數 最後一個將會覆蓋前面的參數; (一個參數名字只能對應一個參數值,多個參數最後都會被最後一個參數覆蓋)2.介面B注意事項: (2)Intent get 不同類型的參數,只有當介面A put了該類型的參數,B介面才能get到值,否則get的將會是null ; (介面Aput什麼類型,介面B才能get到什麼類型)android Intent
Time of Update: 2015-09-06
標籤:本人寫的http://www.nowcoder.com/discuss/2082今天下午去參加 了 百度的安卓面試,很榮幸的掛了。本來別人好像是準備兩輪面試一起搞的,結果給了我一面,然後就告訴說二面對我可能比較難。我本身是是做電子的,自己自學的軟體,整個一面過程一共1小時40分鐘。剛剛開始簡單的做了個自我介紹,感覺面試官人還是很好,非常友善。面試中一些技術的問題按問的時間列在下面:1.
Time of Update: 2015-09-06
標籤:http://www.2cto.com/database/201205/133542.html ORA-12519,TNS:no appropriate service handler found的問題Java代碼 ORA-12519, TNS:no appropriate service handler found The Connection descriptor used by the client was: 110.16.1.17:15
Time of Update: 2015-09-06
標籤:1.Fragment建立extents FragmentView rootView = inflater.inflate(R.layout.fragment_main, container, false);rootView.findViewById(R.id.ShowAnotherFragment).setOnClickListener(new View.OnClickListener() { @Override
Time of Update: 2015-09-06
標籤:*******#import "HMViewController.h"@interface HMViewController ()@property (nonatomic, weak) CALayer *layer;@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view,
Time of Update: 2015-09-06
標籤:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html;
Time of Update: 2015-09-06
標籤:- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the view, typically from a nib. // 建立一個圖層 CALayer *layer = [CALayer layer]; // 設定尺寸 layer.bounds = CGRectMake(0, 0, 100, 100); // 設定位置
Time of Update: 2015-09-06
標籤: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-09-06
標籤:package auscend.sdk;import android.app.Activity;import android.content.Intent;import android.net.Uri;import android.os.Bundle;import android.view.View;import android.view.View.OnClickListener;import android.widget.Button;import
Time of Update: 2015-09-06
標籤:******隱式動畫(手指拖拽Layer)#import "HMViewController.h"@interface HMViewController ()@property (nonatomic, weak) CALayer *layer;@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading
Time of Update: 2015-09-06
標籤:****#import "HMViewController.h"// 每秒秒針轉6度#define perSecendA 6// 每分鐘分針轉6度#define perMinuteA 6// 每小時時針轉6度#define perHourA 30// 每分鐘時針轉6度#define perMinuteHourA 0.5#define angle2radian(x) ((x) / 180.0 * M_PI)@interface HMViewController (){ CALayer
Time of Update: 2015-09-06
標籤:該方案測試可行,系統版本4.4.2。它算是藉助android系統的一個bug,不確定在後續更高的版本中是否修複。該功能和360防卸載功能一樣的實現原理。主要的參考資料是:http://bbs.pediy.com/showthread.php?t=193123public class MantaAdminReceiver extends DeviceAdminReceiver { @Override public void onReceive(Context context,
Time of Update: 2015-09-06
標籤:****動畫效果- (void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [UIView animateWithDuration:1 animations:^{ // 旋轉// _imageView.layer.transform = CATransform3DMakeRotation(M_PI, 1, 1, 0); // 平移//
Time of Update: 2015-09-06
標籤:在開發項目中,會有這樣變態的需求: 推送:根據服務端推送過來的資料規則,跳轉到對應的控制器 feeds列表:不同類似的cell,可能跳轉不同的控制器(噓!產品經理是這樣要求:我也不確定會跳轉哪個介面哦,可能是這個又可能是那個,能給我做靈活嗎?根據後台返回規則任意跳轉?)思考:wocao!這變態的需求,要拒絕他嗎?switch判斷唄,考慮所有跳轉的因素?這不得寫死我...123456 switch () { case : break;
Time of Update: 2015-09-06
標籤:*******#import "HMViewController.h"@interface HMViewController ()@property (weak, nonatomic) IBOutlet UIView *redView;@end@implementation HMViewController- (void)viewDidLoad{ [super viewDidLoad]; // Do any additional setup after loading the
Time of Update: 2015-09-06
標籤: 菜單單選視窗: import android.app.Activity;import android.app.AlertDialog;import android.content.DialogInterface;import android.os.Bundle;import android.view.View;import
Time of Update: 2015-09-06
標籤:指令碼 sh05.sh #!/bin/bash# Program# Program shows the effect of shift function# History:# 2015/9/6 zengdp First releasePATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/binexport PATHecho "Total parameter
Time of Update: 2015-09-06
標籤: 結果:1.網路好的情況下,開啟很快,很流暢。2.地址欄真心不好使,如果真要做應用,這塊必須自己最佳化一下。 執行個體代碼: 1 unit Unit1; 2 3 interface 4 5 uses 6 System.SysUtils, System.Types, System.UITypes, System.Classes, System.Variants, 7 FMX.Types, FMX.Controls, FMX.Forms,
Time of Update: 2015-09-06
標籤:一、UITabBarController 使用詳解 UITabBarController是IOS中很常用的一個viewController,例如系統的鬧鐘程式,ipod程式等。UITabBarController通常作為整個程式的rootViewController,而且不能添加到別的container
Time of Update: 2015-09-06
標籤:iOS中的動畫:http://my.oschina.net/aofe/blog/270412在app中應用了CATransition類來實現 addSubview的動畫。-(void)transitionView_from:(UIView*)one to: (UIView*)two { CATransition *anim = [CATransition animation]; anim.delegate = self; anim.duration =