Xcode中Architectures、Valid Architectures和Build Active Architecture Only的意思...
分类:
其他好文 时间:
2014-11-15 00:18:37
阅读次数:
161
网上的SeekBar自定义样式的资料很多,大多是抄来抄去。我最近用到这个,也从网上抄了一个,但是遇到不少问题,其中一个就是SeekBar的背景条不显示,最后才找到解决方法。
1. 使用自定义SeekBar
<SeekBar
android:id="@+id/ctrl_seekBar"
android:layout_width="wrap_cont...
分类:
其他好文 时间:
2014-11-13 22:37:46
阅读次数:
434
1,在oracle中的表字段是Date类型,用hibernate反向工程生成的po类字段的注解中timestamp@Temporal(TemporalType.TIMESTAMP) @Column(name = "BECOME_ACTIVE", length = 7) public Da...
分类:
其他好文 时间:
2014-11-13 20:31:39
阅读次数:
160
蓝色部分 Build Active Architecture Only Bulid的时候是不是编译 所有的版本 还是当前的版本一般 debug 选择NO (更快) Release选择Yes(更全面)
分类:
其他好文 时间:
2014-11-13 14:39:47
阅读次数:
150
1. 如果attribute view 通过Excel 表示的时候,只显示那些主键属性,以及hierarchy active设置为true的非主键属性。 如果希望非主键的属性显示,必须将其hierarchy active设置为true.Each attribute in the list of ou...
分类:
其他好文 时间:
2014-11-13 09:23:37
阅读次数:
211
weave简介Weave creates a virtual network that connects Docker containers deployed across multiple hosts.Applications use the network just as if the cont...
分类:
其他好文 时间:
2014-11-13 00:22:57
阅读次数:
492
ASP(Active Server Page)是Microsoft公司推出的基于PWS(Personal Web Server)&IIS(Internet Information Server)平台的、基于ISAPI(InternetServiceAPI)原理的动态网页开发技术,目前日趋成熟完善.....
分类:
Web程序 时间:
2014-11-12 10:29:12
阅读次数:
170
摘要:大多数 Active Server Pages (ASP) 应用程序都要通过字符串连接来创建呈现给用户的 HTML 格式的数据。本文对几种创建此 HTML 数据流的方法进行了比较,在特定情况下,某些方法在性能方面要优于其他方法。本文假定您已经具备一定的 ASP 和 Visual Basic.....
分类:
Web程序 时间:
2014-11-12 10:27:58
阅读次数:
226
unity中有一些知识点比较碎,每次用到的时候都要去网上查,实在有些浪费时间,把这些知识点集中到一起倒是不错的想法,下面就是一些琐碎的知识点,以后会逐渐更新...1,gameObject.active 表示是否在场景中停用改物体,当active=false的时候,GameObject无法find此物...
分类:
编程语言 时间:
2014-11-11 20:45:05
阅读次数:
174
今天在给工程添加百度地图SDK时,涉及到百度地图的模拟器与真机环境下的.a文件的合并,在使用终端进行 合并时,出现:xcrun: error: active developer path ("/Volumes/Xcode/Xcode.app/Contents/Developer") does not...
分类:
其他好文 时间:
2014-11-11 18:42:34
阅读次数:
177