Mac OS X

ダウンロード:
appleサイトからダウンロード
タスクマネージャ搭載、Google カレンダーとも同期可能なスマート・カレンダーアプリ

Windows10

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

更新内容:

Expression solver added to main convert section
Illu ...

Windows10

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

Windows10

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

Software

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

主な機能:
文字放送を含んだテレビ録画ディスクの字幕表示
4k動画ファイル、次世代動画型式
RAWを含む写真ファイルのスライドショー再生 ...

Windows10

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

更新内容:

Correctionsin the Alt-drag function when mover or ...

Windows10

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

更新内容:

Correctionsin the Alt-drag function when mover or ...

Spring Boot

書式
@RestController
public class クラス名
使用例

@RestControllerpublic class UserController { @GetMapping("/us ...

CSS

構文
break-spaces
改行:そのまま
空白とタブ文字:そのまま
テキストの折り返し:折り返す
行末の空白:折り返す
使用例

<style> .cft { bo ...

Windows10

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

更新内容:

修復: File uploads can now be canceled.
修復: Marking a file a malicious now ...

Source

1.現在のディレクトリとサブディレクトリ内にMyCProgram.cを検索
# find . -name “MyCProgram.c”
2.ファイルを検索し、大文字と小文字の違いを無視

Source

1.基本読み取り
#!/bin/bash
echo -n “Enter your name:”#-nは改行しない
read name #キーボードからの入力
echo ̶ ...

Source

1.aclのインストール
sudo apt-get install acl

2.setfaclを使用
2.1 rootコマンドで下記内容を実行
# mkdir/home/test
# tou ...

Source

1.スワップファイルの確認

swapoff -a

ls -al

 

2.スワップファイルを削除

rm *.swp

 

  ...

Source

# ls -F
1.sh* CC_manual_0701.rar gzpackage/man.config script/tr1.txt

Source

インストール手順下記

rdesktopをダウンロード

URL: 

例 rdesktop-1.3.1.tar.gz 

# tar xvzf   rdesktop-1.3.1.tar.gz  ...

Source

1.現在のプロセスで使用されるshell種類の確認
ps | grep $$ | awk ‘{print $4}’
($$はshellのpid番号)

2.最も一般的シェルコマンドを確 ...

Source

1.test.vm
<html>
<head>
<meta http-equiv=”Content-Type” content=”text/ht ...