IOS

コード下記:
#inport<Foundation/Foundation.h>
int main(int argc, char *argv;

while(fgets(word, 100, wor ...

Linux

1.rootユーザーに切り替え
sudo -i

2.コマンドラインでプログラムを開く
nohup command &
nohup sublime Webapps.jsm & ...

Windows10

下载地址
開発元からダウンロード
majorgeeksダウンロード

使い方:

1) – Check the icon of IObit Malware Fighter in syst ...

Windows10

ダウンロード:
開発元からダウンロード

概要

複数のPNG形式の画像をまとめて最適化(圧縮)することができ

メインウインドウの一覧表示に、サムネイル画像を表示することができる

& ...

Java

jarファイル:spriong-core.jar
ファイル名:PackaheScanner_Startnews24.java
javaコード:
package com.vstartek.dm.util; ...

IOS

1.strong(retainと似ている):
@property (nonatomic, strong) NSString *tempStr1;
@property (nonatomic, strong) NSStri ...

Linux

1.ダウンロード
32ビットの場合
wget

64ビットの場合
wget

2.インストール
32ビットの場合
sudo dpkg -i google-chrome-sta ...

Linux

1.duコマンド
du -sh/*

2.findコマンド
ファイルをリスト
find/-size +20000k -exec ls -lh {} \;

400MB以上ファイルを削除、通常 ...

Linux

インストールコマンド:
sudo add-apt-repository ppa:boomaga/ppa
sudo apt-get update
sudo apt-get install boomaga

IOS

サンプルコード:
NSDate *nowDate = ;//現在時間
NSCalendar *calendar = ;
NSDateComponents *comps;
comps = ;
in ...

IOS

サンプルコード:
NSCalendar *calendar = ;
NSDateComponents *comps;
comps = init]];

;//+24次の日date,-24は前の日da ...

Linux

1.NAT設定内容を確認
# iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target prot opt source destination

Linux

1.デフォルトルールを設定
# iptables -p INPUT DROP
# iptables -p OUTPUT ACCEPT
# iptables -p FORWARD DROP

2.必要な ...

Linux

1.firewallルールの確認
操作コマンド
# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destinati ...

Linux

操作コマンド:
show ip interface brief/show ip int b
show interfaces/show inter
show interface f0/0
show ip ...

Linux

コマンド:
ip dhcp pool LAN1
network 192.168.3.0 255.255.255.0
default-router 192.168.3.1
ip dhcp pool LAN ...

Ubuntu

1.インストール:
sudo add-apt-repository ppa:shutter/ppa
sudo apt-get update
sudo apt-get install shutter

...

Java

サンプルコード:

package com.startnews24.projectname.exception;

public class ProjectNameException extends Throwab ...