2025年10月5日
摘要: sudo pacman -S vlc-plugins-all 阅读全文
posted @ 2025-10-05 21:01 c3tc3tc3t 阅读(38) 评论(0) 推荐(0)
  2025年9月26日
摘要: SSL Library Error: error:0A000126:SSL routines::unexpected eof while reading git禁用ssl git config --global http.sslVerify false 阅读全文
posted @ 2025-09-26 10:45 c3tc3tc3t 阅读(3) 评论(0) 推荐(0)
  2025年2月28日
摘要: mix escript.install hex credo add path 阅读全文
posted @ 2025-02-28 13:01 c3tc3tc3t 阅读(4) 评论(0) 推荐(0)
  2025年2月4日
摘要: need install bunt mix archive.install hex bunt mix archive.install hex credo 阅读全文
posted @ 2025-02-04 16:00 c3tc3tc3t 阅读(8) 评论(0) 推荐(0)
  2024年7月22日
摘要: 1 <.link href={~p"/users/#{user.id}"} method="get">Log in</.link> 1 def show_user(assigns) do 2 ~H""" 3 <.link href={~p"/users/#{@id}"} method="get">V 阅读全文
posted @ 2024-07-22 13:46 c3tc3tc3t 阅读(14) 评论(0) 推荐(0)
  2024年6月20日
摘要: 1 manjaro系统需要安装 sudo pacman -S inotify-tools 阅读全文
posted @ 2024-06-20 14:17 c3tc3tc3t 阅读(11) 评论(0) 推荐(0)
  2022年4月23日
摘要: you have to install sudo pacman -S mysql-clients then yout can instal mysql2 gem by gem install mysql2 阅读全文
posted @ 2022-04-23 16:25 c3tc3tc3t 阅读(22) 评论(0) 推荐(0)
  2022年3月2日
摘要: "emmet.triggerExpansionOnTab": true, "files.associations": { "*.js": "javascript", "*.ex": "elixir", "*.exs": "elixir", "*.eex": "html", "*.html.eex": 阅读全文
posted @ 2022-03-02 13:30 c3tc3tc3t 阅读(54) 评论(0) 推荐(0)
  2022年2月15日
摘要: CC=/usr/bin/gcc asdf install erlang 24.2.1 阅读全文
posted @ 2022-02-15 13:04 c3tc3tc3t 阅读(37) 评论(0) 推荐(0)
  2022年2月4日
摘要: 今天写flutter 遇到的问题 The sandbox is not in sync with the Podfile.lock 方案四: 1.找到项目根目录下的Podfile.lock文件,和Pods文件夹下的Manifest.lock文件 2.然后复制Podfile.lock文件的内容替换掉M 阅读全文
posted @ 2022-02-04 15:30 c3tc3tc3t 阅读(139) 评论(0) 推荐(0)