码迷,mamicode.com
首页 >  
搜索关键字:could not find driver    ( 34312个结果
LeetCode: Rotate Image [047]
【题目】 You are given an n x n 2D matrix representing an image. Rotate the image by 90 degrees (clockwise). Follow up: Could you do this in-place? 【题意】 给定一个nXn的二维矩阵,按时钟方向旋转90度,不能使用额外的数据结构 【思路】 从外向内逐层旋转...
分类:其他好文   时间:2014-05-26 05:50:25    阅读次数:266
Unable to find target command: exec
昨天刚刚配置好的Sublime Text3可以编译C++11了,今早突然就发现了题目所出的问题,看看配置都没问题,网上的回答也不多,但后来受到启发在Data\Installed Packages这里有Package Control.sublime-package这个东东,其实就是我昨天安装插件失败的...
分类:其他好文   时间:2014-05-26 05:44:36    阅读次数:1124
leetcode -day21 Longest Substring Without Repeating Characters
?? 1、Longest Substring Without Repeating Characters Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letter...
分类:其他好文   时间:2014-05-26 05:03:19    阅读次数:172
WPS for ubuntu14
QGtkStyle could not resolve GTK. Make sure you have installed the proper libraries.sudo apt-get install --reinstall gtk2-engines-murrine:i386sudo add-...
分类:其他好文   时间:2014-05-25 23:45:25    阅读次数:276
Cannot find executable for CFBundle 解决办法
Cannot find executable for CFBundle 0x8f4d850 (not loaded)解决办法:还原模拟器。
分类:其他好文   时间:2014-05-25 23:36:51    阅读次数:313
Visual Assist X 笔记
Visual Assist X 快捷键 Shift+Alt+F Find References 查找引用 Shift+Alt+S FindSynbolDialog 打开查找符号对话框 Alt+G GotoImplementation 转到定义 Alt+M ListMethodsInCurrentFi...
分类:其他好文   时间:2014-05-25 18:50:17    阅读次数:350
VS2012+7600配置驱动环境
新建C++Win32控制台项目 选择空项目 新建项目Driver"配置" ,点击下拉按钮-点击(配置管理器) 点击配置的下拉按钮选择新建 在新建项目配置的名称中填入Driver 打开属性管理器 右键Driver|Win32弹出属性 设置VC++目录,我将WDK安装在C盘下了 上边这步操作可以直接写在...
分类:其他好文   时间:2014-05-25 13:59:23    阅读次数:308
Linux递归解压缩一个文件夹下的所有文件
gunzip -r hongchangfirst/data 如何递归删除那些剩余的非log结尾的文件? 先列出确认一下: find hongchangfirst/data -type f ! -name "*.log" 然后真正的删除: find hongchangfirst/data -type f ! -name "*.log" -exec rm -f {} \;...
分类:系统相关   时间:2014-05-25 09:41:05    阅读次数:694
LightOJ-1205 - Palindromic Numbers
A palindromic number or numeral palindrome is a 'symmetrical' number like 16461 that remains the same when its digits are reversed. In this problem you will be given two integers i j, you have to find...
分类:其他好文   时间:2014-05-25 07:41:08    阅读次数:253
LeetCode:3Sum
题目:         Given an array S of n integers, are there elements a, b, c in S such that a + b + c = 0? Find all unique  triplets in the array which gives the sum of zero. Note: Elements...
分类:其他好文   时间:2014-05-25 00:39:37    阅读次数:343
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!