会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
学者先要会疑
博客园
首页
新随笔
联系
管理
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
阅读(5)
评论(0)
推荐(0)
编辑
2024年6月20日
学习phoenix框架笔记
摘要: 1 manjaro系统需要安装 sudo pacman -S inotify-tools
阅读全文
posted @ 2024-06-20 14:17 c3tc3tc3t
阅读(4)
评论(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
阅读(16)
评论(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
阅读(40)
评论(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
阅读(31)
评论(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
阅读(129)
评论(0)
推荐(0)
编辑
2021年12月15日
WeChatWin.dll文件缺失,错误码:126 for linux
摘要: 原文 https://aur.archlinux.org/packages/deepin-wine-wechat/ 在这里也贴一份不需要降级lib32-libldap的方案。 下载deepin的libldap以及相关依赖扔进/usr/lib32/就可以了。具体步骤如下: 下载 deepin 的 li
阅读全文
posted @ 2021-12-15 13:18 c3tc3tc3t
阅读(1594)
评论(0)
推荐(0)
编辑
2021年11月8日
macos 10.15安装ruby 3
摘要: brew install rbenv/tap/openssl@1.0 RUBY_CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.0)" CC=/usr/bin/gcc rbenv install 3.0.2
阅读全文
posted @ 2021-11-08 12:07 c3tc3tc3t
阅读(121)
评论(0)
推荐(0)
编辑
2021年6月15日
manjaro 更新chrome报签名错误
摘要: 来自 "lilac (build machine) <lilac@build.archlinuxcn.org>" 的签名是未知信任的 解决: sudo pacman -Syy && sudo pacman -S archlinuxcn-keyring 然后再更新
阅读全文
posted @ 2021-06-15 18:56 c3tc3tc3t
阅读(1625)
评论(0)
推荐(0)
编辑
2021年6月14日
manjaro系统上使用asdf安装php注意事项
摘要: 需要手动安装一些缺失的lib sudo pacman -S oniguruma sudo pacman -S re2c sudo pacman -S postgresql-libs
阅读全文
posted @ 2021-06-14 10:25 c3tc3tc3t
阅读(88)
评论(0)
推荐(0)
编辑
下一页