码迷,mamicode.com
首页 >  
搜索关键字:increase    ( 347个结果
pycharm 设置鼠标控制字体大小
一、pycharm字体放大的设置 File —> setting —> Keymap —>在搜寻框中输入:increase —> Increase Font Size(双击) —> 在弹出的对话框中选择Add Mouse Shortcut 在弹出的对话框中同时按住ctrl键和鼠标滚轮向上滑。 二、P ...
分类:其他好文   时间:2019-08-03 10:34:00    阅读次数:138
Flyweight Design Pattern
Flyweight pattern is primarily used to reduce the number of objects created decrease memory footprint increase performance. Flyweight pattern tries to ...
分类:其他好文   时间:2019-07-31 13:31:53    阅读次数:84
修改VisualStudio的智能提示字体大小
最近换了一个高分辨率显示器,便觉得VisualStudio的字体过小了,虽然VisualStudio换字体还比较简单,大部分位置的字体基本上很顺利的就换掉了,然而一直找不到智能提示的字体所在位置,放狗搜了一下,找到了如下文章:Is there a way to increase the font s... ...
分类:其他好文   时间:2019-07-21 11:59:44    阅读次数:152
13-Vue自定义组件
当子组件需要向父组件传递数据时,就要用到自定义组件。 父组件也可以直接在子组件的自定义标签上使用v-once来监听子组件触发的自定义事件。 <div id="app"> <p>总数:{{total}}</p> <my-component @increase="handleGetTotal" @red ...
分类:其他好文   时间:2019-06-27 00:38:22    阅读次数:121
Understanding RequireJS for Effective JavaScript Module Loading
Modular programming is used to break large applications into smaller blocks of manageable code. Module based coding eases the effort for maintenance a ...
分类:编程语言   时间:2019-06-27 00:26:53    阅读次数:150
ORA-00019: maximum number of session licenses exceeded 超出最大会话许可数
ORA-00019: maximum number of session licenses exceeded 超出最大会话许可数 ...
分类:其他好文   时间:2019-06-24 18:14:33    阅读次数:86
Shodan全世界在线设备搜索引擎
reproduction from https://danielmiessler.com/study/shodan/ What is Shodan? Shodan is a search engine for finding specific devices, and device types, t ...
分类:其他好文   时间:2019-06-07 20:45:24    阅读次数:161
[20190531]ORA-600 kokasgi1故障模拟与恢复.txt
[20190531]ORA-600 kokasgi1故障模拟与恢复.txt--//昨天看链接:http://www.xifenfei.com/2019/05/ora-600-kokasgi1-recovery.html,google半天看到的还是惜分飞网站的链接.--//既然他提到sys和syste ...
分类:其他好文   时间:2019-06-01 09:53:42    阅读次数:119
汇编指令简单个人理解
ARM语言中LDMIA R1!,{R0,R4-R12};是什么意思】 LDMIA 中的 I 是 increase 的缩写,A 是 after 的缩小,LD加载(load)的意思R1后面的感叹号“!”表示会自动调节 R1里面存的指针 所以整句话意思是任务栈R1的存储地址由低到高,将R1存储地址里面的内 ...
分类:其他好文   时间:2019-05-13 16:04:32    阅读次数:165
347条   上一页 1 ... 6 7 8 9 10 ... 35 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!