commons: all of them could use regular-expression to match the result. differences: 1)grep: search for files with patterns. 2)awk: any...
分类:
其他好文 时间:
2014-08-22 15:51:09
阅读次数:
224
function getParameterByName(name) { var match = RegExp('[?&]' + name + '=([^&]*)').exec(window.location.search); return match && decodeURICompon...
分类:
其他好文 时间:
2014-08-22 14:21:08
阅读次数:
174
1. 禁用右键点击(Disable right-click)$(document).ready(function(){$(document).bind("contextmenu",function(e){returnfalse;});});2. 禁用搜索文本框(Disappearing search...
分类:
Web程序 时间:
2014-08-22 14:13:48
阅读次数:
367
?调用系统窗口调用Google搜索Intent intent = new Intent();intent.setAction(Intent.ACTION_WEB_SEARCH);intent.putExtra(SearchManager.QUERY,"searchString");startActi...
分类:
其他好文 时间:
2014-08-22 12:53:39
阅读次数:
161
http://www.briandunning.com/error-codes/?source=WindowsWindows Error CodesList All Error Codes| Search Errors:FileMaker Error CodesLasso Error CodesMy...
题目链接:http://acm.uva.es/local/online_judge/search_uva.htmlProblem:Find out the center of masses of a convex polygon.Input:A series of convex polygons, ...
分类:
其他好文 时间:
2014-08-22 01:31:25
阅读次数:
203
转自:zhangjunhd的BLOG1、APT主要命令apt-cache search ------package 搜索包sudo apt-get install ------package 安装包sudo apt-get remove -----package 删除包sudo apt-get re...
分类:
其他好文 时间:
2014-08-22 00:18:55
阅读次数:
263