- 浏览: 181159 次
- 性别:
- 来自: 合肥
-
最新评论
-
青春的、脚步:
at org.mortbay.jetty.Response.r ...
WARN: Committed before 500 STREAM -
0612800232:
工行回调 必须要公网的域名,端口必须是要80的
纯Java版工行B2C网银接口调用总结 -
jxausea:
我最近也在做工行的接口,是1.0.0.11版本的,可以post ...
纯Java版工行B2C网银接口调用总结
文章列表
第一步:上传大图片到服务器,并且展示到页面
第二部:调用jcrop组件js及css
<script src="${ctx}/js/jquery-jcrop/jquery.Jcrop.js"></script>
<link rel="stylesheet" href="${ctx}/css/jquery-jcrop/jquery.Jcrop.css" type="text/css" />
第三部:采用插件
进行图片的选取,其中主要包括x,y,width,height
...
- 2012-08-24 17:58
- 浏览 818
- 评论(0)
索引的分类,从唯一性索引(unique)拓展来说
ALTER TABLE security_role_unit ADD UNIQUE (role_id,unit_id)
主键索引 primary key
唯一性索引 unique
普通索引 index
全文索引 fulltext
多列索引
- 2012-08-17 17:53
- 浏览 891
- 评论(0)
索引的分类,从唯一性索引(unique)拓展来说
ALTER TABLE security_role_unit ADD UNIQUE (role_id,unit_id)
主键索引 primary key
唯一性索引 unique
普通索引 index
全文索引 fulltext
多列索引
- 2012-08-17 17:53
- 浏览 629
- 评论(0)
1.获取root权限,即用root登录进去
2.控制台命令修改
# passwd root
New Password:
Re-enter new Password:
passwd: password successfully changed for root
- 2012-08-03 17:33
- 浏览 553
- 评论(0)
1.获取root权限,即用root登录进去
2.控制台命令修改
# passwd root
New Password:
Re-enter new Password:
passwd: password successfully changed for root
- 2012-08-03 17:33
- 浏览 352
- 评论(0)
linux命令敲击完毕后,会显示You have new mail in /var/spool/mail/root
看着挺烦。
echo "unset MAILCHECK" >> /etc/profile
source /etc/profile
- 2012-07-26 14:49
- 浏览 754
- 评论(0)
linux命令敲击完毕后,会显示You have new mail in /var/spool/mail/root
看着挺烦。
echo "unset MAILCHECK" >> /etc/profile
source /etc/profile
- 2012-07-26 14:49
- 浏览 652
- 评论(0)
freemark与flying saucer生成PDF
1.导入flying saucer与freemark的包。
2.利用freemark生成html文件。
3.利用flying saucer进行pdf文件的生成。
具体方案:
参考javaeye中的大牛文章:
http://www.iteye.com/topic/509417
参考方法:
public String generateHtml() throws IOException, Exception {
String meetingId = getRequest().getParameter("meeti ...
- 2012-07-06 18:00
- 浏览 795
- 评论(0)
freemark与flying saucer生成PDF
1.导入flying saucer与freemark的包。
2.利用freemark生成html文件。
3.利用flying saucer进行pdf文件的生成。
具体方案:
参考javaeye中的大牛文章:
http://www.iteye.com/topic/509417
参考方法:
public String generateHtml() throws IOException, Exception {
String meetingId = getRequest().getParameter("meeti ...
- 2012-07-06 18:00
- 浏览 553
- 评论(0)
行总是报错com.lowagie.text.pdf.BaseFont.getCharBBox(C),很多人都遇到过这样的问题,换成
Itext2.0.8就可以了,只有Itext2.0.8才支持getCharBBox(char) ,其他的为
getCharBBox(Int)
- 2012-07-04 17:57
- 浏览 641
- 评论(0)
行总是报错com.lowagie.text.pdf.BaseFont.getCharBBox(C),很多人都遇到过这样的问题,换成
Itext2.0.8就可以了,只有Itext2.0.8才支持getCharBBox(char) ,其他的为
getCharBBox(Int)
- 2012-07-04 17:57
- 浏览 468
- 评论(0)
文章来源于:
http://hi.baidu.com/panhuilin/blog/item/68439c4bacc9e3f382025cba.html
一、创建用户并分配权限:
SQL语句:
-------------------------------------------------------------------------
GRANT privileges [(columns)]
ON item
TO 'user_name'@'host_name' [IDENTIFIED BY 'pas ...
- 2012-06-29 10:17
- 浏览 523
- 评论(0)
文章来源于:
http://hi.baidu.com/panhuilin/blog/item/68439c4bacc9e3f382025cba.html
一、创建用户并分配权限:
SQL语句:
-------------------------------------------------------------------------
GRANT privileges [(columns)]
ON item
TO 'user_name'@'host_name' [IDENTIFIED BY 'pas ...
- 2012-06-29 10:17
- 浏览 699
- 评论(0)