好多年没用report builder做报表了,最近又开始接触这玩意了,今天修改一个report,调试半天没发现逻辑问题,一直报REP-2103: Column 'CF_report_line_po' : PL/SQL formula returned invalid value or no val
分类:
数据库 时间:
2016-03-09 12:29:51
阅读次数:
950
用angular的ngModel绑定time的时候,在安卓调试没问题,没想到在iOS上出现了NaN:NaN,后台丢过来的数据大概是这样的2016-03-08 20:14 然而问题就出在这个分隔符"-"上,好像是因为safari没有实现这个标准吧,可以看这里 http://stackoverflow.
分类:
移动开发 时间:
2016-03-08 21:19:56
阅读次数:
264
idea 运行正常打成jar包运行提示“connect: Address is invalid on local machine or port is not valid on remote” , 解决方法: public static void main(String[] args) throws
分类:
系统相关 时间:
2016-03-04 21:03:49
阅读次数:
772
解决方法:vim /etc/my.cnf 文件,加入 : sql-mode="NO_ENGINE_SUBSTITUTION" , Systemctl restart mysqld 进入mysql的之后可执行: select @@sql_mode 查询当前使用的sql_mode是什么
分类:
数据库 时间:
2016-03-04 11:45:24
阅读次数:
251
1、*Action.conversion-properties 如(point=com.test.Converter.PointListConverter) 具体操作类的配置文件 2、*Action.properties 如(invalid.fieldvalue.graduation=\u6bd5\
分类:
编程语言 时间:
2016-03-04 00:37:10
阅读次数:
189
今天打包提交遇到此问题 Invalid Bundle. iPad Multitasking support requires these orientations: 'UIInterfaceOrientationPortrait,UIInterfaceOrientationPortraitUpsid
分类:
移动开发 时间:
2016-03-03 17:31:11
阅读次数:
229
在jdk1.8 的环境下,JStorm 启动nimbus时,会报如下异常: MaxTenuringThreshold of 20 is invalid; must be between 0 and 15 Error: Could not create the Java Virtual Machine
分类:
Web程序 时间:
2016-03-03 01:18:22
阅读次数:
610
这种错误的出现是在使用built-in函数file()或者open()的时候。或者是因为文件的打开模式不对,或者是文件名有问题。前者的话只需要注意文件是否可读或者可写就可以了。后者则是与文件路径相关的问题,需要在文件名前加r或者R转义,如:file(r"e:\Test.txt",'r').或者将反斜
分类:
Web程序 时间:
2016-03-02 13:20:48
阅读次数:
337
sql2000数据库迁移,设置链接服务器失败,错误提示与链接服务器的测试连接失败检查端口策略账号权限均没问题,提示无效连接,意思是没有找到数据库查阅资料,原因字符串里服务器地址只写了Ip地址,解决方法:解决方法1:改成“Provider=SQLOLEDB.1;PersistSecurityInfo=False;U..
分类:
其他好文 时间:
2016-03-02 07:17:16
阅读次数:
195
小白一枚,如有不对,请各位大神多多指教! 最近看了看win32进程间通讯。简单写了写利用共享内存实现进程间通讯 使用共享内存实现进程间通讯: 1.在WM_CREATE消息下创建文件映射内核对象 1 hMapFile = CreateFileMapping(INVALID_HANDLE_VALUE,