; The shortcuts:; Alt + Left Button : Drag to move a window.; Alt + Right Button : Drag to resize a window.; Double-Alt + Left Button : Minimize a win... ...
分类:
其他好文 时间:
2016-04-14 18:00:58
阅读次数:
140
ubuntu或者mint使用vnc连接的快捷键的修改。在该用户的目录下修改文件:/home/shuiting/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml找到相应的快捷键文本行,修改即可。我是在vnc使用的时候和eclipse的快捷键有冲突,然后把xfce的快捷键注释掉,就..
分类:
其他好文 时间:
2016-03-09 11:08:41
阅读次数:
293
https://docs.djangoproject.com/en/1.9/py-modindex/ django.conf.urls django.contrib.admin django.db.migrations django.http django.shortcuts django.temp...
分类:
其他好文 时间:
2016-02-25 15:30:10
阅读次数:
164
1.界面显示设置 2.快捷创建的设置 window->Customize Perspective->Shortcuts 3.修改编码为utf-8 Preferences->General->Workspace 此方法不彻底,彻底修改应该修改eclipse安装包下的eclipse.init文件,在末尾
分类:
系统相关 时间:
2016-02-12 12:55:48
阅读次数:
305
Mousetrap is a simple library for handling keyboard shortcuts in Javascript.It is around 2kb minified and gzipped and 4.5kb minified, has no external ...
分类:
编程语言 时间:
2015-12-15 22:28:43
阅读次数:
194
Not all of the shortcuts are useful.Only remeber the most useful.移动类Ctrl + a - Jump to the start of the line //跳到行首Ctrl + e - Jump to the end of the l...
分类:
系统相关 时间:
2015-12-05 14:28:14
阅读次数:
158
打开 edit -> preference -> open config folder -> init.coffee, 添加 #?Get?rid?of?the?alt-menu?shortcuts
atom.menu.template.forEach?(t)?->
??t.label?=?t.label.replace("&",?"")
atom.menu...
分类:
系统相关 时间:
2015-11-14 01:07:52
阅读次数:
313
1、VS设置工具--》选项--》环境--》键盘--》重置2、RESHARPER -->Options--》Environment → Keyboard & Menus ,去掉Hide overridden勾选 ,keyboard shortcuts 选择None,--》点击 Apply Sheme ...
分类:
其他好文 时间:
2015-11-10 12:09:28
阅读次数:
192
开始之前,推荐大家去看看Eclipse shortcuts这篇文章,它将会给你带来很多方便。在本文中使用的是Eclipse Juno版(Eclipse 4.2),在开始前给大家提3点建议!不要使用System.out.println作为调试工具把所有涉及到的组件日志级别激活并使用使用日志分析器来读取...
分类:
编程语言 时间:
2015-10-26 01:52:25
阅读次数:
212
一、有两种方法传递sjon到页面中,一种是ajax使用,另一种是直接渲染在页面中: views.py#coding:utf-8from django.shortcuts import renderimport json# Create your views here.def addjson(req....
分类:
编程语言 时间:
2015-10-22 23:58:02
阅读次数:
451