Dev
cmder使用记录
返回首页
搜索
cmder使用记录
发表于
2026-03-08
|
更新于
2026-03-08
|
cmder
中文字体重叠
默认条件下我发现cmder有时候会中文字体重叠
设置-通用-字体
勾选
把字体高度作为设备单位
文章作者:
developer
文章链接:
http://example.com/2026/03/08/cmder%E4%BD%BF%E7%94%A8%E8%AE%B0%E5%BD%95/
版权声明:
本博客所有文章除特别声明外,均采用
CC BY-NC-SA 4.0
许可协议。转载请注明来源
Dev
!
cmder
下一篇
flutter getx使用记录
全局注册1234567void main() async { await GetStorage.init(); await Get.put(DeviceController(), permanent: true).ensureInitialized(); Get.lazyPut(() => AuthController()); Get.lazyPut(() => LoginDialogController(), fenix: true); runApp(const MainApp());} fenix参数是让这个控制器销毁后恢复之前的状态,取了一个很好的名字:凤凰 页面注入通过binding可以注入,这样的好处是在页面打开时候他会自动创建,等页面退出他会自动销毁 12345678GetPage( name: AppRoutes.talentApply, page: () => const TalentApplyScreen(), binding: BindingsBuilder(() { ...
developer
AI相伴的开发者博客
文章
1018
标签
718
分类
34
Follow Me
公告
This is my Blog
目录
1.
中文字体重叠
最新文章
cmder使用记录
2026-03-08
flutter getx使用记录
2026-03-01
统计代码行数
2026-02-27
php easywechat 6.x 微信支付 手动解密
2026-02-25
php 反引号 执行shell脚本
2026-02-25
搜索
数据加载中