Wei
Wei
@nicewahson 同求大佬回答标准答案。 说说自己拙见: 1.分辨率高了,可以显示的物理像素多了(还是密了?)所以文字会缩小; 2.retina上会变小 3.分辨率越高会越清晰,不是会模糊。还有分辨率有的时候也是需要参考的,同为retina屏的iPad Air 2 PPI只有200多,但是也是retina屏,因为好像Jobs说看iPad的距离和iPhone距离不同,并不是必须大于300。
太棒了👍
@chen-kh 博主应该是没引用相关JS库
你好,谢谢总结分享。 但是我想说你可能对main axis和cross axis那里说的有些问题。主轴和交叉轴不是固定的,不是所有情况下横轴都是主轴,纵轴都是交叉轴。 只有 *flex-direction* 没有设置或者设置为 *row* 或者 *row-reverse* 情况下,横轴才是主轴,然后你接下来的假设才是正确的,否则,就像你写的“5.justify-content: 表示容器内部的子项目的 **水平** 对齐方式。” 如果 *flex-direction* 设置为 *column* 情况下,那么你说的就是错误的,我觉得正确的解释应该是 *justify-content*: 表示项目在 **主轴** 的排列方式 相应的,*align-items*: 项目在 **交叉轴** 的排列方式 我最近在自己的博客([链接](https://www.williamjing.com/2018/08/19/flex-box-styles-in-css.html))上也总结了类似flex box的知识,希望可以互相学习,共同提高。
Ubuntu 22.04同样有这个问题。 软件版本:2.7.10 > 设置这些环境变量了吗? > > ``` > GTK_IM_MODULE=fcitx > QT_IM_MODULE=fcitx > XMODIFIERS=@im=fcitx > SDL_IM_MODULE=fcitx > GLFW_IM_MODULE=ibus > ``` 设置好这个也不行。
@TreyPark Hi, I have the same situation as yours, which model do you use to check the lines in the image?
hi there, I use this command on my Macbook Pro ``` docker pull justheuristic/nlp_course ``` and I can see the notebook from my browser with url "localhost:8888" but there is...
I am sure the data and the source file in the same folder, and **SOMETIMES** the first load sentense can be done , but the second load sentense can NOT,...
Can you give me the full Colab link of this Course? Thank you very much.