-
STM32的can有关问题
STM32的can问题用的103VE+usb_can来调试,可是我只有发送。都失败了,usb_can那边得不到数据。/*Includes------------------------------*/#include"stm32f10x.h"#include"misc.h"#include"stm32f10x_can.h"/*Privatetypedef----------------------...
84
热度 -
哪位遇到过can的MERRF的异常
哪位遇到过can的MERRF的错误想知道这个错误是怎么引起的呢?color='#e78608'>------解决方案--------------------中断方式下,主程序必须在中断控制报文接收之前使能CAN的接受中断和微控制器的全局中断。当报文发送完之后会产生一个中断通知来接收报文。首先应该看一下中断标志类型,如果是报文成功发送产生的中断,将报文读入滤波器中,否则产生报文出错标志,CANINT...
45
热度 -
Only a type can be imported解决方法
Onlyatypecanbeimportedorg.apache.jasper.JasperException:UnabletocompileclassforJSP:Anerroroccurredatline:7inthegeneratedjavafileOnlyatypecanbeimported.com.xband.portal.designer.DesignerBeanresolvestoa...
249
热度 -
mysql异常:Can’t create TCP/IP socket (10106)
mysql错误:Can’tcreateTCP/IPsocket(10106)昨天晚上十一点半,有个女同学打电话说电脑出问题了,说tomcat和mysql打不开了,各种急!因为后天就要答辩了,这些软件打不开,系统也就运行不起来!大半夜的让我怎么办,只好说明天早起帮看看!早早的起来了,接过同学的电脑!回到宿舍看了一下,mysql果然打不开报了这样的错误“mysql错误:Can’tcreateTCP/I...
107
热度 -
Can I use this Intent? (转从android developer)
CanIusethisIntent?(转自androiddeveloper)CanIusethisIntent?PostedbyRomainGuyon05January2009at6:00AMhttp://android-developers.blogspot.com/2009/01/can-i-use-this-intent.html?Androidoffersaverypowerfulandy...
64
热度 -
A subquery can be used to 的考试题
Asubquerycanbeusedto的考题!Q:17Asubquerycanbeusedto___.A.creategroupsofdataB.sortdatainaspecificorderC.convertdatatoadifferentformatD.retrievedatabasedonanunknownconditionAnswer:D这道题答案为什么是D,子查询是可以管理表查询出另...
350
热度 -
Can't find dependent libraries,悲剧的异常
Can'tfinddependentlibraries,悲剧的错误教授给了一个java程序的例子,里面调用了一个dll,别人都可以运行成功,为什么我运行就报Exceptioninthread"main"java.lang.UnsatisfiedLinkError:C:\Users\Administrator\Desktop\adapter_integrated\SimplePa...
154
热度 -
A subquery can be used to 的试题
Asubquerycanbeusedto的考题!Q:17Asubquerycanbeusedto___.A.creategroupsofdataB.sortdatainaspecificorderC.convertdatatoadifferentformatD.retrievedatabasedonanunknownconditionAnswer:D这道题答案为什么是D,子查询是可以管理表查询出另...
7692
热度 -
chrom cast error with background can not be translucent: #零
chromcasterrorwithbackgroundcannotbetranslucent:#0最近集成chromcast到项目里,总是在不停的报错,后来发现我theme用的不对,要得用Theme.AppCompat下面的theme,之前我的activity用的是@android:style/Theme.NoTitleBar,我也看了源码,这估计是因为inflate在加载xml的时候,用不同的...
2618
热度 -
Can not issue data manipulation statements with executeQuery().JAVA WEB
CannotissuedatamanipulationstatementswithexecuteQuery().JAVAWEB求助request.setCharacterEncoding("UTF-8");Stringid=request.getParameter("id");Stringname=request.getParameter("nam...
548
热度 -
javax.faces.FacesException: Can't instantiate class: ''.
初学jsf遇到的问题,提示不能实例化''类做了一个简单的练习,写了一个managedbean,里面有一double、一String、一Date。对应jsp页面的三个输入文本框。但是浏览器执行时出现异常,先是提示:严重:Servlet.service()forservletFacesServletthrewexceptionjava.lang.NumberFormatException:emptyS...
448
热度 -
CVS commit的时分 can not rename XX to XX
CVScommit的时候cannotrenameXXtoXXCheckinginbas_all.jsp;/cvshome/trinetworks/code/defaultroot/portal/UI/rm/bas/bas_all.jsp,v<--bas_all.jspnewrevision:1.3;previousrevision:1.2cvs[serveraborted]:cannotre...
517
热度 -
Can't call commit when autocommit=true 错误!
Can'tcallcommitwhenautocommit=true异常!!关键代码:1dbc.getConn().setAutoCommit(false);2dbc.executeUpdate(sqlUpdate);3dbc.executeInsert(sqlup);4dbc.getConn().commit();5dbc.getConn().setAutoCommit(true);分明我有把A...
711
热度 -
can发送和接受有关问题
can发送和接受问题我M64的spi口控制mcp2515。现在在自环模式下面能够自收发了。在正常工作模式下面,通过观察波形,好像已经发送出去了。但是在接收的时候,观察不到波形。显示也没有收到数据。请问有大虾遇到过这种情况么?请指教呢!color='#e78608'>------解决方案--------------------发送和接收不是一个波形吗?接收方是否被设置成了Non-ACK模式?观察AC...
71
热度 -
How can I get a writable path on the iPhone
HowcanIgetawritablepathontheiPhone?原文链接:http://stackoverflow.com/questions/1567134/how-can-i-get-a-writable-path-on-the-iphone?Therearethreekindsofwritablepathstoconsider-thefirstisDocuments,whereyous...
68
热度 -
stm32f407中can波特率的设置有关问题
stm32f407中can波特率的设置问题对于stm32can的时钟为fpclk=30m,我所期望的波特率为baud=500k。那么根据公式1/baud=(BRP+1)(BS1+BS2+3)*fpclk,算出(BRP+1)(BS1+BS2+3)=60。那么取BRP=2,得到BS1+BS2=17。然后设置最佳采样点令(1+1+BS1)/(1+1+1+BS1+BS2)=87.5%。最后得出BRP=2,...
37
热度 -
java.lang.IllegalArgumentException: Can't convert argument: null
myeclipse里我项目重命名之后,包异常?java.lang.IllegalArgumentException:Can'tconvertargument:null atorg.apache.tomcat.util.IntrospectionUtils.convert(IntrospectionUtils.java:889) atorg.apache.tomcat.util.digester.C...
407
热度 -
RuntimeException跟非RuntimeException的区别, who can tell me ?
RuntimeException和非RuntimeException的区别,whocantellme??如题,50分!!各位出手啊!!呵呵color='#e78608'>------解决方案--------------------所有方法都可以在不声明throws的情况下抛出RuntimeException及其子类不可以在不声明的情况下抛出非RuntimeExceptioncolor='#e786...
93
热度 -
the value of select drop list can't be submit to form due.
thevalueofselectdroplistcan'tbesubmittoformdue.... iftheselectdroplistisdisable,thevalueofitcan'tbesumitedtoform.
483
热度 -
各位有没有做过JAVA读写CAN方面的?该如何处理
各位有没有做过JAVA读写CAN方面的?各位有没有做过JAVA读写CAN方面的,用的是那是CAN产品color='#e78608'>------解决方案--------------------upcolor='#e78608'>------解决方案--------------------没,帮顶
93
热度