码迷,mamicode.com
首页 >  
搜索关键字:setting    ( 5158个结果
npm install无法安装任何插件,报错网络问题
用了代理,即使在浏览器中关闭了,npm install -g grunt-cli的时候仍然报错proxy或bad network setting.在webstorm中也无法安装grunt。网上看到这个文章http://blog.csdn.net/loudyten/article/details/21...
分类:其他好文   时间:2015-03-04 22:36:16    阅读次数:213
【错误记录】CDT写多线程程序
在使用 eclipse编写多线程程序的时候,会出现下面的问题 undefined reference to `pthread_create’,这是编译器找不到函数库的原因。 解决办法: 右键单击项目选择Properties ->选择setting->gcc c linker -> libraries ->点击上面的加号添加一个函数库pthread  。保存就可以了...
分类:编程语言   时间:2015-03-03 16:46:22    阅读次数:105
Xcode6中如何添加pch文件
xcode6不能默认创建pch,但我们可以手动创建啊.Duang~~ 1.新建工程 2.创建pch文件 3.在setting里面设置...
分类:其他好文   时间:2015-03-03 11:46:05    阅读次数:146
[转]Eclipse遇到的常见问题
1. 提示:“Setting build path” has encountered a problem,Could not write file D:\\workspace\demo\.classpath原因有可能是因为.classpath文件为隐藏文件,修改其隐藏属性为可见即可, 或者:进入项目...
分类:系统相关   时间:2015-03-03 11:13:17    阅读次数:192
unrecognized selector sent to class 0x235e7ec
推断出问题的可能原因后,很有可能是工程的setting信息有问题。于是开始一个一个参数过,一开始以为是Search Paths的各种路径配置错误,后来验证不是。否则编译都应该过不去。于是,将范围定在Build Settings下的Linking的参数列表。马上有一个参数映入眼帘:Other Link...
分类:其他好文   时间:2015-03-02 18:19:00    阅读次数:156
mybatis持久化操作“无效的类型111解决”
mybatis持久化操作时,如果插入数据为null的情况下,由于内部机制问题,会导致报错,导致出现:“无效的类型:1111”示例如下:org.springframework.jdbc.UncategorizedSQLException: Error setting null parameter. ....
分类:其他好文   时间:2015-03-02 16:42:06    阅读次数:6068
Too many arguments to function call ,expected 0,have3
使用MJRefresh上拉加载,下拉刷新时,导入包后,编译出现:Too many arguments to function call ,expected 0,have3 网上解决解决办法: Build Setting--> Apple LLVM 6.0 - Preprocessing--> Enable Strict Checking of objc_msgSend Calls  将YES ...
分类:其他好文   时间:2015-03-02 13:13:59    阅读次数:129
iOS8.1.3下Inhouse App无法安装问题
问题:企业App,以Inhouse方式发布,在iOS 7.0中可以正常安装该App,但在iOS8.1.3上无法安装。解决方法:设置Build Setting中的Code Signing Entitlements,为App指定一个entitlements.plist文件。并在entitlements.plist文件中指定application-identifier为Bundle ID: applic...
分类:移动开发   时间:2015-03-02 09:33:55    阅读次数:156
daemontools manage UNIX services and script
daemontools is a collection of tools for managing UNIX services. supervise monitors a service. It starts the service and restarts the service if it dies. Setting up a new service is easy: all supervi...
分类:其他好文   时间:2015-02-28 18:42:45    阅读次数:124
关于ognl.OgnlException: target is null for setProperty(null的解决方案
在跑struts2的时候有时候会出现上面的错,特别是新手,这种情况是在struts2高级的POJO访问时候出现的s警告:Error setting expression 'user.password' with value '[Ljava.lang.String;@1cb2dd1'ognl.Ognl...
分类:其他好文   时间:2015-02-26 20:15:52    阅读次数:142
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!