1) cd xx.xcodeproject 2) xcodebuild –list 3) xcodebuild –target $TARGET –sdk iphoneos –configuration Release 4) xcrun -sdk iphoneos PackageApplication...
分类:
其他好文 时间:
2014-08-06 08:22:51
阅读次数:
277
rails nameerror uninitialized constant classwill occur if your rails console is not loaded with configuration of the class file containing method bein...
分类:
其他好文 时间:
2014-08-06 01:25:40
阅读次数:
209
1.先使用phpinfo.php文件打印出信息2.找到Loaded Configuration File 根据他的路径去修改php.ini文件3.打开php.ini文件,搜索 short_open_tag = Off 他默认的就是关闭的 ,将他改为On,然后重启apache就可以了本人亲自尝试过,绝...
分类:
其他好文 时间:
2014-08-05 13:46:09
阅读次数:
251
1、创建对应configuration的App.config文件,比如:App.Debug.config、App.Release.config。2、编辑项目文件,将App.*.config文件的Build Action修改为Content,参考如下: App.config ...
分类:
移动开发 时间:
2014-08-05 13:44:59
阅读次数:
184
Source fileSqlConnection strcon = new SqlConnection(System.Configuration.ConfigurationManager.AppSettings["strcon"]); strcon.Open(); Sql...
分类:
其他好文 时间:
2014-08-05 13:22:39
阅读次数:
165
Mybatis为什么要在configuration file中提供typeHandlers节点
因为java类型与数据库中保存的类型是有很大差异的,例如 在java中的类型为int,但是在数据库中可能为int也可能为number。因此建立数据库的类型映射是非常重要的。为了兼容多个数据库,以及考虑到未来数据库的发展,Mybatis采用了插入的方式来解决类型映射的问题。
我们可以在mybatis的...
分类:
其他好文 时间:
2014-08-04 14:19:27
阅读次数:
167
package com.laiwang.algo.antispam.event.job;import org.apache.hadoop.conf.Configuration;import org.apache.hadoop.conf.Configured;import org.apache.had...
分类:
系统相关 时间:
2014-08-04 01:52:26
阅读次数:
413
这篇文章主要介绍Hadoop的系统配置类Configuration。接着上一篇文章介绍,上一篇文章中Hadoop Job的main方法为:public static void main(String[] args) throws Exception { int res = ToolRunne...
分类:
其他好文 时间:
2014-08-03 22:57:36
阅读次数:
435
将sonix的sn9c291+ov9712的驱动在rt5350加载成功后,产生两个节点,video0,和video1,但是会报下面的错误,暂时未做分析
# usb 1-1.2: new high speed USB device using rt3xxx-ehci and address 4
usb 1-1.2: configuration #1 chosen from 1 choice
u...
分类:
其他好文 时间:
2014-08-02 23:28:04
阅读次数:
409