• skip to content

fl8 Wiki

User Tools

  • Log In

Site Tools

  • Recent Changes
  • Media Manager
  • Sitemap
You are here: Dokuwiki.fl8.jp » code
Trace:

code

Search

You can find the results of your search below.

Exact match
  • Exact match
  • Starts with
  • Ends with
  • Contains
@50_dialy:2024:04
  • Any namespace
Any time
  • Any time
  • Past week
  • Past month
  • Past year
Sort by hits
  • Sort by hits
  • Sort by last modified

Fulltext results:

2024.04.02 Homebrewを入れる
18 Hits, Last modified: 17 months ago
ew/install/HEAD/install.sh)" ==== Pathを通す ==== <code> echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/bre... (/home/linuxbrew/.linuxbrew/bin/brew shellenv)" </code> ===== anyenvインストール ===== <code> brew install anyenv anyenv install --init $ anyenv install -l Renv... rbenv sbtenv scalaenv swiftenv tfenv </code> ==== Pathを通す ==== <code> echo 'export ANYENV_RO
2024.04.03 CentOS7 Homebrew
10 Hits, Last modified: 17 months ago
===== 2024.04.03 CentOS7 Homebrew ====== インストール <code> /bin/bash -c "$(curl -fsSL https://raw.githubuse... rcontent.com/Homebrew/install/HEAD/install.sh)" </code> Pathを通す <code> echo 'eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> ~/.bash_profile eval ... (/home/linuxbrew/.linuxbrew/bin/brew shellenv)" </code> ===== Error1 ===== <code> The version of Git
2024.04.12 MySQL bitフィールド
4 Hits, Last modified: 17 months ago
、UNSIGNEDをつける。 ※UNSIGNED を指定すると正の数しか格納できなくなります。 <code> mysql> desc test; +---------+---------+------+--... ----+------+---------+ 2 rows in set (0.00 sec) </code> ===== 表示を見るには ===== <code> mysql> select id,name, cast(enabled as UNSIGNED) as enabled from test; +... 1 | | 2 | BBB | 0 | +----+------+---------+ 2 rows in set (0.01 sec) </code> {{tag>日記 mysql}}
2024.04.17 WSL2 ディストリビューション削除
2 Hits, Last modified: 17 months ago
ューション削除 ====== CentOS8 と AlmaLinux84 を削除してみる。 <code> C:\Users\s-matsui>wsl -l -v NAME ... ntu-20.04 Stopped 2 docker-desktop-data Stopped 2 </code> {{tag>日記 wsl}}

Page Tools

  • Show page
  • Old revisions
  • Backlinks
  • Back to top
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki