(Command 键) – 在某些 Apple 键盘上,此键也可能带有 Apple 标志()(Control 键)(Option 键)-“Alt”可能也出现在此键上(Shift 键)(Caps Lock 键)- 切换大写字母锁定开或关fn(功能键)
分类:
移动开发 时间:
2015-05-26 11:59:39
阅读次数:
169
1、映射Win键的诸多功能切换输入法,shift+alt本身已经支持了,所以Win+Space就不管了Win+Space映射为Fn+SpaceWin+E映射为Fn+EWin+R映射为Fn+RWin映射为Fn+L打开cmd设置 Fn+C,Win+R,C,Fn+G,M,Fn+G,D,Enter,Ente...
分类:
其他好文 时间:
2015-05-24 15:29:08
阅读次数:
245
1,开始可以通过为jQuery.fn增加一个新的函数来编写jQuery插件。属性的名字就是你的插件的名字:jQuery.fn.myPlugin=function(){//开始写你的代码吧!};但是,那惹人喜爱的美元符号$哪里去了?她就是jQuery,但是为了确保你的插件与其他使用$的库不冲突,最好使...
分类:
Web程序 时间:
2015-05-22 18:46:53
阅读次数:
124
#!/usr/bin/env python
# -*- coding: utf-8 -*-
###
# @function fn_sigma(∑)
# @brief 等差数列求和公式
# @see http://baike.baidu.com/link?url=m9jRLvZLJdl9_41rx0_0VMzshMRLjiH0B-SANBATlvoaJYLYRUJMLS-paa5...
分类:
其他好文 时间:
2015-05-22 17:08:05
阅读次数:
124
引入顺序var str = "欢迎您来到这里,就到下一行了。说好的可以一下一下的呢。还是说...";var arr = str.split('');接下来引入 function() 1 $.fn.consFont = function (arr,speed,split){ 2 var count.....
分类:
其他好文 时间:
2015-05-22 16:46:12
阅读次数:
109
外部插件:
$.fn.tinytip = function(text, customOptions) {
debugger;
if (text && typeof text === 'object'){
customOptions = text;
text = customOptions.tooltip;
...
分类:
编程语言 时间:
2015-05-22 09:45:31
阅读次数:
121
上周在群里问了一下MAX里关于视口与模型相切的方法,感谢 .昕 给了答案.fn focusoutline obj=( if obj!=undefined do ( max zoomext sel all viewPt=(Inverse(getViewTM())...
分类:
其他好文 时间:
2015-05-21 16:54:46
阅读次数:
147
//每次只显示5个页码(function ($) { //设定页码方法,初始化 $.fn.setPager = function (options) { var opts = $.extend({}, pagerDefaults, options); retu...
分类:
Web程序 时间:
2015-05-21 12:34:19
阅读次数:
141
$scope.safeApply?=?function(fn)?{
????var?phase?=?this.$root.$$phase;
????if?(phase?==?‘$apply‘?||?phase?==?‘$digest‘)?{
????????if?(fn?&&?(typeof(fn)?===?‘functi...
分类:
移动开发 时间:
2015-05-20 18:54:01
阅读次数:
7111
(function ($) { $.fn.Address = function (options) { var defaults = { divid: "Address", callback: function (pageindex) ...
分类:
其他好文 时间:
2015-05-19 18:22:10
阅读次数:
115