问题及解决
chenbang110
学习是最快乐的事
展开
-
运行Capture.exe找不到cdn_sfl401as.dll
新安装的allergo16.5,用了好长一段时间没有问题,后来莫名其妙的就出问题了,打开时提示如下错误:运行Capture.exe找不到cdn_sfl401as.dll按照网上的方法:如果运行Capture.exe找不到cdn_sfl401as.dll,如果运行allegro.exe找不到cnlib.dll,(上面俩个库文件都在C转载 2014-04-17 16:41:23 · 4365 阅读 · 0 评论 -
修改ubuntu下Eclipse默认的黑色注释
终端输入:sudo gedit /usr/share/themes/Ambiance/gtk-2.0/gtkrc 第一行将看到如下内容: gtk-color-scheme = "base_color:#ffffff\nfg_color:#4c4c4c\ntooltip_fg_color:#ffffff\nselected_bg_color:#f07746\nselected_fg_color:#0转载 2013-03-26 09:45:31 · 859 阅读 · 0 评论 -
ubuntu : no java virtual machine was found after searching
修改eclipse目录下的eclipse.ini在-vmargs之前加上:-vm/java安装的目录/bin/java原创 2013-03-25 21:49:00 · 2630 阅读 · 1 评论 -
Root-NFS: Unable to get nfsd port number from server, using default
重启一下nfs可以解决。原创 2013-03-23 21:47:02 · 1548 阅读 · 1 评论 -
TFTP error: 'Access violation'
改变tftpboot文件夹下的文件属性sudo chmod -R 777 tftpboot/原创 2013-03-23 21:04:09 · 657 阅读 · 0 评论 -
vi中文乱码
打开~/.vimrc加入:let &termencoding=&encodingset fileencodings=utf-8,gbk保存。原创 2013-03-22 14:44:31 · 600 阅读 · 0 评论 -
error: #error "Never use <bits/byteswap.h> directly; include <byteswap.h> instead."解决
error: #error "Never use directly; include instead."打开该文件,注释掉那几行。//#if !defined _BYTESWAP_H && !defined _NETINET_IN_H//# error "Never use directly; include instead."//#endif原创 2013-04-05 10:53:54 · 4912 阅读 · 1 评论 -
-/bin/sh: [命令/可执行程序]:not found的解决办法
关于mini2440上-/bin/sh: 命令:not found的解决办法我按照mini2440的移植手册移植了linux内核和文件系统不同的是我用的交叉编译器是最新的4.4.1而没有用天嵌科技提供的交叉编译器,当我移植好了yaffs文件系统,想写个helloworld程序在开发板上测试下,我把编译好的helloworld文件放到yaffs文件系统的/usr/bin目录下,但当我运行/u转载 2013-04-05 16:16:42 · 19600 阅读 · 1 评论 -
comdlg32.ocx 注册问题
下载comdlg32.ocx : http://www.skycn.com/down_proceed.php?file=comdlg32.zip解压到System32目录下,然后Win + R键,运行regsvr32 comdlg32.ocx原创 2013-04-03 19:31:05 · 1338 阅读 · 0 评论 -
listview dialog出错
LayoutInflater inflater = getLayoutInflater();final View dialoglayout = inflater.inflate(R.layout.list_dialog, (ViewGroup) findViewById(R.id.listdialog) );dialog = new AlertDialog.Builde原创 2013-03-21 16:52:36 · 869 阅读 · 0 评论 -
ubuntu下编译qt的常见错误
http://blog.csdn.net/saga1979/article/details/62478831.执行./configure 出现: /bin/sh^M: bad interpreter: No such file or directory 这是因为unix和window的行结束字符不同,用dos2unix或者任何文本编辑器转换configure文件就可以了 2转载 2013-01-23 23:02:38 · 2218 阅读 · 0 评论 -
libtool : X--tag=CC: command not found 编译报错
GCC编译代码时,执行./configure在代码目录下生成了libtool脚本,再执行make 出现类似以下错误 http://blog.csdn.net/eqera/article/details/7658031 Error代码 ../libtool: line 832: X--tag=CC: command not found ../l转载 2013-04-02 09:48:03 · 2128 阅读 · 0 评论 -
未在此计算机上注册ActiveX控件"{648A5600-2C6E-101B-82B6-000000000014}"
1. 下载一个MSCOMM32.OCX放到C:\windows\system32下2. 在命令行(注意用管理员身份)下进入到system32目录3. 运行命令regsvr32 MSCOMM32.OCX4. (选做)运行reg add "HKCR\Licenses\4250E830-6AC2-11cf-8ADB-00AA00C00905" /v "" /d "kjljvjjjoquqmj原创 2013-03-19 19:51:14 · 8336 阅读 · 4 评论 -
Linux LCD 10分钟黑屏,十分钟黑屏,LCD自动关闭,LCD黑屏 问题
来自:http://blog.csdn.net/dongliqiang2006/archive/2009/06/12/4262950.aspx【节选】:Linux启动之后,只要一段时间不动键盘(开发板上用IO扩展出来的键盘),LCD就会自动关闭(黑屏、显示慢慢消失之类),只要按下键盘就能恢复。 这个问题让我花了一天多的时间。其实如果是手持设备,这样也没有什么。但是我们公司的产品是要转载 2013-04-01 22:22:39 · 1172 阅读 · 0 评论 -
Kernel paic -not syncing: Attempted to kill init!---- linux2.6.32.移植到TQ2440
这篇文章重点在于探讨移植linux2.6.32和busybox到TQ2440开发板上可能出现的问题分析对于移植过程,请按照指导书上的内容按部就班操作问题1. 卡死描述 文件系统不能加载Copy linux kernel from 0x00200000 to 0x30008000, size = 0x00200000 ... Copy Kernel to SDRAM转载 2013-03-30 23:19:17 · 2997 阅读 · 0 评论 -
make sure that /opt/google/chrome/chrome-sandbox is owned by root and mode 4755
sudo chmod 4755 /opt/google/chrome/chrome-sandbox基本可以解决问题。但是chrome打开的时候,书签图标没了和cookie都变了。原创 2013-01-22 11:04:49 · 3557 阅读 · 0 评论 -
Please use Android Tools > Fix Project Properties
Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.1. 项目 右键 ->android tools ->Fix Project2. 如果不可以,检查Project -> Properti原创 2013-03-26 09:08:26 · 6122 阅读 · 1 评论 -
qanimationwriter.cpp:46:17: 错误: png.h:没有该文件或目录
sudo apt-get install libpng-dev原创 2013-04-13 08:58:23 · 2430 阅读 · 1 评论 -
Error: no such instruction: `swpb %cl,%dl,[%edi]'
可能是arm 交叉环境有问题,如果配置好了一般reconfigure下就ok.如果总是有问题,可以修改qatomic_arm.h,将汇编用c code写可以避过这个错误。inline char q_atomic_swp(volatile char *ptr, char newval){register char ret;/*asm volatile("swpb %0,%2,[%原创 2013-04-13 10:57:58 · 4485 阅读 · 0 评论 -
如何去掉PADs生成的PDF原理图元件的边框
在原理图编辑界面下,按ctrl+alt+c弹出显示颜色编辑界面,点键点击对话框最上方的黑色块后,如下图红圈处将BOX下方的色块选择全部分别点击使其同背景色一样为黑色,即不显示。元件引脚编号、元件编号、元件参数等字符外围讨厌的框将消失,再生成PDF就如你所愿了。向左转|向右转向左转|向右转向左转|向右转转载 2014-01-02 15:57:25 · 5692 阅读 · 0 评论 -
电感啸叫
电感啸叫: 基本理念是听觉范围内的谐波才会被听到.但是一般开关电源开关频率只要不在20K范围内,其谐波含量均不会引起较大噪声.但是这个理论是基于开关电源开关频率比较稳定的情况下. 所以说,如果开关电源占空比不稳定,其产生的谐波就有可能在20K之内并且幅度较大,这样就能引起听觉效应. 解决方法有两个:一、从根本解决,占空比的不稳定一般是控制环路的小信号被噪声干扰.DC/DC的占空转载 2013-11-30 13:53:54 · 5314 阅读 · 0 评论 -
win7/8(32/64bit)系统下使用STC-ISP的问题与解决方法(MSCOMM32.OCX)
STC-ISP是学习STC单片机过程中下载程序的软件,目前大多数计算机爱好者的计算机系统都是window7/window8(32/64bit),在使用这款软件的过程中会遇到很多问题。这里我通过网络搜集整理,总结了几种主要问题和解决方法。这里主要是我在测试新买单片机的过程中遇到的问题,由于不是很熟悉单片机,部份表述可能不妥当。由于计划在等待过年之后找工作这段时间了解一下单片机,也就冲动了转载 2013-11-18 19:34:17 · 11909 阅读 · 0 评论 -
在keil中添加STC的MCU型号步骤
http://wenku.baidu.com/view/20361706b52acfc789ebc9fd.html原创 2013-11-18 19:51:20 · 5470 阅读 · 0 评论 -
error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = ‘v100′) cannot be found.
error MSB8020: The builds tools for Visual Studio 2010 (Platform Toolset = ‘v100′) cannot be found. To build using the v100 build tools, either click the Project menu or right-click the solution, an原创 2013-10-23 10:41:15 · 46728 阅读 · 14 评论 -
vs2012 未能加载visual c++ language manager package
下载并安装,http://www.microsoft.com/en-us/download/details.aspx?id=36020转载 2013-10-23 10:29:56 · 8480 阅读 · 0 评论 -
win8 pl2303 usb 转 串口
win8系统必须要关闭设备驱动自动更新,不然联网会更新到最新驱动,又用不了了。。关闭方法:打开控制面板,搜索“设备”二字,具体看图然后安装你下载的PL2303驱动,安装完成后插入USB转串口那个东东,可以看到上边是另一个哥们儿写的教程,我感觉有点不好,因为你禁用了设备驱动自动更新,以后再用其他的设备需要自动更新的话会灰常不方便,于是乎,我又给它改转载 2013-07-28 17:01:44 · 2982 阅读 · 0 评论 -
远景在线(www.pcbeta.com):使用IE10登陆中国银行网银蓝屏或者死机的解决方案
在使用中国银行网银的时候,经常会出现蓝屏或者死机的问题,可以尝试使用以下方法解决: 方法一首先将中国银行网址添加到IE浏览器中的“受信任的站点”中。IE浏览器右上角选项按钮→Internet选项→安全→受信任站点→站点→添加中国银行网址 注意:不勾选“对该区域中的所有站点要求服务器验证(https:)”取消IE的保护模式右键点击任转载 2013-06-29 11:13:54 · 3483 阅读 · 0 评论 -
int *x, y; int* x, y;
int *x, y; 常被写成int* x, y;导致以为y为指针变量。应该写成int *x; int *y; 以免出错。原创 2013-06-27 16:03:51 · 1777 阅读 · 0 评论 -
win8 AVR usbasp 驱动 安装
Are you having problems installing usbasp drivers on windows 8 ? This walkthrough will guide you to installing those drivers :)Actually the main problem is that microsoft doesn't allow you to inst转载 2013-06-01 10:02:57 · 8211 阅读 · 1 评论 -
ATmega48/88/168 串口 proteus 仿真
ATmega48/88/168串口程序void UART_Baud_9600_Init(void){ DDRD |= 0b00000010;PORTD |= 0b0000010;UCSR0B = 0x00;UCSR0A = 0x00;UBRR0H = 0;UBRR0L = 51; //9600 UCSR0B = (1UCSR0C = (原创 2013-05-10 08:38:32 · 3851 阅读 · 0 评论 -
The connection to adb is down, and a severe error has occured.
启动android模拟器时.有时会报The connection to adb is down, and a severe error has occured.的错误.在网友说在任务管理器上把所有adb.exe关闭掉.重启eclipse.但试过不管用.所以在外国网站上找到一种可行的方法:1.先把eclipse关闭.2.在管理器转到你的android SDK 的platform-tool原创 2013-04-25 18:05:12 · 594 阅读 · 0 评论 -
ubuntu C8650 android eclipse 手机 调试 ?????????? devices
读不出序列号sudo ./adb kill-server ./adb devices出现??????????? device解决 方法:方法 一(我没有测试过):I wasn’t able to connect to my Huawei C8650 device with adb (Android debug bridge) from my Ge原创 2013-04-25 17:54:22 · 926 阅读 · 0 评论 -
wine 乱码解决
wine下中文的配置方案步骤:1. 初始设置运行 winecfg,把模拟的 Windows 系统设置为 Windows XP 或者 Windows 2000。2. 准备字体为了让 Windows 应用程序看上去更美观,所以需要 Windows 下面的字体。将 simsun.ttc 复制到~/.wine/drive_c/windows/fonts/ 目转载 2013-04-24 22:53:43 · 804 阅读 · 0 评论 -
error: cannot find -ldemo_shared
进入到demos/shared/目录make cleanmake再回到原来目录重新make就好了。这里不知道什么原因,要将shared重新编译。估计是时间戳的原因。原创 2013-04-13 11:32:27 · 1191 阅读 · 0 评论 -
error while loading shared libraries: libxxx.so.y: cannot open shared object
sudo ldconfig原创 2013-01-17 20:57:17 · 692 阅读 · 0 评论 -
error: libgcrypt version 1.1.94 or higher not found
sudo apt-get install libgcrypt11-dev原创 2013-01-17 20:34:36 · 1889 阅读 · 0 评论 -
vi中文乱码解决
vi或者vim中出现中文乱码问题解决方法为在~目录下,打开.vimrc, 加入set fileencodings=utf-8,gbk原创 2012-07-31 17:50:44 · 564 阅读 · 0 评论 -
nfs server x.x.x.x not response,still trying...解决
nfs server x.x.x.x not response,still trying...原因/etc/init.d/rcS中网络配置部分导致的问题,由于nfs启动参数已经指定了linux的IP、网关等,如果在启动脚本中在设置一次就会导致这个问题把/etc/init.d/rcS中网络配置部分#掉就OK了.原创 2012-08-15 10:31:06 · 850 阅读 · 0 评论 -
error: implicit declaration of function 'class_device_create' error: implicit declaration of functio
linux-2.6.30.4如下错误:error: implicit declaration of function 'class_device_create'error: implicit declaration of function 'class_device_destroy'原因:class_device_create 和 class_device_destro原创 2012-08-15 09:31:41 · 5701 阅读 · 0 评论 -
asm/arch/regs-gpio.h: No such file or directory; asm/hardware.h : No such file or directory
linux-2.6.30.4asm/arch/regs-gpio.h: No such file or directoryasm/hardware.h : No such file or directory原因, 早期版本的头文件, 该版本已经换地儿了.解决方法:在主目录下find -name xxxx.h 比如find -name hardware.hLinux2原创 2012-08-15 09:27:54 · 8027 阅读 · 1 评论