Linux

書式
a 全てのユーザ
x 実行権
r 読み取り
w 書き込み
u 所有者

使用例1
# chmod a+x test.txt
# ls -l test.txt ...

Security

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

更新内容:

Enhanced detections are those that have been mod ...

Python

構文
文字列
サンプルコード

# coding: utf-8#!/usr/bin/python3str = 'skillinarkgame5678'print("result1: ",str) print("re ...

Windows10

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

batch

書式
exit
使用例

@echo off rem メッセージを出力echo message is AAA rem 処理を中止exit rem 処理が到達しないecho message is BBB

&nbs ...

Java

構文
public interface インターフェース名 {
int 関数名(引数1,引数2,…)
}
インターフェース名 オブジェクト名 =(引数1,引数2…){
/ ...

Windows10

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

更新内容:

Updated icon
Fix a problem with Flickr import (A ...

Linux

1.epelのインストール
# yum install

2.依存パッケージのインストール
# yum install python-devel librsync-devel librsync python- ...

GitLab

説明
ブランチやインデックス間の差分を確認します。
オプション
–cached インデックスと最新コミットの差分
–stat 差分の統計情報のみ

使用例
1. ...

Development

処理サンプルコード:

header(“Content-Type:text/html;charset=utf-8”);

$datetime = ‘2014-07-01 12:1 ...

Driver

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

概要:

Eclipse Plug-In for deploying a project into one “fat” executab ...

Source

参考ソースコード:

<html>
<meta charset=”utf-8″>
<script src=”
<script&g ...

Source

対策1:

sudo apt-get remove –purge mysql-server* mysql-common
sudo apt-get autoremove –purge
s ...

Source

操作手順下記

1.opensslのインストール
sudo a2enmod ssl//SSLモジュールを有効
sudo apt-get install openssl//opensslのインストール

Source

コマンド:

sudo shutdown +100  //100分後シャットダウン

Development

処理コード:

$query = ‘delete from ecs_goods_attr where attr_id=11 and goods_id=22;
Insert into ecs_goods_attr (g ...

Development

サンプルコード:

$content = file_get_contents(‘startnews24_test.txt’);
$arr = explode(“\r\n” ...

Source

m4 sendmail.mc > sendmail.cf

エラー:

sendmail.mc:10: m4: Cannot open/usr/share/sendmail-cf/m4/cf.m4: No s ...