码迷,mamicode.com
首页 >  
搜索关键字:shortcut startmenu m    ( 457个结果
PyCharm设置改变字体大小的快捷键
File->Settings 在搜索框搜索increase 点击Increase Font Size(增大字体)右键选择Add Mouse Shortcut 然后按Ctrl并且鼠标滚轮往上滚。 同理可以设置减小字体【设置减小字体时,在搜索框内输入decrease】 ...
分类:其他好文   时间:2017-01-20 00:16:15    阅读次数:310
html+css学习问题点01
(1)工具栏宽度不设置默认占一整行,在版心中有左右两部分其宽度由内容决定,按照下图左边来写的话,当浏览器缩小到一定程度时会出现空白格。 改成下图右边方法后,此问题就解决了。 (2)dropdown是li的类名,shortcut是li的父级,左边由于权重计算问题dropdown里的padding-ri ...
分类:Web程序   时间:2017-01-19 03:33:38    阅读次数:183
标题栏显示icon
<link rel="shortcut icon" href="/favicon2.ico"/><link rel="bookmark" href="/favicon2.ico"/><link rel="shortcut icon" href="/favicon2.ico" type="image/ ...
分类:其他好文   时间:2016-12-28 12:00:44    阅读次数:139
是时候来了解android7了:通知直接回复
这是系列的第三篇文章了, 前面两篇分别介绍了多窗口模式和shortcut功能, 今天我们来点简单的, 说一说通知直接回复功能. 可能很多朋友还没有机会接触到android7的新特性, 所以在开始之前,...
分类:移动开发   时间:2016-12-26 12:23:44    阅读次数:250
Linux and Unix ln command
About ln ln creates links between files. Description ln creates a link to file TARGET with the name LINKNAME. If LINKNAME is omitted, a link to TARGET ...
分类:系统相关   时间:2016-12-25 13:47:20    阅读次数:408
difference bewteen *args and **args in python?
It's also worth noting that you can use * and ** when calling functions as well. This is a shortcut that allows you to pass multiple arguments to a fu ...
分类:编程语言   时间:2016-12-20 18:11:45    阅读次数:195
mac 终端 常用命令
http://blog.csdn.net/y2888886/article/details/50468198 mac 终端 常用命令 基本命令1、列出文件ls 参数 目录名 例: 看看驱动目录下有什么:ls /System/Library/Extensions参数 -w 显示中文,-l 详细信息, ...
分类:系统相关   时间:2016-12-19 21:16:18    阅读次数:344
Java web(html/js/jq/css/京东项目)京东网页高仿
登录部分HTML+CSS: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>京东-欢迎登录</title> <link rel="shortcut icon" href="favicon.ico"/> <style type="t ...
分类:编程语言   时间:2016-12-18 23:35:19    阅读次数:632
【翻译】How To Tango With Django 1.5.4 第四章
4、模板和静态媒体 这章讲解模板引擎 4.1使用模板 前面我们讲解了view和url 映射,创建出了django 的web页面,现在就要将模板混合进去 好的网站在布局上总是有许多重复的。django提供模板更快的达到这个设计目标。将逻辑和页面分离。这一章,会新建一个模板用来新建html页面。这个模板 ...
分类:其他好文   时间:2016-12-15 22:59:03    阅读次数:387
iOS UIApplication 里面各const实际用意
UIKIT_EXTERN NSString *const UIApplicationDidEnterBackgroundNotification NS_AVAILABLE_IOS(4_0); UIKIT_EXTERN NSString *const UIApplicationWillEnterFor ...
分类:移动开发   时间:2016-12-15 14:25:19    阅读次数:334
457条   上一页 1 ... 29 30 31 32 33 ... 46 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!