最近使用ruby-china的源连接不上 使用gem update遇到这个问题, 原来是ruby没有包含SSL证书,所以Https的链接被服务器拒绝。 解决方法很简单,首先在这里下载证书(http://curl.haxx.se/ca/cacert.pem), 然后再环境变量里设置SSL_CERT_F
分类:
其他好文 时间:
2016-03-12 11:36:31
阅读次数:
429
好多年没用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
很多朋友在开发Android JNI的的时候,会遇到findlibrary returned null的错误,因为某种原因,so没有打包到apk中。下面浅析下引起该错误的原因以及平台兼容性问题。 一、没有将so打包到apk中的原因。 当你发现到findlibrary returned null的错误
分类:
移动开发 时间:
2016-03-07 18:36:30
阅读次数:
143
Log告诉了我们一切,默认的Log是standard Log,这时远远不够的.我们要extended log,打开路径为runtime settings-->log-->extended log.把parameter substitution和data returned byserver和advan
分类:
其他好文 时间:
2016-02-03 23:32:00
阅读次数:
455
定义说明%@Objective-C object, printed as the string returned by descriptionWithLocale: if available, or description otherwise. Also works with CFTypeRef o...
分类:
其他好文 时间:
2016-01-22 14:17:03
阅读次数:
936
Basically, the compiler does this for you.If you write a lambda as a single statement (and don't include block notation, ie: {}), the returned value i...
分类:
其他好文 时间:
2016-01-17 23:12:08
阅读次数:
191
remote加上用户名git remote add origin https://username@github.com/username/example.git
分类:
数据库 时间:
2016-01-13 12:23:38
阅读次数:
198
Coding PropertiesCode in the GetterCheck the user's credentialsCheck application stateFormat the returned valueLogLazy Loading related data/objectCode...
执行strlwr函数时报错。源程序例如以下:#include#includevoid main(){ char s[10]={"CHINA"}; printf("%s\n",strlwr(s)); return 0;}报错内容例如以下:eg6527a.c: In function ‘main’:eg...
分类:
系统相关 时间:
2016-01-11 19:59:53
阅读次数:
174
很多朋友在开发AndroidJNI的的时候,会遇到findlibrary returned null的错误,因为某种原因,so没有打包到apk中。下面浅析下引起该错误的原因以及平台兼容性问题。一、没有将so打包到apk中的原因。当你发现到findlibrary returned null的错误时,其...
分类:
移动开发 时间:
2016-01-07 10:22:44
阅读次数:
177