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

MySQL

1.エラーメッセージ:
ERROR 2002 (HY000): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/m ...

Linux

解凍方法:

$xz -d ***.tar.xz
$tar -xvf ***.tar

Linux

Main CategoryDescriptionNotesAudioVideoApplication for presenting, creating, or processing multimedia (audio/video)Audio ...

Windows10

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

PCに指定された変化が起きた場合に指定の動作を行うソフト

Windows10

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

更新内容:

This release corrects ...

Oracle

書式
CREATE TEMPORARY TABLESPACE 一時表領域名
TEMPFILE データファイル名 SIZE データファイルサイズ;

操作例
1.ファイルサイズを指定して一時表領域を作成 ...