切换导航
新动弹计划
搜索
文章
动弹
排行榜
登录
注册
搜索 “#daily tips#” ,共找到 524 项结果
×
搜索
文章
动弹
热门关键词
重读《掌控习惯》
ChatGPT
Docker
Laravel
读书
跑步
#daily tips#
#稍后阅读#
Falcon
2023-09-09 01:00
冒泡
#daily tips#
#稍后阅读#
配置高性能、安全、稳定的NGINX服务器的最简单方法。
https://www.digitalocean.com/community/tools/nginx?global.app.lang=zhCN
0 赞
暂无评论
查看
Falcon
2023-09-08 07:49
冒泡
#daily tips#
去除 pve “没有有效订阅”的提示,修改这个文件:
/usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js
在此位置 加入 return ;
0 赞
暂无评论
查看
Falcon
2023-09-08 07:47
冒泡
#daily tips#
各个版本的php-fpm 开发环境 docker镜像(包含nginx、redis及mysql),提供Dockerfile,可自定义构建参数。
https://github.com/zhangjunjie6b/phpdocker
0 赞
暂无评论
查看
Falcon
2023-09-04 02:29
冒泡
#稍后阅读#
#laravel#
#daily tips#
Laravel最佳实践(中文翻译):
https://github.com/alexeymezenin/laravel-best-practices/blob/master/chinese.md
附加的realworld项目:
https://github.com/alexeymezenin/laravel-realworld-example-app
0 赞
暂无评论
查看
Falcon
2023-09-04 02:25
冒泡
#稍后阅读#
#daily tips#
一个展示各种技术栈的实际案例的网站:(See how the exact same application is built using different libraries and frameworks.)
https://codebase.show/projects/realworld
github:
https://github.com/gothinkster/realworld
0 赞
暂无评论
查看
Falcon
2023-09-03 07:58
冒泡
#daily tips#
一次性更新所有容器:
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock containrrr/watchtower --cleanup --run-once --include-stopped
0 赞
暂无评论
查看
Falcon
2023-08-23 06:56
冒泡
#daily tips#
我觉得可以试一下Cloudflare的 D1:我们的第一款 SQL 数据库
https://blog.cloudflare.com/zh-tw/introducing-d1-zh-tw/
我把一个域名转过去cloudflare了,很喜欢这个公司,很多产品是免费而且良心,准备做点有趣的应用。像这位老哥就在上面玩得很溜:
https://v2ex.com/t/966232
0 赞
暂无评论
查看
Falcon
2023-08-18 08:17
冒泡
#daily tips#
chrome上一个很实用的技巧,保存页面位置为书签。这样就可以保存上次阅读的位置了。
步骤:选中任意一行文字,右键选择“复制指向突出显示的内容的链接”,再开一个新标签页打开该链接,然后收藏该网页到书签。
ref:
https://v2ex.com/t/966426
比如我复制指向突出显示的内容的链接是这样的:
https://wangdoc.com/typescript/intro#:~:text=TypeScript%20%E7%9A%84%E4%BD%9C%E7%94%A8%EF%BC%8C%E5%B0%B1%E6%98%AF%E4%B8%BA%20JavaScript%20%E5%BC%95%E5%85%A5%E8%BF%99%E7%A7%8D%E9%9D%99%E6%80%81%E7%B1%BB%E5%9E%8B%E7%89%B9%E5%BE%81%E3%80%82
下次从书签打开就会定位到这个位置并且之前选中的文字变成高亮状态。
0 赞
暂无评论
查看
Falcon
2023-08-11 04:02
冒泡
#稍后阅读#
#daily tips#
alpinejs的一些组件文档要付费才能解锁,可以理解但影响我的技术选择,又有朋友推荐了一个类似的项目htmx,好像也不错。
https://htmx.org/
看这简介就很屌,只通过html属性就能操作ajax、css动画、websocket、服务端发送事件…
htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext
0 赞
暂无评论
查看
Falcon
2023-08-11 03:47
冒泡
#稍后阅读#
#daily tips#
轻量级js框架,写法类似vue直接往html页面写代码的方式,但是更友好和轻量。号称更现代的jquery:
https://alpinejs.dev/
0 赞
暂无评论
查看
15
16
17
18
19