码迷,mamicode.com
首页 >  
搜索关键字:os    ( 139979个结果
系统无法识别移动硬盘的解决过程
1. 如果是从未使用过USB外接设备的,需要查看CMOS参数 对于从来没有使用过USB外接设备的朋友来说,即使正确安装了驱动程序也有可能出现系统无法检测USB硬盘的情况,这主要是由于主板默认的CMOS端口是关闭的,如果没有将其设置为开启状态,那么Windows自然无法检测到移动硬盘了。为了解决这个问...
分类:移动开发   时间:2014-06-18 22:10:25    阅读次数:262
PatentTips - Increasing turbo mode residency of a processor
BACKGROUNDMany modern operating systems (OS's) use the Advanced Configuration and Power Interface (ACPI) standard, e.g., Rev. 3.0b, published Oct. 10,...
分类:其他好文   时间:2014-06-18 22:07:15    阅读次数:382
quick cocos2dx 判断坐标是否在精灵内部
local pos = ccp(10, 10)local sprite=display.newSprite("02.png") //创建一个精灵sprite:setPosition(ccp(10,10))self:addChild(sprite) if sprite:getBound...
分类:其他好文   时间:2014-06-18 22:02:41    阅读次数:198
quick_cocos2dx 调度器
定时器local sharedScheduler = CCDirector:sharedDirector():getScheduler() --自定义函数 i=1 function prForHimi() -- cocos2d.CCLuaLog("reFresh...
分类:其他好文   时间:2014-06-18 22:02:00    阅读次数:204
quick_cocos2dx 点击事件
local function onTouchBegan(x, y) 层单击事件end local function onTouchMoved(x, y) end local function onTouchEnded(x, y) print("哈哈哈") endlocal function...
分类:其他好文   时间:2014-06-18 22:00:39    阅读次数:235
quick cocos2dx 滚动条
--滚动条 labar local function valueChanged(strEventName,pSender) if nil == pSender then return end ...
分类:其他好文   时间:2014-06-18 22:00:01    阅读次数:332
M78星云
此页面为WP8“M78星云”应用的发布页面。“M78星云”是一款介绍日本动漫的WP8应用。此页面主要记录开发进度、APP发布等情况。-------------------相关进度---------------------目前进度:UI相关资源前期准备中,各相关开放平台的AppID申请中...
分类:其他好文   时间:2014-06-18 21:52:54    阅读次数:199
Java输入数据流
@Test public void test() throws Exception{ //创建输入数据流对象 InputStream In=new FileInputStream("HellWord.txt"); try { //System.out.print((ch...
分类:编程语言   时间:2014-06-18 21:39:04    阅读次数:226
随笔记事之一
思考下最近下做程序员的历程以及知识点:对于程序本身还是首要重温+突击程序设计、算法和操作系统程序设计:1,把基础的数据结构的C语言实现在纸上写三遍以上,用我能想到的最精简最优化的方法2,阅读CARM和TCPL,确保不会遗漏C语言的每个细节3,重温之前自己做过的靠谱项目,并总结里面的关键难题和解决思路...
分类:其他好文   时间:2014-06-18 21:20:59    阅读次数:318
java 输出流
//输出流 @Test public void testOutStream() throws Exception{ OutputStream out =new FileOutputStream("abc.txt"); String content="hello word/nwww.baidu.c.....
分类:编程语言   时间:2014-06-18 21:16:47    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!