2013-08-01から1ヶ月間の記事一覧
% su - # useradd test1 # passwd test1 % sudo su - test1 % mkdir .ssh % ssh-keygen -t rsa % chmod 700 .ssh % mv .ssh/id_rsa.pub .ssh/authorized_keys % chmod 600 .ssh/authorized_keys % cd .ssh % sz id_rsa <- id_rsa を sshクライアント(ローカ…
Visual C++ 2010 Expres は 32bit なので Qt Quick も 32bit 版をインストールすること。 知らないで 64bit 版インストールしてハマった... Qt 5.1.1 Windows / 32bit / Visuial Studio 2010 対応版はこちら Qt 5.1.1 for Windows 32-bit (VS 2010, 505 MB) …
Readium.js のデモアプリケーション http://readium.github.io/Readium-Web-Components/downloads/SimpleReadiumJsDemoApp.zip を Webサーバにインストールして、日本語 Epub3 が表示出来ることを確認した 日本語 Epub3 は 横浜工文社様の「日本語Epubブック…
日本語でも問題なさそう。 ルビもちゃんとふられてるみたい。 環境 Mac Book Air AozoraEpub3-1.1.0b32 bocchan.txt Chrome Readium
import QtQuick 2.0 import QtWebKit 3.0 Rectangle { id: root width: 800 height: 600 WebView { id: webview anchors.fill: parent url: "http://readium.github.io/readium-viewer-demo1/" } } ページ送りや段組みの切り替え等がちゃんと出来ることを確…
環境設定 全て32bit版をインストール python 2.7のインストール http://www.python.org/ftp/python/2.7.5/python-2.7.5.msi 環境変数の設定 PYTHONPATH=C:\Python27 wxWebKitのインストール http://wxwebkit.kosoftworks.com/downloads/wxWebKit-wx2.9.4-Py2…