C#

使用例

using System;class Demo{ static void Main() { string cft = "22222"; Console.WriteLine(cft);//22222 Console.Rea ...

Python

next()
next(iterator)

サンプルコード
#!/usr/bin/python3

# ファイルのオープン
fo = open(“changfa.txtR ...

Python

書式
if (条件式1) and (条件式2)
サンプルコード

# coding: utf-8#!/usr/bin/python3cftX = 10cftY = 10if (cftX == 10) and (cf ...

CSS

説明
word-break: normal;  
既定の改行
word-break:break-all
CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関す ...

Linux

一時的にホスト名を変更
$ sudo hostname abc.com

hostnamectlで恒久的にホスト名を変更
$ sudo hostnamectl set-hostname <HOSTNAM ...

C++

サンプルコード

#include <stdio.h>#include <string.h> int main (){ char str1 = "Hello"; char str2 = "World"; c ...

Ruby

書式
Prime.each(任意数)
サンプルコード

#!/usr/bin/ruby# -*- coding: UTF-8 -*-require 'prime'Prime.each(30) do |prime| ...

Python

説明
1.os.path.isfile(path)
path が 存在する 一般ファイルなら True を返します。
2.os.path.isdir(path)
path が 存在する ディレクトリなら ...

Go言語

形式
文字列変数名
文字列変数名
文字列変数名
説明
アルファベットは1文字1バイトですが、日本語はほぼ1文字3バイトです。
マルチバイト文字は、rune型に変換します
使用例 ...

C#

書式
(DateTime型変数A(終了) – DateTime型変数B(開始)).Days
DateTimeの差日数を返します。
1日未満の時間は切り捨てられます。
使用例

using ...

Linux

1.Squidをインストール
# yum install squid

2.環境設定
#vim/etc/squid/squid.conf
追記
forwarded_for off
re ...

MySQL

環境
Windows10 64bit
MySQL 8.0.27

書式
CHAR_LENGTH( 文字列 )
CHAR_LENGTH関数を使用することで文字列の文字数を調べます

使 ...

Python

サンプルコード

cft = print cft.index("example")print cft.index("new")print cft.index("z")print "c" in cft

結果
5

IT

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

開発元HP

WebCollab is a collaborative Web site for project workgroups. It ai

JavaScript

JSコード
Object.prototype.Property = 1;
Object.prototype.Method = function ()
{
alert(1);
}

va ...

IT

ダウンロード:
提供元サイトからダウンロード
Softpediaサイトからダウンロード
対象:
Microsoft Windows 8 and 7
Requires Windows Aero R ...

IT

サンプルコード

xmlDoc=loadXMLDoc("books.xml");x=xmlDoc.getElementsByTagName('book');cloneNode=x.cloneNode(true);xmlDoc.do ...

IT

ダウンロード:
提供元サイトからダウンロード
OS
Windows 8.1(64bit)
StartIsGoneはWindows 8.1のスタートボタンを非表示にしてくれるソフトです。Wind