新社会人に必須である:
- 勤務先との書面による「労働契約」。業務委託契約等NG。
- 多寡を問わず毎月払われる給料。遅配等論外である。
- 健康保険。
- 労災保険。
- 雇用保険。
- 三六協定。
- 年次有休。
- 育児休業の制度があり取得者がいる会社に勤務する。
新社会人に必須である:
軸はいろいろある。
キャリアカウンセラーの壁に貼ってあるバッド・カデルの図
https://www.waicrew.com/2015/02/07/
更新: | 2024-05-22 |
---|---|
作者: | @voluntas |
バージョン: | 2024.1 |
URL: | https://voluntas.github.io/ |
typo などは https://x.com/voluntas までご連絡ください。
日時: | 2024-11-10 |
---|---|
作: | 時雨堂 |
バージョン: | 2024.5 |
URL: | https://shiguredo.jp/ |
時雨堂クラウドサービスを支える技術
<?xml version="1.0" encoding="UTF-8"?> | |
<zabbix_export> | |
<version>2.0</version> | |
<date>2015-01-21T15:24:57Z</date> | |
<groups> | |
<group> | |
<name>Templates</name> | |
</group> | |
</groups> | |
<templates> |
This guide enables you to install (ruby-build) and use (rbenv) multiple versions of ruby, isolate project gems (gemsets and/or bundler), and automatically use appropriate combinations of rubies and gems.
# Ensure system is in ship-shape.
aptitude install git zsh libssl-dev zlib1g-dev libreadline-dev libyaml-dev
import java.io.{InputStreamReader, FileInputStream, BufferedReader} | |
import java.nio.charset.{Charset, CharsetDecoder, CodingErrorAction} | |
/* | |
通常 Source.fromFile("sample.txt")では | |
java.nio.charset.MalformedInputException: Input length = 1 | |
エラーが出る場合使う. | |
*/ | |
object IgnoreDecodeTest{ |