码迷,mamicode.com
首页 >  
搜索关键字:needed    ( 630个结果
IHookHelper的用法
1.实例化IHookHelper 对象: IHookHelper m_hookHelper = new HookHelperClass(); m_hookHelper.Hook = this.axMapControl1.Object ;这样就可以把AxMapControl传递给其它要用到的地方。 2 ...
分类:其他好文   时间:2017-01-08 19:18:10    阅读次数:276
jquery1.7.2的源码分析(四)$.Deferred(2)
jQuery.Callbacks = function( flags ) { // Convert flags from String-formatted to Object-formatted // (we check in cache first) flags = flags ? ( flags ...
分类:Web程序   时间:2017-01-07 16:29:13    阅读次数:194
centos6.5 删除lamp
1、删除php,删除之前需要查看php依赖包,使用 rpm -qa|grep php [root@localhost ~]# rpm -qa |grep phpphp55w-mysql-5.5.38-1.w6.x86_64php55w-common-5.5.38-1.w6.x86_64php55w- ...
分类:其他好文   时间:2016-12-31 23:54:23    阅读次数:402
iOS常用库之Masonry
简单介绍 Masonry 源码地址:https://github.com/Masonry/Masonry Masonry是一个轻量级的布局框架 拥有自己的描述语法 采用更优雅的链式语法封装自动布局 简洁明了 并具有高可读性 而且同时支持 iOS 和 Mac OS X。 ``` pod 'Masonr ...
分类:移动开发   时间:2016-12-24 22:34:32    阅读次数:293
rpm包安装过程中依赖问题“libc.so.6 is needed by XXX”解决方法
rpm包安装过程中依赖问题“libc.so.6 is needed by XXX”解决方法 折腾了几天,终于搞定了CentOS上的Canon LBP2900打印机驱动。中间遇到了一些问题,主要是安装rpm包出现的依赖问题,费尽周折总算是解决了。现在简单总结一下。 首先说明一下,我用的CentOS版本 ...
分类:其他好文   时间:2016-12-24 14:29:33    阅读次数:299
make[2]: *** No rule to make target `/root/.pyenv/versions/anaconda3-2.4.0/lib/libpython3.5m.so', needed by `evaluation.so'. Stop.
当出现No rule to make target ,肯定是Makefile有问题。 有的makefile是脚本生成的,你得看脚本的配置文件对不对。 我的是这个脚本生成的。发现是Pythondir的配置不对: PYTHON_DIR=/home/zgq/anaconda3cmake \-DPYTHON ...
分类:编程语言   时间:2016-12-21 23:54:23    阅读次数:527
How to build a GUI in ROS with Qt / C++
Overview A graphical user interface or GUI enables people especially end users to interactive with ROS through graphical icons and visual indicators. ...
分类:编程语言   时间:2016-12-21 07:43:07    阅读次数:1128
RunLoop总结:RunLoop基础知识
没有实际应用场景,很难理解一些抽象空洞的东西,所以前面几篇文章先介绍了RunLoop的几个使用场景。 另外AsyncDisplayKit中也有大量使用RunLoop的示例。 关于实际的使用RunL...
分类:其他好文   时间:2016-12-21 00:12:10    阅读次数:347
ALSA lib基本概念
1.channel 通道,即我们熟知的声道数。左/右声道,5.1channel等等 2.sample A sample is a single value that describes the amplitude of the audio signal at a single point in ti ...
分类:其他好文   时间:2016-12-18 20:24:34    阅读次数:286
Leetcode Integer Replacement
Given a positive integer n and you can do operations as follow: What is the minimum number of replacements needed for n to become 1? Example 1: Exampl ...
分类:其他好文   时间:2016-12-17 07:39:47    阅读次数:135
630条   上一页 1 ... 32 33 34 35 36 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!