码迷,mamicode.com
首页 >  
搜索关键字:or invalid scale fac    ( 6983个结果
CSS3旋转图片效果收集
火狐中文网图片效果:[http://i.firefoxchina.cn/?www.firefoxchina.cn].news-img-wrapper:hover img {transform: rotate(5deg) scale(1.2);transition: all 0.3s linear 3...
分类:Web程序   时间:2014-09-09 12:24:38    阅读次数:179
一个简单的果冻弹动动画
代码: 1 CAKeyframeAnimation *animation = [CAKeyframeAnimation animationWithKeyPath:@"transform.scale"]; 2 [animation setDuration:.6]; 3 NSMutabl...
分类:其他好文   时间:2014-09-09 12:02:38    阅读次数:200
hdu4087ALetter to Programmers(三维旋转矩阵)
参考三维旋转矩阵 + 矩阵加速这个还要用到仿射变换。平移translate tx ty tz1 0 0 tx0 1 0 ty0 0 1 tz0 0 0 1缩放scale kx ky kzkx 0 0 00 ky 0 00 0 kz 00 0 0 1绕任意轴(过原点)旋转(注意要把轴向量归一化,不然会...
分类:其他好文   时间:2014-09-09 11:13:28    阅读次数:432
java.lang.RuntimeException: Invalid action class configuration that references an unknown class nam
可能是你的配置没有这个类或者你在返回的参数没有相应的操作吧我是用struts2.1 有一次是返回字符串是没配置的所有有这个问题就是没找到你要用的类,你确定你的那个CLASS是叫studentAction吗?是不是写错了,一般CLASS的首字母都是大写,比如StudentAction。JAVA对大小写...
分类:编程语言   时间:2014-09-09 10:38:38    阅读次数:188
使用spring注入时出现is not writable or has an invalid setter method
在web-application-config.xml中定义 结果,运行时出错:org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'employeeServiceDest' ....
分类:编程语言   时间:2014-09-09 10:35:08    阅读次数:205
html5 meta头部设置
width:控制 viewport的大小,可以指定一个值或者特殊的值,如 device-width为设备的宽度(单位为缩放为 100%时的 css 的像素)height:和width相对应,指定高度initial-scale:初始缩放,即页面初始缩放程序,这是一个浮点值,是页面大小的一个乘数,例如,...
分类:Web程序   时间:2014-09-07 10:54:54    阅读次数:157
Linux下图形化调试工具: kdbg, ddd
在linux下调试确实是个很麻烦的事, 用gdb调试不怎么方便, 没有在windows下用vs爽, 主要原因还是因为gdb是用命令行形式, 其实在linux下也有一些基于gdb的图形化调试工具. 1. kdbg ubuntu下 直接 sudo apt-get install kdbg 即可安装. 若启动后出现 MNG error 11: Function is invalid at ...
分类:数据库   时间:2014-09-06 23:54:24    阅读次数:1221
exp/imp碰到的两则问题处理(ORA-00904和the objects were exported by ABC not by you)
最近负责搭建某系统的用户环境,其中涉及从测试环境导入数据,由于受客观因素制约,不能使用传输表空间方法同步,因此需要用imp/exp或数据泵的方法,这里采用的是imp/exp。下面记录操作过程中碰到的问题。 问题1:exp导出时ORA-00904: "IFREEPOOL": invalid identifier和"OLEVEL": invalid identifier错误 第...
分类:其他好文   时间:2014-09-06 23:51:54    阅读次数:503
常见错误总结
tomcat启动时,出现下面错误,然后tomcat不能正常关闭:九月 06, 2014 9:53:43 上午 org.apache.catalina.core.StandardServer await警告: StandardServer.await: Invalid command 'SUTDOWN...
分类:其他好文   时间:2014-09-06 10:52:23    阅读次数:175
使用广播查看电量变化
publicclassBatteryChangedReceiverextendsBroadcastReceiver{@OverridepublicvoidonReceive(Contextcontext,Intentintent){//当前电量intcurrLevel=intent.getIntExtra(BatteryManager.EXTRA_LEVEL,0);//总电量inttotal=intent.getIntExtra(BatteryManager.EXTRA_SCALE,1);int..
分类:其他好文   时间:2014-09-05 18:26:22    阅读次数:190
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!