Author Archives: PURGE

Swift4 ボタンとラベルのコード

覚え書き。 [objc] override func viewDidLoad() … Continue reading

Posted in Swift, Xcode, 技術情報 | Leave a comment

Xcode Alamofire で通信エラー

下記のエラーが出た。 The resource could not be loa … Continue reading

Posted in Swift, Xcode, 技術情報 | Leave a comment

Alamofire インストール時のcocoapodエラー

久しぶりに、swift で iOSの開発。 Podfile に以下を記述した。 … Continue reading

Posted in iOS, Xcode, 技術情報 | Leave a comment

Elixir で md5 暗号化

特に必要はなかったのだが、ちょっとお試しで書いてみた。 ちなみに、erlang2 … Continue reading

Posted in Elixir, 技術情報 | Leave a comment

Phoenix でメールを送信する

まずは、メール用のプロジェクトの依存ライブラリである Bumboo をインストー … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

Phoenix static file の追加

uploads フォルダを、作成してブラウザから参照する場合。 priv/sta … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

Elixirの Enum.map と Enum.reduce の使いどころ

Elixirの Enum.map と Enum.reduce の使いどころを簡単 … Continue reading

Posted in Elixir, 技術情報 | Leave a comment

Phoenix でsession を使用する

■ PageController01 セッション設定 [ruby] def in … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

Phoenix association belongs_to

■ member.ex [ruby] defmodule Sample.Port … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment

Phoenix select と radio_button

■ selectタグの場合 [ruby] <div class=&quot … Continue reading

Posted in Elixir, Phoenix Framework, 技術情報 | Leave a comment