eclipse崩溃了会报“parseSdkContent failed java.lang.NullPointerException”的错误。所有的安卓项目都不正常,创建项目就会报java.lang.NullPointerException的错误。后来上网搜到了解决办法,办法就是,把项目的存储路.....
分类:
编程语言 时间:
2014-07-18 16:09:56
阅读次数:
198
Ctrl+1 快速修复Ctrl+D 删除当前行Ctrl+/ 注释当前行,再按则取消注释 (对java代码有效)Ctrl+M 切换窗口的大小Ctrl+I 格式化激活的元素Format Active Elements。Ctrl+Shift+/ 自动注释代码Ctrl+Shift+\ 自动取消已经注释的代码...
分类:
系统相关 时间:
2014-07-18 15:38:37
阅读次数:
304
long sd=1345185923140L;
Date dat=new Date(sd);
GregorianCalendar gc = new GregorianCalendar();
gc.setTime(dat);
java.text.SimpleDateFormat format =...
分类:
编程语言 时间:
2014-07-18 11:29:20
阅读次数:
188
ylbtech-JavaScript-util:util.date.js日期处理工具1.A,JS-效果图返回顶部 1.B,JS-Source Code(源代码)返回顶部1.B.1, m.yintaiDate.prototype.format = function(format){ var o ...
分类:
Web程序 时间:
2014-07-18 10:25:14
阅读次数:
301
本文转载至 http://blog.csdn.net/lvxiangan/article/details/28101119以下内容摘抄自网络,著作权属于原作者方法1:使用ios自带联网查询功能,断网会报PBRequester failed with Error Error Domain=NSURLE...
分类:
移动开发 时间:
2014-07-18 09:27:34
阅读次数:
217
K - Kinds of Fuwas Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluDescriptionIn the year 2008, the 29th Olympic Games will be held ...
分类:
其他好文 时间:
2014-07-18 00:19:24
阅读次数:
357
F - Faster, Higher, Stronger Time Limit:2000MS Memory Limit:65536KB 64bit IO Format:%lld & %lluSubmit Status Practice ZOJ 2970DescriptionIn the year 2...
分类:
其他好文 时间:
2014-07-18 00:05:06
阅读次数:
253
perl:warning:Settinglocalefailed解决办法:$sudovi/etc/profile按a或i进入编辑模式exportLC_ALL=en_US.UTF-8exportLANGUAGE=en_US.UTF-8按Esc键退出编辑模式:wq(保存并退出)$source/etc/profile
分类:
其他好文 时间:
2014-07-17 20:31:02
阅读次数:
178
虚拟机无法联网,service network start 启动eth0报错:
Error: Connection activation failed: Device not managed by NetworkMan
错误的原因是:网络管理装置不被允许。
解决方法:
运行下列命令
chkconfig network off
chkconfig ...
分类:
其他好文 时间:
2014-07-17 19:17:29
阅读次数:
212
Example 5-8. date_format[日期格式]index.php:复制代码代码如下:$smarty = new Smarty;$smarty->assign('yesterday', strtotime('-1 day'));$smarty->display('index.tpl');...
分类:
Web程序 时间:
2014-07-17 18:15:03
阅读次数:
308