比如apt-cache show geditapt-cache show vim说明:由于图形化界面方法(如Add/Remove... 和Synaptic Package Manageer)比较简单,所以这里主要总结在终端通过命令行方式进行的软件包安装、卸载和删除的方法。一、Ubuntu中软件安装方...
分类:
其他好文 时间:
2014-06-24 08:54:14
阅读次数:
338
1.第三方jar包的使用 如果在Java Build Path中使用Add External JARs这种方式,运行时会有找不到类的错误(我的上面有,如果你没出现,恭喜你),上网查了几种方式,我这边运行通过的方式如下: 在项目中建个lib文件夹,把需要的jar包复制进去,在 Java Build P...
分类:
移动开发 时间:
2014-06-23 08:32:49
阅读次数:
387
题目链接:http://61.187.179.132/JudgeOnline/problem.php?id=2423题意:求两个串的LCS以及LCS的个数。思路:int f[2][N],g[2][N];char s[N],t[N];int n,m;void add(int &x,int y){ .....
分类:
其他好文 时间:
2014-06-23 07:43:17
阅读次数:
354
1. 浏览文件 1 void CDlgCompare::OnBnClickedBtnSel() 2 { 3 // TODO: Add your control notification handler code here 4 UpdateData(TRUE); 5 CFil...
分类:
其他好文 时间:
2014-06-23 06:28:47
阅读次数:
328
Page.ClientScript.RegisterStartupScript(GetType(), "", "");Response.Write("");this.LinkButton3.Attributes.Add("onclick", "return confirm('确定要删除吗?');")...
分类:
其他好文 时间:
2014-06-23 00:20:22
阅读次数:
233
开发者服务评测征文 十万现金悬赏大神方法一:在线安装 1.打开HELP->MyEclipse Configuration Center。切换到SoftWare标签页。 2.点击Add Site 打开对话框,在对话框Name输入Svn,URL中输入:http://subclipse.tigris...
分类:
系统相关 时间:
2014-06-23 00:02:51
阅读次数:
358
一、重做日志文件组:1、添加重做日志组的指令:alter database [数据库名称] add logfile[group 正整数] 文件名称 [,[group 正整数]文件名称]]不是有group选项时oracle系统会自动在当前最大的组号上加1来产生新的组号ex:alter databa.....
分类:
其他好文 时间:
2014-06-22 23:18:44
阅读次数:
1096
1.使用 git add 命令添加文件名含中文字符的文件时
乱码类似:
view source
print?
1
\316\304\261\276\316\304\265\265.txt
解决方案:
编辑C:\Git\etc\inputrc文件中对应的行,
查找以下2行,并修改其值,
原先:
view so...
分类:
其他好文 时间:
2014-06-22 22:09:50
阅读次数:
270
在struts映射中重复出现的模式
动作方法
描述
下一个动作方法
add
为save准备网页
save
save
提交INSERT
list
edit
为update准备网页
update
update
提交UPDATE
list
destroy
为remove准备网页
remove
remov...
分类:
其他好文 时间:
2014-06-22 19:41:19
阅读次数:
194
Posted in Linux Application at November 13th, 2012 如果你是用 openvswitch 内置的 GRE tunnel,那么配置很简单,基本上就一条命令: ovs-vsctl add-port br0 gre0 -- set interface gre...
分类:
其他好文 时间:
2014-06-21 15:49:06
阅读次数:
305