france

https://github.com/francecil

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页

2014年8月10日

摘要: 3.4. 可选的配置属性有大量属性能用来控制Hibernate在运行期的行为. 它们都是可选的, 并拥有适当的默认值. 警告: 其中一些属性是"系统级(system-level)的". 系统级属性只能通过java -Dproperty=value或hibernate.properties来设置, 而... 阅读全文
posted @ 2014-08-10 09:18 france 阅读(216) 评论(0) 推荐(0) 编辑

摘要: 看包里面是否有E:\Java\hibernate3.3.2\hibernate-annotations-3.4.0.GA\hibernate-annotations-3.4.0.GA\doc\reference\zh_cn\html_single最后一个文件夹,那个意味着打开的只有一页,这个可以ct... 阅读全文
posted @ 2014-08-10 08:37 france 阅读(253) 评论(0) 推荐(0) 编辑

2014年8月9日

摘要: 右键属性-> 下面好像有句话是说该文件来自网络为保护您的计算机什么什么的,, 然后你解除锁定就能用了 版权声明:本文为博主原创文章,未经博主允许不得转载。 阅读全文
posted @ 2014-08-09 23:11 france 阅读(169) 评论(0) 推荐(0) 编辑

2014年8月8日

摘要: #include#include#includeusing namespace std;int max3(int a,int b,int c){ int d=b>c?b:c; return a>d?a:d;}int max2(int a,int b){ return a>b?a:b;}int dp[... 阅读全文
posted @ 2014-08-08 19:11 france 阅读(138) 评论(0) 推荐(0) 编辑

摘要: #include #define LL longLL gcd (LL a, LL b) { return b ? gcd (b, a%b) : a; } void Egcd(LL a, LL b, LL &x, LL &y) { if (b == 0) { ... 阅读全文
posted @ 2014-08-08 11:19 france 阅读(108) 评论(0) 推荐(0) 编辑

摘要: 默认是 .xxx 输入点提示,要写注释 @xxx的时候怎么输入@后面有代码提示呢?Auto activation delay 是代码提示出现的速度 下面一行是出现代码提示的条件 我们在.后面加@;最后一行是读入javadoc的条件 把@删掉 ... 阅读全文
posted @ 2014-08-08 00:24 france 阅读(138) 评论(0) 推荐(0) 编辑

摘要: 不知道为什么utf8反而会乱码,每次都是设gbk,,唉这样写项目的时候也是有点问题的T Tset names gbk; 版权声明:本文为博主原创文章,未经博主允许不得转载。 阅读全文
posted @ 2014-08-08 00:04 france 阅读(90) 评论(0) 推荐(0) 编辑

2014年8月7日

摘要: B -Football GoalTime Limit:500MSMemory Limit:65536KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeURAL 1874DescriptionUnlike most students of the M... 阅读全文
posted @ 2014-08-07 19:26 france 阅读(268) 评论(0) 推荐(0) 编辑

摘要: acm 的题目经常要求输出最后面一位不能有空格;用if语句显得代码难看;实现如下: int a[5]={1,2,3,4,5}; for(int i=0;i<=4;i++) printf("%d%c",a[i]," \n"[i==4]);output:1(空格)2(空格)3(空格)4(空格)5(\n... 阅读全文
posted @ 2014-08-07 11:22 france 阅读(152) 评论(0) 推荐(0) 编辑

2014年8月6日

摘要: #includeint main(){ int n,m,p,left,right; int sum; int num[50010]; while(~scanf("%d%d%d%d%d",&n,&m,&p,&left,&right)){ sum=0; int kk=n/m; int th=1; ... 阅读全文
posted @ 2014-08-06 17:13 france 阅读(121) 评论(0) 推荐(0) 编辑

上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 27 下一页