左メニューの「設定ー基本」からHTTPSの設定ができるようなので。。。
注意: HTTPS はカスタム ドメインのブログではご利用いただけません。
本ブログは設定できませんでした。いずれそのうちに。。。
VBoxManage clonehd Windows8.1.vdi Windows10.vdi --format VDI・サイズを変更する(50GBにします)。
VBoxManage modifyhd Windows10.vdi --resize 51200・仮想のディスクを”固定”にします。
VBoxManage clonehd Windows10.vdi Windows10fix.vdi --format VDI --variant Fixed
VBoxManage showhdinfo Windows10fix.vdi
UUID: xxxxxxxxx-xxxx-xxxxx-xxxx-xxxxxxx44dxxxx
Parent UUID: base
State: locked write
Type: normal (base)
Location: /Users/xxxxx/VirtualBox VMs/Windows8.1/Windows10fix.vdi
Storage format: VDI
Format variant: fixed default
Capacity: 51200 MBytes
Size on disk: 51202 MBytes
Encryption: disabled
In use by VMs: Windows10 (UUID: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxxxxxx
// foo はファイルをアップロードするinput要素のid var _fileName = $('#foo')[0].files[0].name; var _fileSize = $('#foo')[0].files[0].size;
var _regex = /\/|\\//; var _path = document.getElementById('foo').value.split(_regex); var _fileName = _path.pop();
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Skydrive]"DisableFileSync"=dword:00000001
$where = $this->db->ar_where;で取り出せます。
$this->db->where("EXISTS (SELECT * FROM hoge WHERE name = '" . $this->db->escape($name) . "' AND fuga.hoge_id = hoge.id)", NULL, FALSE);