comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

vs code スニペットで $ 記号を入力する方法

vs code スニペット(自動入力)設定ファイル中で $ 記号を入力する方法。 $ のかわりに $$ と入力すればよい。 参考リンク https://stackoverflow.com/questi …

no image

ruby で mysql2 のインストールのときに ld: library not found for -lssl エラーが出る場合の対処法。

ruby on rails アプリを動かしているときに起きた問題。 ruby で bundle install しようとすると、 ld: library not found for -lssl を含む …

no image

map::find で、iterator の場所を探す方法

以下の例のプログラムでは、 探した iterator の場所から、map の終わりの場所までに対応する要素をコンソールに表示する。 例 #include <iostream> #include …

no image

tex で email を書く方法

\hyperref パッケージを使って次のように書く。 例 \usepackage{hyperref} \begin{document} \href{mailto:taro@example.co.jp …

matplotlib のグラフ作成と gnuplot との対応 比較

起動方法 gnuplot コマンドで $ gnuplot とすれば起動できる。 初期設定ファイルは gnuplotrc にある。 gnuplotrc の場所の見つけ方(macの場合) https:// …