Ubuntu

操作方法
1.Ubuntu の最新のパッケージ情報を更新
$ sudo apt update

2.のパッケージの更新
$ sudo apt dist-upgrade

3.依存関係で必要な ...

Windows10

ダウンロード:
提供元サイトからダウンロード
softpediaサイトからダウンロード
Glarysoft Disk SpeedUp is a comprehensive Windows tool design ...

Swift

書式
label.backgroundColor = 値
使用例

import UIKit class ViewController: UIViewController { @IBOutlet weak var ...

Swift

書式
let タブル名 = (要素1:int型値,要素2:string型値,要素3,double型値,xxx)

使用例

//タプルの要素の宣言let usertp = (age: 30, height:170 ...

SQL

書式
select 項目 from テーブルA
inner join テーブルB
on 条件式
inner join テーブルC
on 条件式

使用例

select ta.or ...

Windows10

ダウンロード:
提供元サイトからダウンロード
cnetサイトからダウンロード
softpediaサイトからダウンロード

更新内容:

Make text background transpare ...

Swift

書式
let tuple = (列挙型(int)変数1,列挙型(string)変数2)

使用例

//string型列挙Depの宣言enum Dep: String { case PA case PB case ...

Swift

書式
let タプル名 =メソッド名()

使用例

//メソッドgetFunAの定義func getFunA() -> (Int, String, Double) { return (20, "山田太郎" ...

CSS

書式
:focus — ユーザーがキーボードコントロールを使用して要素にフォーカスした場合にのみ適用されます。
使用例

<style>/*a:link a:visitedのスタイルシートを定義*/a: ...

Security

ダウンロード:
提供元サイトからダウンロード
cnetサイトからダウンロード
sourceforgeサイトからダウンロード
softpediaサイトからダウンロード

更新内容:

Thi ...

PowerShell

構文
開始値..終了値
使用例

$cftArrA = 3..9$cftArrB = 90..100$cftArrC = -10..-2echo ('$arrayA = ' + $cftArrA)echo ('$a ...

Linux

書式
ls ワイルドカード
使用例
1.数字の範囲を指定
# ls *
data36 file78 info78

2.文字の範囲を指定
# ls *
file78 ...

IOS

1.UILable+LM.h

#import <UIKit/UIKit.h>

@interface UILabel (LM)

– (CGSize)contentSize;

IOS

サンプルコード:

-(void) tapClick:(UITapGestureRecognizer *)tap{
;
;
;
;
;
//self.view.window.b ...

IOS

コード下記:
-(void)runTimerInThread
{

;

//自動的にRunLoopにNSTimeerを追加

NSTimer* timer=;

//自動的にR ...

IOS

1.開発プラットフォームのパス
/Developer/Platforms
MacOSX.platform     //mac
iPhoneSimulator.platform//シミュレータ
iPhon ...

IOS

コード下記:
– (id)initWithCoder:(NSCoder *)aDecoder
{
self = ;

if (self) {
self.country = ; ...

IOS

コード下記:
NSBundle *bundle = ;
//プロパティリスト名Property List リソースタイプplist
NSString *path = ;
//plistにNSDictio ...