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

OpenSource

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

改善内容

Bug Fixes$browser: allow chaining url() calls in setter mode (764fa869,#10157 ...

OpenSource

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

更新内容

– Update to Tomcat Native Library version 1.1.32 to pick up the Wind ...

Swift

書式
offsetBy:数字
使用例

let str = "this is a test message"//最後から2番目以前let res= str.index(str.endIndex, offsetBy: ...

Java

書式
protected static Map<String,String>関数名(){}
使用例

package com.arkgame.demo;import java.util.HashMap; ...

AlmaLinux

環境
# cat/etc/redhat-release
AlmaLinux release 8.4 (Electric Cheetah)

インストール方法
1.ProFTPD をインストール