会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
学者先要会疑
博客园
首页
新随笔
联系
管理
2025年10月5日
解决VLC 无法解码格式“h264” (H264 - MPEG-4 AVC (part 10))
摘要: sudo pacman -S vlc-plugins-all
阅读全文
posted @ 2025-10-05 21:01 c3tc3tc3t
阅读(38)
评论(0)
推荐(0)
2025年9月26日
vscode 使用elixir-ls报错问题解决
摘要: 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日
install credo globally
摘要: mix escript.install hex credo add path
阅读全文
posted @ 2025-02-28 13:01 c3tc3tc3t
阅读(4)
评论(0)
推荐(0)
2025年2月4日
GenServer Credo.CLI.Output.Shell terminating
摘要: 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日
phoenix中 link 链接
摘要: 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日
学习phoenix框架笔记
摘要: 1 manjaro系统需要安装 sudo pacman -S inotify-tools
阅读全文
posted @ 2024-06-20 14:17 c3tc3tc3t
阅读(11)
评论(0)
推荐(0)
2022年4月23日
manajro install the mysql2 gem
摘要: 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日
vscode config for elixir , emmet with eex
摘要: "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日
macos insalll erlang by asdf
摘要: CC=/usr/bin/gcc asdf install erlang 24.2.1
阅读全文
posted @ 2022-02-15 13:04 c3tc3tc3t
阅读(37)
评论(0)
推荐(0)
2022年2月4日
flutter问题收集_not sync podfile.lock
摘要: 今天写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)
下一页