Software

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

3nity CD/DVD Burnerは、ディスクを消去し、ISOファイルを作成し、CDまたはDVDへのファイルの任意の ...

Ruby

書式
loop {some code}
使用例

#!/usr/bin/ruby# -*- coding: UTF-8 -*-cft = 20loop { puts cft cft += 2 if cft > ...

Linux

1.電源を切る
# systemctl poweroff

2.再起動
# systemctl reboot

3.サスペンド
# systemctl suspend

4.ハイバ ...

Windows10

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

更新内容:

Disk editor for hard disks, floppy disks, CD-ROM & DVD, ZIP, Smart Media ...

VB.net

書式
Trim(Char[])
現在の文字列から、配列で指定された一連の文字が先頭および末尾に現れる箇所をすべて削除します。

使用例

Module Module1 Sub Main() '特定の文字配 ...

CSS

書式
background: url(./img/xxx.png) repeat;
使用例

<style> .cft { background: url(./img/test.png) repeat; ...

Source

1.入力ファイル
# cat 1.txt
1 1
2 2
2 2
3 3
4 4
5 5
6 6
5 5
5 5
5 5

2.awkフ ...

CSS

書式
background: url(./img/xxx) space;
使用例

<style> .cft { background: url(./img/test.png) space; heigh ...

Development

サンプルコード下記:
<body>

<input type=”checkbox” id=”ckAll”/>check all<br/&g ...

Source

1.システム要件:
Xcode(5.1 and last version)
OSX10.10

2.エラーメッセージ:
XXX.app: the main executable or Info.pli ...

Development

サンプルコード:
$conn= new Mongo();
$db = $conn->mongo;
$coll=$db->user;
$user=array();
$new=array ...

Development

サンプルコード:

実例:
applicationContext-quartz.xmlの配置:

<beans>

<bean class=”org.springfr ...

Development

参考コード:
String str=”Mon Jul 07 17:38:50 CST 2014″;
DateFormat df = new SimpleDateFormat(“EEE ...

Development

1.SqliteEngine.py

import sqlite3 #モジュールをインポート

class SqliteEngine:
def __init__(self,db_name):
sel ...

Source

1.ソースパッケージをダウンロード
wget

2.ソースパッケージを解凍
sudo mkdir/usr/local/java
cp jdk-7u45-linux-x64.tar.gz/usr/loc ...

Development

サンプルコード:

->add(‘body’, ‘sonata_formatter_type’, array(
‘source_field’ ...

Source

pure-ftpdにユーザはアップロード権限のみ持っている、編集、削除権限が無し
pure-ftpd.confに下記パラメータを修正
# Allow users to resume and upload files, ...

Source

1.snmapをインストールして設定
1.1. yum install -y net-snmp net-snmp-utils
1.2. chkconfig snmpd on
1.3. chkconfig –li ...