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 ...

Python

サンプルコード:
__author__ = ‘gg88’

import email,sys,os
import smtplib
from email.MIMEText imp ...

OpenSource

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

更新内容
Spring Integration as the leader in the ESB/Integration framework space, lea ...

C#

書式
データ型(int、double)変数名.ToString()
Convert.ToString(データ型(int、double)変数名)
使用例

using System;class Arkgame ...