`
SilverRing
  • 浏览: 70821 次
社区版块
存档分类
最新评论
文章列表
By adding these two at the startup line of Eclipse. 引用 -Dfile.encoding=utf-8 -Dsun.jnu.encoding=utf-8
Try this method. 引用Move the hold button to on. Press the middle button. Move the hold to off & switch on the ipod. The scroll will start working again.
引用 SELECT SUBSTRING(MD5(RAND()) FROM 1 FOR 6) AS password The characters are from the MD5 command (and therefore in the range a-z and 0-9).
This warning probably means CSS type selectors are defined or the css file is referenced in a custom component. Solution one: Move the type selectors definition into the main application. Solution two: Replace the type selectors with class selectors. Label { font-weight: 'bold'; } ...
Issue When switching to design view after changing flex sdk to 3.2 in FB 3.0, I hit an error message: 引用This component is based on Canvas, which is not a visual component. Switch to source mode to edit it Solution Upgrade flex builder to version 3.0.2 via this site: 引用http://www.adobe.com/suppor ...
Today I got an error like this one: 引用 error while loading shared libraries: libmp3lame.so.0: cannot open shared object file: No such file or directory After checking the system, I found lame is properly installed. The only possibility is this library can't be found. A simple link should solve the ...
If this error occurs: Access of possibly undefined property DIRECT_CONNECTIONS through a reference with static type Class. Flex compiler settings need to be changed to compile for flash player 10, not 9 any more.
Sometimes a LazyInitializationException will be thrown on getHibernateTemplate().load(). Reason being when using load(), Hibernate simply retrieves you a Proxy, which has only the id set, rest of the fields being queried from database when needed. At that time, the hibernate session might have been ...
If this exception is encountered: java.lang.IllegalArgumentException: object is not an instance of declaring class Check whether the object instance is correct: Method method = invoker.getClass().getMethod("testMethod"); method.invoke(invoker); // must be invoker, don't set " ...
There're two ways of loading and unloading modules: ModuleLoader - higher level API ModuleManager - lower level API 1. Using ModuleLoader 1) define a ModuleLoader <mx:ModuleLoader id="moduleLoader"/> 2) when the button of loading the module is clicked moduleLoader.url = &q ...
The namespace for halo components is incorrect. new one: xmlns:mx="library://ns.adobe.com/flex/mx not the old one: xmlns:mx="library://ns.adobe.com/flex/halo
First of all, must define an mm.cfg under the following directory: Windows 2000/XP : C:\Documents and Settings\user_name\ Windows Vista : C:\Users\user_name\ The content of mm.cfg is like the following: ErrorReportingEnable=1 TraceOutputFileEnable=1 The first parameter means it enables the loggin ...
If you encounter the stated problem, that means you need to take the ownership of the file or folder. Prerequisites: 1. Log on as an administrator 2. Start Windows XP Home Edition in safe mode    Beware of the home Edition need to be started in the safe mode, no need for the professional Edition ...
When unit testing a remote service with Spring today, I got an error like the one below: org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [test/spring-organizationService.xml]; nested exception is javax.xml.parsers.F ...
If you encounter the "An internal compiler error occurred" in Flex Builder, open the error log view (window > show view > other > PDE Runtime > Error Log) and double click the error item. If something like the below happens, check to see whether the code pieces contain empty sw ...
Global site tag (gtag.js) - Google Analytics