//在body中加入 onselectstart="return false;"
分类:
其他好文 时间:
2015-08-01 00:51:30
阅读次数:
407
1 $("#a").bind("click",function(){ 2 alert('a'); 3 $("#b").bind("click",function(){ 4 alert('b'); 5 }) ; 6 }); 7 /*这样连续点击a按钮后...
分类:
Web程序 时间:
2015-08-01 00:51:02
阅读次数:
177
mac 一般使用bash作为默认shellMac系统的环境变量,加载顺序为:/etc/profile /etc/paths ~/.bash_profile ~/.bash_login ~/.profile ~/.bashrc当然/etc/profile和/etc/paths是系统级别的,系统启动就会...
分类:
系统相关 时间:
2015-08-01 00:50:02
阅读次数:
166
进制转换No.1 其他进制转十进制——按权展开相加法 即: 由于101.11(10),可写成1X102+0X101+1X100+1X10-1+1X10-2,即(以10为底的乘幂展开式)称按权展开式, 其中:101.11称为“数码”数制中的(10)称为“基数”数码中每个位数所具有的值称为“权” 那么其...
测试代码着色package com.example.news;import java.util.List;import android.content.Context;import android.view.LayoutInflater;import android.view.View;import...
分类:
其他好文 时间:
2015-08-01 00:51:08
阅读次数:
98
先保留几个链接Comethttp://www.ibm.com/developerworks/cn/web/wa-lo-comet/Comet框架plushlethttp://baike.baidu.com/link?url=rvIWc9tqEeQ_WUE1W3DyXa-jA28syT2LXEg7NI...
分类:
其他好文 时间:
2015-08-01 00:49:20
阅读次数:
114
第零步 链式化 new Promise返回一个新空间P1, P1里面有匿名函数function(resolve){resolve(1);}) 和 匿名函数 function(info){ ...
分类:
其他好文 时间:
2015-08-01 00:49:25
阅读次数:
143
$("button[name^='privateBtn']").click(function(){ alert('demo'); //接触绑定.避免重复执行 $("button[name!='privateBtn']").unbind('click');});
分类:
Web程序 时间:
2015-08-01 00:48:58
阅读次数:
131
http://xamarinappdev.com/ 每天看,精华https://www.syntaxismyui.com/weekly-xamarin-newsletter-issue-37/ 右侧有个邮件列表 订阅下
分类:
其他好文 时间:
2015-08-01 00:49:04
阅读次数:
108
https://worktile.com/tech/basic/the-worktile-tech-stackhttps://worktile.com/tech/basic/worktile-real-time-noticehttps://github.com/linnovate/meanhttp:...
分类:
Web程序 时间:
2015-08-01 00:47:37
阅读次数:
122
暴力水题。。敲的好麻烦。用前缀和可以n^2复杂度感觉这个题就是由问题,边上的问题不知道数据是怎么算的,反正过了。。。 1 #include 2 #include 3 #include 4 using namespace std; 5 const int maxn = 5005; 6 int d...
分类:
其他好文 时间:
2015-08-01 00:49:54
阅读次数:
107
1 不用自己写下载文件的功能,直接调用系统下载服务 2 forms 接口 3 4 using System; 5 using System.Collections; 6 using System.Collections.Generic; 7 8 namespace 9 { ...
分类:
移动开发 时间:
2015-08-01 00:49:33
阅读次数:
163
题意:给定一个带权有向图,每次你可以选择一个结点v 和整数d ,把所有以v为终点的边权值减少d,把所有以v为起点的边权值增加d,最后要让所有的边权值为正,且尽量大。若无解,输出结果。若可无限大,输出结果。否则,输出最小边权的最大值。思路:差分约束系统用最短路来解。列式子后建图,新图的边就是原图的边,...
分类:
其他好文 时间:
2015-08-01 00:48:00
阅读次数:
113
技术日新月异,稍不留神,被别人甩了几条大街。开发工具Android Studio: Google 官方放弃 Eclipse 和 Android Studio 普及。AS 虽然不算新,但是对 Android Studio 这个软件的更新速度快的惊人,有大量的新功能发布。例如支持很多注解代码提示注解、L...
分类:
移动开发 时间:
2015-08-01 00:48:01
阅读次数:
140
Mark OccurrencesThe Mark Occurrences feature enables you to see where an element is referenced by simply clicking on the element in the editor.When th...
分类:
系统相关 时间:
2015-08-01 00:48:50
阅读次数:
242