刚开电脑平时都好好的qc打开就报错,QCC10000E -Unable to allocate environment handle百度一番得出结论,环境变量出了差错,昨天弄别的东西的时候动了下环境变量,好吧,果断修正path环境变量添上:“;D:\Program Files\IBM\SQLLIB\...
分类:
其他好文 时间:
2014-07-29 13:40:08
阅读次数:
351
seajs 2.2.1在config文件中preload一次jquery,就可以在整个项目中使用jquery。如下:seajs.on('exec', function(module) { if (module.uri === seajs.resolve('jquery')) { win...
分类:
Web程序 时间:
2014-07-29 13:35:28
阅读次数:
238
你试试把中文路径换掉 不行的话参考 逝去的青春的博客:Eclipse出现“The Eclipse executable launcher was unable to locate its companion shared library”错误的解决方法如下: 一、打开eclipse目录下的配置文.....
分类:
系统相关 时间:
2014-07-29 11:03:26
阅读次数:
447
我刚好也遇到这样的情况,发现是自己的配置文件里写错了,spring里的id属性值要对应struts里class属性值。...
分类:
其他好文 时间:
2014-07-28 16:35:13
阅读次数:
183
用了和3Sum差不多一样的思路,二分查找。关键要剪枝,但是却在剪枝那里犯了很多错误。
然后原来有一个更加快的思路O(n^2).
#include
#include
#include
#include
using namespace std;
class Solution {
public:
int threeSumClosest(vector &num, int ta...
分类:
其他好文 时间:
2014-07-27 11:21:04
阅读次数:
165
07-11 13:43:26.184: E/AndroidRuntime(10229): FATAL EXCEPTION: main07-11 13:43:26.184: E/AndroidRuntime(10229): java.lang.RuntimeException: Unable to s...
分类:
移动开发 时间:
2014-07-27 10:58:12
阅读次数:
264
【翻译自mos文章】Weblogic AdminServer 启动fail,报错为"unable to get file lock, will retry"...
分类:
Web程序 时间:
2014-07-26 15:12:20
阅读次数:
237
原文http://blog.csdn.net/lvjin110/article/details/12958463
TA是一款是基于地理位置的社交应用,帮助你与你不认识的、但就在附近的人进行即时沟通。TA是一款陌生人约会交友应用,无论你在银行排队、乘坐公交、咖啡厅或公园散步等任何地方,随时随地就能与附近有趣的陌生人进行即时沟通、分享照片、约会和交友……
转眼间,离开该研发团队快半年了,在...
分类:
移动开发 时间:
2014-07-26 15:05:40
阅读次数:
319
编译android 4.4.3,错误是: unable?to?find?any?jni?methods?for?org/chromium/ui/clipboard 原因是Xcode升级到5.1之后不兼容,无法编译`external/chromium_org`,解决方法参考<link>...
分类:
移动开发 时间:
2014-07-26 03:41:17
阅读次数:
379
SAS Program的错误主要有三类:Programing Logic Errors(How to identify and resolve);Syntax errors(How to recogize anc correct);Data errors(How to examine and res...
分类:
其他好文 时间:
2014-07-26 01:44:46
阅读次数:
253