码迷,mamicode.com
首页 >  
搜索关键字:代码    ( 326546个结果
【转】获取OSGi任意Bundle的ClassLoader
在OSGi环境中,在Bundle内部代码中要得到自己Bundle的ClassLoader就很简单,在自己Bundle的代码中,直接写this.getClass().getClassLoader()就得到了自己Bundle的ClassLoader了。但怎么在其他Bundle或外部代码中得到任意一个Bu...
分类:其他好文   时间:2014-06-12 17:45:48    阅读次数:176
入住博客园
入住博客园,先秀段代码: 1 public class Singleton { 2 3 private static Singleton instance ; 4 5 6 private Singleton() { 7 } 8 9 10 public sync...
分类:其他好文   时间:2014-06-12 17:18:26    阅读次数:315
ASP.NET的Ajax异步传值尝试
1 前台代码: 2 3 无标题页 4 5 34 35 36 37 38 39 40 41 ticketApps42 43 44 45 46 1 后台代码: 2 protec...
分类:Web程序   时间:2014-06-12 17:15:51    阅读次数:286
ios Block学习
ios block 回调传值,回调事件,直接上代码在firstVC里面的tableView 点击方法 ,里面点击跳到另一个nextVC,然后返回后的firstVC后回调值-(void)tableView:(UITableView *)tableView didSelectRowAtIndexPath...
分类:移动开发   时间:2014-06-12 17:11:41    阅读次数:314
驱动中PAGED_CODE的作用
参考:http://blog.csdn.net/broadview2006/article/details/4171397里面的内容出自简而言之,Windows并没有将运行在Ring 0的代码全部视为内核,而是区分为Kernel和Executive,Executive可以理解为“管理层”的意思,解释...
分类:其他好文   时间:2014-06-12 16:56:36    阅读次数:2840
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!