Windows10

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

更新内容:

ADDED – Language support
ADDED – Ex ...

Docker

1.gitバージョン確認
# git –version
git version 2.27.0
2.Dockerfileをダウンロード
# git clone
# cd docker- ...

Python

構文
変数名「start:end」
startを省略すると先頭から、endを省略すると末尾までの範囲となります。

使用例

# coding: utf-8#!/usr/bin/python3 cftVa ...

Windows10

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

更新内容:

Improvements for x64 Windows OS and update of the ...

C#

書式
comboBox名.FindString(“検索文字”, )
コンボボックスクラスのFindStringメソッドを使用して、項目名を前方一致で検索します。

コンボボックス名: cmbShow

Windows10

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

概要:
「WULF2(ウルフ2)」は Windows Update の更新履歴を一覧表示し、 それをエクスポート(ファイルに出力)するユーティリティです。

Windows10

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

概要:
ユーザーインターフェースを買い慮して最適化された ...

Windows10

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

概要:
エフセキュアは、法人向けに強力なセキュリティ・ソリューションのラインナップを提供しています。

Python

書式
iter(配列名)
使用例

cft = ("A001", "BB02", "CC03","DD04")res = iter(cft)print(next(res))print(next(res))print ...

Swift

1.string型配列

var strArr = strArr.sort { $0 > $1 }print(strArr)

2.int型配列

var cftArr = cftArr.sort { $0 > ...

Linux

コード下記:
#!/usr/bin/python
# -*- coding: utf-8 -*-
import sys,os,re,smtplib,mimetypes,pycurl,json,urllib,St ...

JavaScript

JavaScriptコード:

<input type=”button” name=”out_excel” onclick=”AutomateExcel(); ...

Linux

1.ソースをダウンロード

2.jdk、maven、perlをインストール

3.環境変数を設定
MAVEN_OPTS=-Xms128m -Xmx512m

4.compile.plを実

Linux

1.エラーメッセージ:
$ ssh -i startnews24_test.pem cat@10.10.10.6
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ...

Linux

1.sambaのインストール
sudo smbpasswd -a -U your_username
#ログインのユーザとパスワード
sudo systemctl enable smb.service
# ...

PHP

説明
array_values ( array $array ) : array
array_values() は、配列 array から全ての値を取り出し、数値添字をつけた配列を返します。
使用例

&l ...

Linux

1.ファイアウォールの停止
sudo systemctl stop firewalld.service
sudo systemctl disable firewalld.service

2.SELinuxを ...

Linux

解決方法
sudo gedit/usr/share/applications/eclipse.desktop
Exec=env UBUNTU_MENUPROXY=0/your/path/to/eclipse/binar ...