Pycharm的配置 Pycharm的配置 修改主题: File-》Setting: Appearance&Behavior->UI Options->Theme: 显示行号: Editor-General-Appearance 选择show line numbers显示行号: 修改字体大小: Ed ...
分类:
其他好文 时间:
2018-05-17 19:53:55
阅读次数:
217
https://blog.csdn.net/xxxxxmiss/article/details/51534626 /*叉号改*/input[type=search]::-webkit-search-cancel-button{ -webkit-appearance: none; position: ...
分类:
其他好文 时间:
2018-05-17 15:16:37
阅读次数:
144
ie select::-ms-expand{ display:none;} 火狐和谷歌 select { appearance: none; -moz-appearance: none; -webkit-appearance: none; background: transparent;} 清除op ...
分类:
其他好文 时间:
2018-05-15 21:13:24
阅读次数:
130
if (@available(iOS 11.0, *)){//避免滚动视图顶部出现20的空白以及push或者pop的时候页面有一个上移或者下移的异常动画的问题 [[UIScrollView appearance] setContentInsetAdjustmentBehavior:UIScrollV ...
分类:
移动开发 时间:
2018-05-04 14:08:55
阅读次数:
229
1.首先打开你的MyEclipse或者是Eclipse这两个东西的设置都是一样的,在window下找到Prefrences并打开。 2.找到General下的Appearance下的Colors and Fonts 3.在界面的右边中的Basic里最下面的找到Text Font 4.点击进去以后会弹 ...
分类:
系统相关 时间:
2018-04-27 15:48:18
阅读次数:
2285
1、当webstrom 热更新不灵活时,在“File” >> "Settings" >> "Appearance & Behavior" >> "system settings"中,勾掉synchornization以下的最后一项即可(禁止自动保存); 2、npm run build之后文件引入的路 ...
分类:
其他好文 时间:
2018-04-24 17:50:55
阅读次数:
211
换图的方法 input[type='checkbox'] { width: 20px; height: 20px; background-color: #fff; -webkit-appearance: none; border: 1px solid #c9c9c9; border-radius: ...
分类:
Web程序 时间:
2018-04-20 17:58:31
阅读次数:
223
一、UI 1、安装插件Background Image Plus,自定义编辑器背景, 2、主题:Appearance&Behavior -> Appearance -> UI Options:theme 修改为Darcula 3、字体:Editor -> Font : Font:Monaco ,Si ...
分类:
其他好文 时间:
2018-04-17 11:37:37
阅读次数:
133
1、查看Python是否安装完毕 2、pycharm皮肤设置 File->Settings->Appearance->UI Options->Theme: ...
分类:
编程语言 时间:
2018-04-12 22:32:16
阅读次数:
161
步骤: 1.打开eclipse,在工具栏里找到 Window -> Perferences,打开如下图: 2.展开General -> Appearance -> Colors and Fonts,选择 Basic -> Text Font(最后一个选项) ->点击Edit。 ps:可以使用 ctr ...
分类:
系统相关 时间:
2018-04-12 20:56:21
阅读次数:
194