1、描述:
org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console
2、一定需要导入,equinox-SDK-M20150708-1000 下的plugins,241个插件
3 、在Run> Run Configurations中设置添加除org.e...
分类:
系统相关 时间:
2015-07-16 19:48:54
阅读次数:
262
Problem:You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise).Follow up:Could you do this in-place?思路:顺时针方...
分类:
其他好文 时间:
2015-07-16 11:23:49
阅读次数:
121
1.Symbol
'cout' could not be resolved , 选择kepler版本就不报错了。
2. 下载gdb,
./configure
make
sudo make install
3. 在eclipse中配置gdb(mac版本)
因为直接用gdb调试的话,会出现没有权限的情况,因此需要制作一个keychain给gdb
打开钥匙串访问
...
分类:
编程语言 时间:
2015-07-16 09:41:05
阅读次数:
460
Problem Definition: Given a singly linked list, determine if it is a palindrome. Follow up: Could you do it in O(n) time and O(1) space?思路:为了达到O(1)...
分类:
其他好文 时间:
2015-07-15 20:52:39
阅读次数:
104
[java] view
plaincopyprint?
Apr 8, 2014 2:13:57 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet springmvc threw exception
javax.valid...
分类:
编程语言 时间:
2015-07-15 13:16:30
阅读次数:
230
日志中报错如下:java.lang.NoClassFoundError: Could not initialize class sun.awt.X11GraphicsEnvironment 解决办法:启动脚本中JAVA_OPTIONS变量后加入-Djava.awt.headless=true参数
分类:
Web程序 时间:
2015-07-15 13:00:55
阅读次数:
139
当把CocoaPods生成的workspace移动到上层目录时,需要改下Pods.xcconfig和工程里的一些设置,就通常没什么难度。当遇到这个问题时:CouldnotautomaticallyselectanXcodeproject.SpecifyoneinyourPodfilelikeso:x...
分类:
其他好文 时间:
2015-07-15 12:46:55
阅读次数:
104
hibernate3中出现 could not initialize proxy - no Session 错误的解决办法以及lazy load的介绍 could not initialize proxy - no Session
异常:org.hibernate.LazyInitializationException: could not initialize proxy - no Sessi...
分类:
其他好文 时间:
2015-07-15 11:18:40
阅读次数:
108
题目:
You are given an n x n 2D matrix representing an image.
Rotate the image by 90 degrees (clockwise).
Follow up:
Could you do this in-place?
题意:
给定一个 n x n 的二维矩阵,来表示一副图像。
把图像旋转90度(顺时针...
分类:
编程语言 时间:
2015-07-14 22:46:32
阅读次数:
320
本文翻译自ReadWrite.com上刊登的Matt Asay的一篇文章,Rust Never Sleeps: How Mozilla Could Become Cool Again,副标题是“Mozilla has almost faded from memory, but Rust could make it hip again”。...
分类:
其他好文 时间:
2015-07-14 20:30:29
阅读次数:
177