码迷,mamicode.com
首页 >  
搜索关键字:Fix    ( 2474个结果
ubuntu skype problem
skype: error while loading shared libraries: libGL.so.1: wrong ELF class: ELFCLASS64the solution to fix the problem:Reinstalling the libgl1 library di...
分类:系统相关   时间:2015-02-10 13:08:46    阅读次数:149
像感冒一样的contains error
Android开发中的问题总是多种多样,今天我来总结一个浪费了我一个晚上的错误T-T:your project contains error(s),please fix them before running your application.总结一下网上的各种处理办法:1.重启Eclips...
分类:其他好文   时间:2015-02-10 11:02:40    阅读次数:188
大到可以小说的Y组合子(三)
答:关于Fix的问题你fix了吗? 问:慢着,让我想想,上次留下个什么问题来着?是说我们有了一个求不动点的函数Fix,但Fix却是显式递归的,是吧? 答:有劳你还记的这个问题。 问:Fix的参与背离了匿名递归的定义,所以…所以…我们被Fix给坑了? 答:当然不是。你还记的第(一)章我们讨论过什么吗?...
分类:其他好文   时间:2015-02-10 01:47:24    阅读次数:139
安卓项目R,java文件不能自动更新,clean之后,R.java消失
今天整了个安卓项目,新增加了个跳转页面,添加完背景图,发现有个R.id找不到了,于是clean了一下,这下出问题了,发现各处的R.id都找不到,报错。结果一看是R.java没了然后各种百度结果:有说重新clean的,有说 Android Tools -> fix project propertiti...
分类:移动开发   时间:2015-02-06 09:27:50    阅读次数:208
iOS之block mark (self removeFromSuperview 导致CPU使用率高达百分之百)
因为自己之前在block中需要递归调用自己本身,而没有用weak。导致在[self removeFromSuperview]方法时,CPU使用率一只高达百分之百。。block一直持有self。。。fix:__weak 当前类 *weakSelf = self;[weakSelf 递归调用的方法];这...
分类:移动开发   时间:2015-02-05 18:16:35    阅读次数:163
mysql 中文乱码的解决办法
I would not suggest Richies answer, because you are screwing up the data inside the database. You would not fix your problem but try to "hide" it and ...
分类:数据库   时间:2015-02-04 18:23:15    阅读次数:169
Xprog 5.5.1 fix xprog-m 5.0 software error and authorization error
Important Note: I am not stating or encouraging you operate by following the next steps to update from Xprog 5.0 to Xprog 5.5.1 if you do not have kno...
分类:其他好文   时间:2015-01-31 11:52:19    阅读次数:255
:active pseudo-class doesn't work in mobile safari
...Applied just once, as opposed to every button element seemed to fix all buttons on the page. Alternatively you could use this small JS library ...
分类:其他好文   时间:2015-01-26 18:54:28    阅读次数:221
PHP基础知识(二)
Global namespace //看不懂看下面的中文 中英结合看看When using namespaces, you may find that internal functions(内部(内置)函数) are hidden by functions you wrote. To fix thi...
分类:Web程序   时间:2015-01-24 19:57:50    阅读次数:212
eclipse在高分辨率下图标字体过小问题的临时解决方法
机器:lenovo yoga 2 pro window 8.1在分辨率3200x1800下eclipse 64位版本图标字体都过小,几乎无法用。在eclipse出正式fix前的临时解决方法是:1. 下载eclipse32位版本2. 调整机器分辨率到2048x1152, scaling factor ...
分类:系统相关   时间:2015-01-24 18:36:55    阅读次数:274
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!