File -> Settings -> Editor -> Code Style -> Java -> Tabs and Indents -> Use tab character…
idea上面总是弹出 解决方法: File -> Settings -> Editor -> Code Style -> Java -> Tabs and Indents -> Use tab character…
根据阿里巴巴Java开发手册,不能使用Tab字符,改成4个字符,设置如下: 注意:是不选择! 一定要选择这个:…
    问题描述: 在eclipse 中开发c++或c是比较麻烦的事情,刚刚配置好mingw32和cdt和环境变量后,新建一个hello world的c++项目还是会出现问题.主要是在编译的时候会提示A program file was not specified in the launch configuration.(没有找到可以编译的程序源文件).     解决方法是: 1.选中你的项目,然后右击项目,在弹出的菜单中选择Properties 2.在弹出的对话框中选中Run/Debug Se…
经过测试发现,在mac里面safari.Firefox.Chrome(opera不知道为啥老闪退)都没有卡顿问题 在windows里面,Firefox不卡顿,只有Chrome卡顿. 然而,这个插件是从另一个项目里面借用过来,再加上了限定图片类型的功能而已. 原组件并没有这个卡顿问题,那么问题只可能是在限定图片类型这点上了. 先贴上我的代码 <input    accpet="image/*"    style={inputStyle}    ref={c=> this._i…
在使用node-sass编译的时候出现以下情况 Error: ENOENT: no such file or directory, scandir 'D:\xxxx\node_modules\.npminstall\node-sass\3.7.0\node-sass\vendor' 解决的方法是 npm rebuild node-sass npm rebuild: 用于更改包内容后进行重建…
idea打包的jar文件在spark执行是报错: Invalid signature file digest for Manifest 通过以下命令解决: zip -d myjob.jar META-INF/*.RSA META-INF/*.DSA META-INF/*.SF…
一.错误描述 今天测试MM用HTC手机测试某个模块的时候crash了,抓log后发现是使用DownloadManager下载apk安装包然后自动安装的时候,抛了异常:java.lang.IllegalArgumentException: Expected file scheme in URI: content://downloads/my_downloads/12 具体crash错误信息如下所示: 11-30 09:24:21.933 28279 28279 E AndroidRuntime:…
http://techxploration.blogspot.com/2012/01/resolving-sp2-0750-you-may-need-to-set.html Resolving SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory   If you set up Oracle Database XE 11G in Linux and you encounter the followi…