This repo is for reproducing issue #652 problem.
Environment:
- Windows Server 2012R2 64bit
- PHP 5.6.10
- VC11 x64 Non Thread Safe (2015-Jun-11 02:33:48)
- VC11 x86 Non Thread Safe (2015-Jun-11 02:33:46)
- IIS8
| times in msec | |
| clock self+sourced self: sourced script | |
| clock elapsed: other lines | |
| 000.010 000.010: --- VIM STARTING --- | |
| 000.110 000.100: Allocated generic buffers | |
| 000.205 000.095: locale set | |
| 000.222 000.017: GUI prepared |
| /* Created by "go tool cgo" - DO NOT EDIT. */ | |
| /* package command-line-arguments */ | |
| /* Start of preamble from import "C" comments. */ | |
| /* End of preamble from import "C" comments. */ |
This repo is for reproducing issue #652 problem.
Environment:
| package main | |
| import ( | |
| "archive/zip" | |
| "flag" | |
| "fmt" | |
| "github.com/kamichidu/go-jclass" | |
| "io" | |
| "os" | |
| "strings" |
| layout | title | category | tags | |
|---|---|---|---|---|
post |
逆から始めるJava講座 Part.1 |
Tips |
|
{% include JB/setup %}
逆から始めるJava講座、今回はHello Worldです。 鉄板ネタのHello Worldですが、最初からやるっていうのは大事ですね。
| var fs= require('fs'), | |
| readline= require('readline'), | |
| rl= readline.createInterface({ | |
| input: fs.createReadStream('./Gemfile'), | |
| output: process.stdout | |
| }); | |
| rl.on('line', function(input){ | |
| console.log('got input'); | |
| console.log('>>> ' + input); |
| ""========================================================================================================================================================== | |
| \section{はじめに} | |
| " | |
| " Description: .vimrcサンプル設定 | |
| " Author: anonymous | |
| " Last Modified: 0000-00-00 00:00 | |
| " Version: 7.40 | |
| "============================================================================= | |
| "set nocompatible "vi互換の動作を無効にするコマンド | |
| scriptencoding utf-8 |
| " Benchmark: partition race | |
| " | |
| " +-----------+----------+----------+----------+----------+----------+----------+----------+----------+----------+-----------+ | |
| " | | Trial #1 | Trial #2 | Trial #3 | Trial #4 | Trial #5 | Trial #6 | Trial #7 | Trial #8 | Trial #9 | Trial #10 | | |
| " +-----------+----------+----------+----------+----------+----------+----------+----------+----------+----------+-----------+ | |
| " | vital | 0.026976 | 0.027088 | 0.026846 | 0.026465 | 0.026838 | 0.026901 | 0.026969 | 0.026856 | 0.107223 | 0.027322 | | |
| " | Partition | 0.030939 | 0.030829 | 0.030474 | 0.030633 | 0.030327 | 0.030744 | 0.030616 | 0.031200 | 0.097292 | 0.122696 | | |
| " | map | 0.039971 | 0.040333 | 0.040670 | 0.040903 | 0.040481 | 0.040899 | 0.040959 | 0.039826 | 0.040860 | 0.043511 | | |
| " +-----------+----------+----------+----------+----------+----------+----------+----------+----------+----------+-----------+ | |
| " |
| import java.lang.reflect.Method; | |
| import java.lang.reflect.Proxy; | |
| enum Hi | |
| { | |
| A, | |
| B, | |
| C, | |
| D, | |
| ; |
| enum Hi | |
| { | |
| A, | |
| B, | |
| C, | |
| D, | |
| ; | |
| public int getId() | |
| { |