码迷,mamicode.com
首页 >  
搜索关键字:or invalid scale fac    ( 6983个结果
Database returned an invalid value in QuerySet.datetimes()
安装pytz模块修改setting.py,添加importpytzfrompytzimport*修改mysqltimezone执行如下命令:mysql_tzinfo_to_sql/usr/share/zoneinfo|mysql-uroot-pmysql重启数据库
分类:数据库   时间:2014-10-09 02:35:48    阅读次数:300
asm 磁盘头丢失,损坏
BUG 14693394 – ORA-15196: INVALID ASM BLOCK HEADER [KFC.C:26076] [ENDIAN_KFBH] BUG 14758001 – ORA-15196: INVALID ASM BLOCK HEADER [KFC.C:23924] [ENDIAN_KFBH] [2147483654] BUG 14827224 – PS:WIN64:ORA...
分类:其他好文   时间:2014-10-09 02:24:17    阅读次数:213
JS不支持正则中的负向零宽断言
今天在项目中用到了正则表达式,并且需要用负向零宽断言 (?<=exp) 进行筛选,结果运行时报 Invalid group 错,一开始以为是自己很久没用表达式写错了,查阅了一下正则语法后发现并没有写错。到网上一搜才发现,JS不支持负向的 (?<=exp) 和 (?<!exp),只支持正向的(?=ex...
分类:Web程序   时间:2014-10-09 01:51:37    阅读次数:520
IOS 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: URLString'
今天想写一个请求的天气,好的,废话不多说,先贴代码:使用AFNetWorking 发送get请求,但是一直报错 IOS 'NSInternalInconsistencyException', reason: 'Invalid parameter not satisfying: URLString' ...
分类:移动开发   时间:2014-10-09 01:32:17    阅读次数:226
IVSR---Invalid sim recovery
IVSR: InValid Sim Recovery, 是当发生注册网络失败“Invalid sim” state,透过逻辑判断此Invalid Sim state是否为网络异常;若判断是网络异常引起,便由AP尝试recovery modem,以达到不重启开机的情况下,离开此Invalid Sim state-------目前遇到一些地方的移动网络错把自己正常的卡当成invalid sim,所以建...
分类:其他好文   时间:2014-10-08 11:42:55    阅读次数:237
浅析glibc中thread tls的一处bug
最早的时候是在程序初始化过程中开启了一个timer(timer_create),这个timer第一次触发的时间较短时就会引起程序core掉,core的位置也是不定的。使用valgrind可以发现有错误的内存写入: ==31676== Invalid write of size 8 ==31676== at 0x37A540F852: _dl_allocate_tls_init (in /l...
分类:其他好文   时间:2014-10-08 00:01:44    阅读次数:363
Database returned an invalid value in QuerySet.datetimes(). Are time zone definitions for your datab
Database returned an invalid value in QuerySet.datetimes(). Are time zone definitions for your database and pytz installed?这样的问题一般出如今时差配置的问题上首先错误信息提示是...
分类:数据库   时间:2014-10-06 00:30:09    阅读次数:206
XML
An invalid XML character (Unicode: 0x1a) was found in the element content of the documentThe processing instruction target matching "[xX][mM][lL]" is ...
分类:其他好文   时间:2014-10-05 14:01:58    阅读次数:194
run C source file like a script
TinyCC http://bellard.org/tcc linux 平台”C-script”: 哈哈#!/usr/local/bin/tcc -run#include #include double fac(double n){ if (n \n", argv[0]); return -...
分类:其他好文   时间:2014-10-04 16:03:16    阅读次数:182
android 自定义动画
android中主要有两种动画模式,一种是tweened animation(渐变动画),包含了4种动画类型,alpha(透明度)、scale(尺寸缩放)、translate(位置变换)、rotate(图形旋转),第二种是frame by frame (帧动画),就是逐帧播放设置好的动画我们看下第一...
分类:移动开发   时间:2014-10-03 09:22:34    阅读次数:241
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!