码迷,mamicode.com
首页 >  
搜索关键字:core graphics    ( 20724个结果
PatentTips - Optimizing power usage by factoring processor architectural events to PMU
BACKGROUNDProcessor power consumption has become a major issue in recent years. The current trend of processor design to multi-core architecture as ea...
分类:其他好文   时间:2014-06-18 22:16:54    阅读次数:435
delphi 中 as 和 is 的使用
unit Unit1;interfaceusesWindows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,Dialogs, StdCtrls;typeTForm1 = class(TForm) Edit1: T...
分类:其他好文   时间:2014-06-18 19:14:44    阅读次数:169
用CSS开启硬件加速来提高网站性能
http://www.tuicool.com/articles/RRrENj你知道我们可以在浏览器中用css开启硬件加速,使GPU (Graphics Processing Unit) 发挥功能,从而提升性能吗?现在大多数电脑的显卡都支持硬件加速。鉴于此,我们可以发挥GPU的力量,从而使我们的网站或...
分类:Web程序   时间:2014-06-18 17:15:48    阅读次数:260
截取线程异常的方法
对于线程里面的异常,如果线程里面没有抓获异常会到导致整个进程crash。 这主要是由于每个线程有单独的异常栈,如果在线程内部没有抓获异常,CLR会把异常直接传到system core层,导致进程被kill掉。 这是可以使用ContinueWith()调用其它函数来继续执行,新执行的方法应该是...
分类:编程语言   时间:2014-06-18 16:52:15    阅读次数:215
OS | monolithic kernel & microkernel
A monolithic kernel is a kernel where all services (file system, VFS, device drivers, etc) as well as core functionality (scheduling, memory allocatio...
分类:其他好文   时间:2014-06-18 12:45:23    阅读次数:361
学生管理系统报错(一)
1、错误描述 usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop } 2014-6-16 23:48:52 org.apache.catalina.core.AprLifecycleListener init 信息: Loaded...
分类:其他好文   时间:2014-06-18 11:52:24    阅读次数:207
java多线程之路之同步器—Core Java学习
今天为大家介绍几种java内置的同步器...
分类:编程语言   时间:2014-06-18 11:48:54    阅读次数:250
Android 官方文档:(一)动画和图像 —— 1.5 画布和画图
The Android framework APIs provides a set 2D drawing APIs that allow you to render your owncustom graphics onto a canvas or to modify existing Views t...
分类:移动开发   时间:2014-06-17 19:48:07    阅读次数:255
Dropbox云存储iOS版服务评测
Dropbox的Core API使用Auth 1.0协议来对第三方的应用进行授权,虽然其授权过程比较复杂,但是官方的SDK使用 DBSession类对整个授权认证过程进行了封装,对于开发者来说使用起来也比较简单。Dropbox支持事件记录和文件版本控制,与七牛云、又拍云以及新浪微盘等国内的云盘相比,笔者认为这是一大特色,对于需要这些功能的开发者可以考虑使用Dropbox。   特色功能之一:事件...
分类:移动开发   时间:2014-06-17 18:49:15    阅读次数:340
TextView不用获取焦点也能实现跑马灯
1.写一个类继承TextView[java]view plaincopypackagecom.example.tt;importandroid.content.Context;importandroid.graphics.Rect;importandroid.util.AttributeSet;im...
分类:其他好文   时间:2014-06-17 15:43:33    阅读次数:264
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!