码迷,mamicode.com
首页 >  
搜索关键字:shortcuts    ( 327个结果
python+Django自己生成验证码
1.views.pyfrom django.shortcuts import render, HttpResponsefrom django.http import JsonResponse ...
分类:编程语言   时间:2018-09-05 21:36:32    阅读次数:207
Essential Windows Keyboard Shortcuts
Using keyboard shortcuts help you use your laptop without a mouse Keyboard shortcuts greatly enhance your productivity and save you a whole lot of tim ...
分类:Windows程序   时间:2018-08-23 19:21:56    阅读次数:190
iOS12 SiriKit新特性 shortcuts(一)(Objective-C版本)
iOS12 的SiriKit添加了新特性shortcuts,相当于玩电脑时用户设置快捷键一个道理,比如我设置ctrl+f10为打开记事本,设置成功后,我每次直接按ctrl+f10都可以快速打开记事本。 shortcuts这次有两种用法,第一种为设置快捷语(shortcut,下同)后,通过Siri直接 ...
分类:移动开发   时间:2018-08-18 13:17:19    阅读次数:555
jupyter的使用
shift+enter 运行程序 Tab 代码补全 shift+Tab 查看函数说明 shift+Tab+Tab 查看函数详细说明 https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/ https://blog.c ...
分类:其他好文   时间:2018-08-18 00:46:00    阅读次数:158
[Shortcuts]主键盘快捷键
原则:尽量使用主键盘快捷键,而不是使用移动光标键与编辑键 功能:bash快捷键 ...
分类:其他好文   时间:2018-08-15 21:35:39    阅读次数:156
django rest framework之序列化
首先找到models文件,然后里面写上内容,自定义 然后同步数据库,然后往数据库里这两张表添加内容,完毕之后回到视图函数,里面写上代码逻辑,首先定义一个序列化类 接下来开始写逻辑代码 完整代码如下: from django.shortcuts import render,HttpResponse f ...
分类:其他好文   时间:2018-08-06 13:44:17    阅读次数:143
Django REST framework
本章内容; 1. FBV与CBV FBV: Function Base View CBV:Class Base View 示例: from django.shortcuts import render, HttpResponse from django.http import JsonRespons ...
分类:其他好文   时间:2018-07-31 23:31:24    阅读次数:249
Eclipse使用的小技巧
1.在右键new菜单栏中添加新建JSP文件 window->perspective->customize perspective->shortcuts->web->把JSP文件打勾即可 2.更改一个文件中(如JSP文件)中编码方式: preforences->在搜索框搜索JSP-> 3.A/t + ...
分类:系统相关   时间:2018-07-25 10:24:31    阅读次数:175
shortcuts
一、Argument And Parameter the user who use the function say "give you a argument". the function say "Thank you for you parameter". The function return ...
分类:其他好文   时间:2018-07-22 00:11:05    阅读次数:186
eclipse自定义工作区列表
打开eclipse,在菜单栏上找到Window,点击Window >Perspective >Customize Perspective...,会看到 弹出来的一个窗口,然后点击最后一个Shortcuts,然后将Shortcut Categories下面的所有选项都去掉,然后点击 左边的每一项,右边 ...
分类:系统相关   时间:2018-07-21 00:10:29    阅读次数:199
327条   上一页 1 ... 11 12 13 14 15 ... 33 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!