gvim?sublime_imfix.c /*
sublime-imfix.c
Use?LD_PRELOAD?to?interpose?some?function?to?fix?sublime?input?method?support?for?linux.
By?Cjacker?Huang?<jianzhong.huang?at?i-soft.com....
分类:
系统相关 时间:
2015-05-21 13:00:02
阅读次数:
237
Lecture5: Bisection methods , Newton/Raphson, introduction to lists二分法,牛顿,拉复生方法,列表Bisection methods 二分法注意:
# bug: when x x = high eg.x=0.25 sqrt(x) = 0.5
# fix bug: high = max(x, 1...
分类:
编程语言 时间:
2015-05-19 16:41:21
阅读次数:
339
参考文章:《How to fix Wired Network interface “Device not managed” error in Debian or Kali Linux?》文中提到,经常性的人们会遇到在有线连接的时候,当网线插上去之后,有线连接便提示“Device not manage...
分类:
其他好文 时间:
2015-05-18 18:19:21
阅读次数:
516
Today I got a issue that window.location.origin returns undefined in IE 9 .But we can fix this issue with following code:if (!window.location.origin) ...
类似于淘宝详情页菜单条智能定位 对于每个人来说并不陌生!如下截图所示:红色框的那部分! 基本原理: 是用JS侦听滚动事件,当页面的滚动距离(页面滚动的高度)大于或者等于 "对象"(要滚动的对象)距离页面顶部的高度,也就是说滚动的对象与窗口的上边缘接触时,立即将对象定位属性position值改成fix...
分类:
Web程序 时间:
2015-05-14 18:04:49
阅读次数:
144
sudo 使用不了,报错:the permissions on the /etc/sudoers file are changed to something other than 0440how to fix it:本次操作目的:修复切换sudo时报错:/etc/sudoers,应该是0440权限。...
分类:
其他好文 时间:
2015-05-14 09:56:58
阅读次数:
144
1. 问题描述:在SharePoint 2013文档库中打开Excel文件提示"The workbook cannot be opened"错误提示框,文档不能正常显示。2、问题原因:这个错误的原因应该是ExcelService的帐号对Content Database没有合适的访问权限。当你上传一个...
分类:
其他好文 时间:
2015-05-12 11:09:49
阅读次数:
183
错误Android requires compiler compliance level 5.0 or 6.0. Found '1.8' instead. Please use Android Tools > Fix Project Properties.解决办法
选择项目--》右键--》Android Tools--》Fix Project Properties
ok,解决...
分类:
其他好文 时间:
2015-05-11 13:07:35
阅读次数:
141
项目上线一段时间后,加入了公司的监控平台,奔溃还真是不少。。公司的无线环境和高配置的手机几乎任何bug都没测出来,经过一段时间的fix,总结下结果防止以后再犯同样的错误
B1: java.lang.ClassCastException
出现这个错误表示很蛋疼,原因是我们居然导入了两个不同版本的zxing包,这个问题是由于大意造成的以后一定要清理包中无用的代码,特别是功能相同已经...
分类:
其他好文 时间:
2015-05-11 10:51:07
阅读次数:
223
最近在玩3D打印,搞了套MEGA 2560 + RAMPS 1.4 + A4988,刷Marlin(https://github.com/MarlinFirmware/Marlin)固件,接上电机调试,出现"Printer stopped due to errors. Fix the error a...
分类:
其他好文 时间:
2015-05-09 23:28:44
阅读次数:
1725