使用jdbc方式连接数据库时会使用一句代码Class.forName(StringclassName).这句话是什么意思呢?首先说一点Class.forName(StringclassName)这种方法的作用是装载className这个字符串指定的类。官方文档返回与带有给定字符串名的类或接口相关联的...
分类:
其他好文 时间:
2014-07-15 08:24:05
阅读次数:
220
在做一些培训课程的时候,只需要ppt课件的东西和音频就好了,这样占的服务器空间、带宽都比较小,所以就用jwplayer的javascript接口做了一个可以结合图片和音频做成播放课件的效果,可自定义播放的时间并跳转到相应时间对应的图片,达到播放“视频”的效果。官方文档:http://support....
分类:
其他好文 时间:
2014-07-14 22:41:35
阅读次数:
850
云计算在当今IT世界中已发展地如火如荼,越来越多的企业利用云计算改造传统的数据中心,简化IT资源的交付模式。云计算是许多开放技术的融合,在这个领域,OpenStack是其中最流行最具影响力的开源IaaS云平台,全世界大批的工程师参与OpenStack各组件的开发,使其社区越来越活跃,发展也越来越快速...
分类:
其他好文 时间:
2014-07-14 22:34:30
阅读次数:
372
最近学习开放平台,官方文档和Demo有点坑爹,经过几天的努力,写了一个DEMO,整合了新浪微博和腾讯微博,均能够SSO授权、网页授权和发微博,如果需要可以去看看源码,里面有注释说明:DEMO源码地址:https://github.com/cstdr/WeiboSDKDemo说明一下:虽然已经有很多类...
分类:
移动开发 时间:
2014-07-14 21:28:02
阅读次数:
263
发送用户到另外一个AppYOU SHOULD ALSO READ内容分享One of Android's most important features is an app's ability to send the user to another app based on an "action" ...
分类:
移动开发 时间:
2014-07-14 19:59:39
阅读次数:
386
3Permissions and Security Policy3.1The Permission ClassesThe permission classes represent access to system resources. The java.security.Permission cla...
分类:
编程语言 时间:
2014-07-14 19:14:43
阅读次数:
519
直接使用devstack在ubuntu14.04中搭建单节点的openstack
使用keystone命令查询租户和...
分类:
其他好文 时间:
2014-07-14 13:55:14
阅读次数:
237
Android is a privilege-separated operating system, in which each application runs with a distinct system identity (Linux user ID and group ID). Par...
分类:
移动开发 时间:
2014-07-14 10:50:35
阅读次数:
290
Android is designed to run on many different types of devices, from phones to tablets and televisions. As a developer, the range of devices provide...
分类:
移动开发 时间:
2014-07-13 19:49:24
阅读次数:
300
??????通常我们项目里,有一些重要的日志想单独的输出到指定的文件,而不是全总输出到系统的日志文件里,那么我们log4j为我们提供了这样的功能,下面我们来一步一步看是怎么做的。这里以property的配置方式写,xml方式类似,想了解的,可以看官方文档。...
分类:
其他好文 时间:
2014-07-13 15:31:47
阅读次数:
226