一、简单的安装方法使用Ctrl+`快捷键或者通过View->Show Console菜单打开命令行,粘贴如下代码:import urllib.request,os; pf = 'Package Control.sublime-package'; ipp = sublime.installed_pac...
分类:
其他好文 时间:
2015-08-06 12:53:34
阅读次数:
104
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251题意:求割点数目代码:#include
#include
#include
#include
#include...
分类:
其他好文 时间:
2015-08-06 11:13:17
阅读次数:
98
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=251NetworkA Telephone Line Company (TLC) is establishi...
分类:
Web程序 时间:
2015-08-06 10:45:33
阅读次数:
145
题目来源:UVa Online Judgehttps://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=737求一个连通图中必不可少的路径:#include#includ...
分类:
其他好文 时间:
2015-08-06 09:29:39
阅读次数:
136
作用:解决冲突和依赖1. 发生冲突解决冲突:加命名空间(缺点:1. 前缀长,2. 只能降低冲突不能避免)2. 发生依赖// 升级之后如果此模块( 假设是日历 )又引用了新的js文件,这会导致所有页面都要新加这个新的js文件show(); // 你的同事用你的show.js忘记加依赖文件了,需要加依....
分类:
Web程序 时间:
2015-08-06 00:24:27
阅读次数:
104
TSMessageshttps://github.com/KrauseFx/TSMessagesThis library provides an easy to use class to show little notification views on the top of the screen....
分类:
其他好文 时间:
2015-08-06 00:07:41
阅读次数:
245
1 /*有些页面样式不规范,没有写在一个class里,例如:2 */3 4 //这种情况下清空style可以removeAttr()方法移除style属性来实现5 6 $("#show").removeAttr("style"); //ie,ff均支持7 8 $("#show").attr("st....
分类:
Web程序 时间:
2015-08-05 23:58:25
阅读次数:
519
UVa Online Judge
https://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2533
【题意】
给定一个棋盘,在棋盘上放两个皇后(一白一黑),求使得两个皇后相互攻击(在一行、一列、对角线均可相互攻击),求方案数。
计数问题,分类...
分类:
其他好文 时间:
2015-08-05 22:17:26
阅读次数:
131