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
PHP如何防止SQL注入及开发安全[php]function inject_check($sql_str) {$check=eregi('select|insert|update|delete|\'|\/\*|\*|\.\.\/|\.\/|union|into|load_file|outfile',...
分类:
数据库 时间:
2014-06-23 06:07:14
阅读次数:
317
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
现在有很多朋友找不到Hibernate和Spring的下载地址,这很影响初学者的心情,因此在这里给出我找到的链接,希望能帮到大家。Hibernate下载地址:http://hibernate.org/orm/downloads/Spring的下载地址:http://maven.springframe...
分类:
编程语言 时间:
2014-06-21 16:43:27
阅读次数:
197
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