2014-01-29から1日間の記事一覧

centos6.2にpip インストール

yum でpythonインストール yum install python python-devel --enablerepo=epel setuptoolsインストール yum -y install python-setuptools pip install -U pip easy_install pip pipをバージョンアップさせる pip install -U pip

vba excelシート作成

Option Explicit Sub makeSheet() Dim wba As Workbook Dim wbb As Workbook Dim wsa As Worksheet Dim i As Integer Dim j As Integer Dim k As Integer Dim newwsmei As String Dim bl As Boolean Dim newwscnt As Integer Dim newwbmei As String Set wba…

logo作成ツール

urlはこちら http://www.aaa-logo.com/download.php

bootstrap css カスタマイズ

urlはこちら http://pikock.github.io/bootstrap-magic/app/index.html#!/editor

ブラウザでCSVダウンロードサンプル

/** *ブラウザでCSVダウンロードサンプル */ function csvDownload(csvArray) { var csvbuf = csvArray.map(function(e){return e.join(',')}).join('\r\n'); var bom = new Uint8Array([0xEF, 0xBB, 0xBF]); var blob = new Blob([bom, csvbuf], { type: 't…

P4Merge+stroy Mac 比較ツール

参考URL:http://www.atinfinity.info/wiki/index.php?Mac/stroy%E3%81%A8P4Merge%E3%82%92%E9%80%A3%E5%8B%95%E3%81%95%E3%81%9B%E3%82%8B ◆P4Merge install The Perforce Visual Client (P4V)からP4V.dmgダウンロード ダウンロードURL:http://www.perforce.…