参考:http://blog.csdn.net/sky_monkey/article/details/21466975整的错误提示信息为:No orientation specified, and the default is horizontal. This is a common source ...
分类:
其他好文 时间:
2014-10-17 11:52:47
阅读次数:
122
1在代码中添加文字阴影TextView 有一个方法/** * Gives the text a shadow of the specified radius and color, the specified * distance from its normal position. * * @...
分类:
移动开发 时间:
2014-10-16 16:58:52
阅读次数:
197
By using the
params keyword, you can specify a method parameter that takes a variable number of arguments.
You can send a comma-separated list of arguments of the type specified in the parameter de...
context.Response.ContentType=encode;using(StreamWriterwriter=newStreamWriter(context.Response.OutputStream,UTF8)){writer.Write(str);}上面代码常会报错:Bytes to...
分类:
其他好文 时间:
2014-10-14 20:15:59
阅读次数:
193
环境:
oracle clusterware:10.2.0.1
redhat 5.5
在验证完相关配置后,提示RAC安装时,报The specified nodes are not clusterable:排查/etc/hosts和信任关系没有错误的情况下,那么要注意rootpre.sh是否都在任何节点执行了...
分类:
其他好文 时间:
2014-10-11 18:37:56
阅读次数:
241
奇葩的问题,配置 nginx + php + mysql 后,加一个站点:server { listen 80; server_name wei.abc.com; root /www/wei.abc.com/; index in...
分类:
Web程序 时间:
2014-10-10 21:08:14
阅读次数:
327
-(id)performSelector:(SEL)aSelectorDescription[说明]Sends a specified message to the receiver and returns the result of the message. (required)[发送指定消息的接...
分类:
其他好文 时间:
2014-10-10 13:29:34
阅读次数:
288
在此先说一下mount.cifs挂载常用的几种方法可以直接手动挂载:#mount-tcifs-ousername=<username>,password=<password>//192.168.10.10/sharedir/mnt/dir也可以写到fstab文件中随机自动挂载://192.168.10.10/sharedir/mnt/dircifsdefaults,username=<username&..
分类:
系统相关 时间:
2014-10-09 20:06:38
阅读次数:
1743
近日由于在U3D项目中要使用到数据传递(C++ DLL的数据传递给U3D中的C#),其中涉及到需要使用C#的指针。直接编译会出现以下错误Unsafecode requires the 'unsafe' command line option to be specified。 下面是我总结的解决办法:...
分类:
其他好文 时间:
2014-10-09 13:53:43
阅读次数:
359