好吧,能找到这文章的,一般是接到了如下需求:我是从raywenderlich抽了点内容出来做日记,另外,本文说的不是布局的适配,而是因为ios的升级带来的各版本代码上的不兼容。Deployment Target vs. Base SDK总的来说,Base SDK表示你愿意支持的最高版本,位于你要设置...
分类:
移动开发 时间:
2014-07-16 21:18:49
阅读次数:
618
1 T4语法T4的语法与ASP.NET的方式比较类似。主要包括指令、文本块、控制块。1.1 指令指令主要包括template, output, assembly, import, include等类型,用以告诉T4引擎如何编译和运行一个模板。这些指令相当于T4引擎的配置参数。示例:告诉T4引擎控.....
分类:
其他好文 时间:
2014-07-16 18:11:44
阅读次数:
469
解决在SharePoint 2010 部署自己Event Handler后,解决”Could not load file or assembly 'TIBCO.EMS, Version=1.0.700.12, Culture=neutral, PublicKeyToken=5b83db8ff05c64ba' or one of its dependencies. The system cannot find the file specified. “的问题...
分类:
其他好文 时间:
2014-07-12 21:37:56
阅读次数:
283
在Linux Kernel中有些constant需要被C code 跟 assembler共同使用在用constant的時候,不能單方面給0x1000UL因為assembler無法看這東西。但是C compiler卻可以。所以使用這個gcc feature.讓C compiler看到的constan...
分类:
其他好文 时间:
2014-07-12 14:07:30
阅读次数:
166
Tomcat7.X正常启动,通过浏览器访问URL时,报404错误。原来是部署时,初了问题,因为使用IDE开发,Eclipse帮我们自动部署了,可有时候会出现问题。解决方案如下: 选中项目,右键:Properties -> Deployment Assembly
分类:
其他好文 时间:
2014-07-12 14:03:37
阅读次数:
177
1.ld: symbol dyld_stub_binding_helper not found, normally in crt1.o/dylib1.o/bundle1.o for architecture原因:不支持低版本的系统如3.0解决:Deployment Target was 3.0. C...
分类:
移动开发 时间:
2014-07-11 21:02:11
阅读次数:
222
Now the security has a trend to become more and more important in our daily work, hence I did some researches on some of the topics, and hope to do mo...
分类:
其他好文 时间:
2014-07-11 19:20:52
阅读次数:
283
Reflection(反射)是深入学习.Net必须掌握的技能之一。最初学Reflection的时候,的确是被惊住了,原来还可以这样。只要给你一个Assembly, 你就能获取到其中所有的类型,根据类型,你能够创建和操作对象的属性和方法,甚至是私有的。但是,每次使用Reflection,看着那些丑陋难...
分类:
其他好文 时间:
2014-07-08 11:41:18
阅读次数:
280
错误:Error msg: A reference was created to embedded interop assembly. because of an indirect reference to that assembly created by assembly. Consider ch...
分类:
其他好文 时间:
2014-07-05 21:05:45
阅读次数:
1107
//在这里,我来总结一下关于资源文件的相关操作。//1.比较常见的有获取资源文件对应的文件流,然后转换到相对应的文件//比较典型的做法是通过代码程序集加载指定资源//如下通过Assembly的静态方法GetExecutingAssembly()得到程序集//还有很多方式可以得到代码程序集C#代码 ....
分类:
其他好文 时间:
2014-07-05 18:48:48
阅读次数:
150