`
yaven
  • 浏览: 62856 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
select setval('t_id_seq',1,false); t_id_seq是使用serial数据类型时,自动生成的表。 其中t默认是自动计数字段所在表的名字。
转自:http://hi.baidu.com/wzk717/blog/item/ab854ddfb8350a19495403d8.html1、robots.txt是什么?      robots.txt是一个纯文本文件,用来告诉网络蜘蛛(不仅限搜索引擎蜘蛛)本站中哪些位置允许抓取,哪些位置不允许抓取。 2、如何正确放置robots. ...
注:转自saber7's blog   安装环境windows7 32位 系统 postgresql-9.0.1-1-windows-binaries ===== 之前先是下载的一个postgresql-8.4.2-1-windows版本,这个版本是安装版,在安装的过程中就不断报错,不过也勉强装完了,只是装完之后无法连接数据库,原因应该是win7的事儿,在虚拟机xpsp3安装使用正常,不过又不想每次写代码的时候都开虚拟机,所以还是想找到办法在win7上安装…… 转来转去,试了好多方法终于成功了,记录下来: 1.首先到http://www.enterprisedb.com/produ ...
@Deprecated //去下载新的吧 #!/bin/sh export GDK_NATIVE_WINDOWS=true ./qq
<form method="post" enctype="multipart/form-data">    <input type="file" name="file" /> </form> private File file; private String fileFileName; private String fileContentType;
System.out.println(Thread.currentThread().getContextClassLoader().getResource("").toURI()); System.out.println(TestIndex.class.getClassLoader().getResource("").toURI()); System.out.println(ClassLoader.getSystemResource("")); System.out.println(TestIndex.class.getResource ...
用maven的assembly插件,然后指定assembly的xml文件,此文件用于指定需要组装的文件及结构。 细节待补充。
因为RMI是通过接口里的方法去调用的远程对象,AOP使用了反射去调用的目标对象里的方法。AOP代理之后,RMI通过定义的接口找不到所要调用的方法,所以会抛异常。 仅供记录使用,细节待整理。
Global site tag (gtag.js) - Google Analytics