git bash的简单设置,使用ls命令时,可以显示中文。命令:alias ls='ls --show-control-chars --color=auto '说明:alias,别名。功能非常强大,可以把复杂的操作设置一个别名,然后就可以非常方便的使用此操作了。如此处:设置git bash的显示为字...
分类:
其他好文 时间:
2014-07-29 10:24:18
阅读次数:
272
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12847解题报告:有n样物品,编号从1到n第i样物品可以通过金币vi买到,同时有m种方法,方法的内容是由两种物品可以构造出另一种物品,现在要你求出得到1物品的价值最小是多少?当成最...
分类:
其他好文 时间:
2014-07-29 10:22:18
阅读次数:
251
$(function(){$(document).bind("click",function(e){if($(e.target).closest("#txt").length>0){$("#tip").show();}else{$("#tip").hide();}}); });closest会首先....
分类:
Web程序 时间:
2014-07-28 23:35:54
阅读次数:
348
滚动条延迟加载jQuery(function($){ var topicBoxTopHeight = jQuery('#topicBox').offset().top; var topicBoxTopHeight_show = 1 $(window).scroll(function...
分类:
Web程序 时间:
2014-07-28 23:32:54
阅读次数:
238
interface A{ public abstract void show();}interface B{ public abstract int show();}public class Test implements A, B{ public void show(){ ...
分类:
编程语言 时间:
2014-07-28 14:46:53
阅读次数:
242
class Parent{ int num = 8;// ->3 Parent(){ //super(); // ->2 //显示初始化 // ->3 //构造代码段 // ->4 show(); // ->5 } {// ->4 ...
分类:
编程语言 时间:
2014-07-28 14:46:13
阅读次数:
182
题目链接:http://acm.hnu.cn/online/?action=problem&type=show&id=12845&courseid=270解题报告:有m个认给n个人投票,n个认位置是固定的,输入一行字符,X表示会投给这个人,例如X....这个表示会投给第一个人,然后让你分别求出这n个...
分类:
其他好文 时间:
2014-07-28 13:46:40
阅读次数:
165
?ActionBar简介? 隐藏和显示ActionBar隐藏ActionBar getActionBar().hide();显示ActionBar getActionBar().show();? 添加和响应Action按钮 1 5 11 1 package cn.eoe.firs...
分类:
其他好文 时间:
2014-07-28 02:59:09
阅读次数:
355
http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=116&page=show_problem&problem=1535
Problem F
Data Flow
Time Limit
5 Seconds
I...
分类:
其他好文 时间:
2014-07-28 00:17:39
阅读次数:
381
PGA的管理:
sys@felix SQL>show parameter area_size
NAME TYPE VALUE
------------------------------------ ----------------------------------------------------
bitmap_merge_area_size integer ...
分类:
数据库 时间:
2014-07-28 00:17:29
阅读次数:
413