前言:如题,当出现了Exception in thread "main" org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: Illegal overloaded getter method with ambiguous ty...
分类:
其他好文 时间:
2015-03-16 17:55:06
阅读次数:
145
问题1.Column‘username‘infieldlistisambiguous###Theerrormayinvolvecom.fx.oa.module.per.leave.api.shared.domain.PositiveEntity.queryListForPage-Inline###Theerroroccurredwhilesettingparameters###Cause:com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintVio..
分类:
其他好文 时间:
2015-03-13 19:10:18
阅读次数:
2349
简记:CGAffineTransformMake(a,b,c,d,tx,ty)ad缩放bc旋转tx,ty位移,基础的2D矩阵公式 x=ax+cy+tx y=bx+dy+ty1.矩阵的基本知识:struct CGAffineTransform{ CGFloat a, b, c, d; CGFloa.....
分类:
Web程序 时间:
2015-03-13 12:09:13
阅读次数:
158
这是深圳一个公司的老板(就叫D总吧)在吃饭间和我们讲起的他的个人经历,这中间个人的苦辣酸甜,有些意思,值得玩味,就做了个实录。D总:我当时做餐饮是在我第一次创业失败之后。我做的是一家火锅店。这家餐厅我没有投资啊,但比如说这个汤,它要关系到火候,或者说文火、武火,然后要多长时间,还要记住火候的切换。如...
分类:
其他好文 时间:
2015-03-10 22:56:05
阅读次数:
259
dedecms开启多站点后,填写域名才能正确的地址if ( ! function_exists('GetFileUrl')){ function GetFileUrl($aid,$typeid,$timetag,$title,$ismake=0,$rank=0,$namerule='',$ty...
分类:
其他好文 时间:
2015-03-09 16:07:29
阅读次数:
132
http://www.spoj.com/problems/PERMUT2/如题。。#include#includeint n,i,j;int a[100005];int main(){ while(scanf("%d",&n)&&n){ for (i=1;i<=n;i++){ ...
分类:
其他好文 时间:
2015-03-06 20:39:23
阅读次数:
154
typedef 与 #define的区别 整理于一篇经典blog,经典原文地址http://www.cnblogs.com/csyisong/archive/2009/01/09/1372363.html 案例一: 通常讲,typedef要比#define要好,特别是在有指针的场合。请看例子: ty...
分类:
其他好文 时间:
2015-03-04 18:36:24
阅读次数:
189
解题思路:因为ai≤10的5次方,所以预先处理好每个数的因子,然后在处理bi,ci数组的时候,每次遍历一个数,就将其所有的因子更新,对于bi维护最大值,对于ci维护最小值。//hdu4961#include #include#include#includeusing namespace std;ty...
分类:
其他好文 时间:
2015-03-04 09:39:40
阅读次数:
127
transform: matrix(a,b,c,d,e,f) ,如下图矩阵所示,任意点(x,y,1)经过matrix变化为(ax+cy+e,bx+dy+f,1),由此可以知道,matrix参数与translate/scale/skew/rotate函数参数的对应关系为:translate(tx,ty...
分类:
Web程序 时间:
2015-03-02 18:33:34
阅读次数:
125
20150225 IMX257 总线设备驱动模型编程之总线篇 2015-02-25 19:40 李海沿 从现在开始,我们开始来实现 总线-设备-驱动模型中的总线。、 我们这个程序的目标是在 sysfs文件系统的/sys/bus/ 目录下面建立一个文件夹。 一、总线介绍 1. 总线数据结构bus_ty...
分类:
其他好文 时间:
2015-02-25 21:01:20
阅读次数:
194