右键项目->属性->order and export 将JRE System Library提到top,就可以看到src/main/java资源文件夹了。src/main/java,src/test/java/, src/test/resources只有第一个创建时会出现提示, the source...
分类:
编程语言 时间:
2014-07-15 23:34:16
阅读次数:
252
Cannot find a class or type named "MultiMarker" 是一种常见错误,产生的原因是Library里面有1个以上的ar库。以我的电脑为例,我装了NyAR2、NyAR4psg,所以运行的时候Processing先搜索NyAR2,结果找不到MultiMarker类...
分类:
其他好文 时间:
2014-07-15 00:47:37
阅读次数:
228
1.现象:客户10.2.0.4 RAC环境,出现大量的library cache lock和cursor: pin S wait on X等待,经分析是由于统计信息收集僵死导致的。数据库在8点到9点期间,数据库两个节点都存在明显的cursor: pin S wait on X和library c.....
分类:
其他好文 时间:
2014-07-14 23:51:12
阅读次数:
577
#@ root: the root of searched tree
#@ nodeToFind: the tree-node to be found
#@ path: the path from root to node
#@@
#@@ search tree referenced by root, and return the path
#@@ from root to node, if n...
分类:
其他好文 时间:
2014-07-14 16:45:51
阅读次数:
217
我新建的web程序,然后创建了一个jsp文件,然后jsp文件的第一行就出现红叉用鼠标点上去出现“Thesuperclass"javax.servlet.http.HttpServlet"wasnotfoundontheJavaBuildPath”e …… 不知道怎么说,后来就是先new 了一个ser...
分类:
编程语言 时间:
2014-07-14 15:22:37
阅读次数:
195
<?php//验证码类classp_w_picpath{protected$im;protected$img_width;protected$img_height;protected$img_type;//生成随机数staticpublicfunctionrandStr($n=4){if($n<=0){return‘‘;}$str=‘abcdefghijkmnpqrstuvwxyzABCDEFGHIJKMNPQRSTUVWXYZ0123456789‘;$str=substr(st..
分类:
Web程序 时间:
2014-07-14 12:16:07
阅读次数:
287
执行:
./configure --prefix=/usr/local/php --enable-fastcgi --enable-fpm
之后出现
Running FastCGI Process Manager checks
checking for php-fpm config file path... $prefix/etc/php-fpm.conf
checking for ...
分类:
其他好文 时间:
2014-07-13 13:50:43
阅读次数:
205
1
最简单而又令人兴奋的命令: manage.py syncdb
创建了指定app中的model对应的数据库表,如果是第一次使用此命令,会提示是否创建超级用户,输入用户名,Email和密码,接着可以看到在创建索引:
2. validate
验证Model的正确性:manage.py validate,若Model全部有效,会提示:0 errors found.
3....
分类:
数据库 时间:
2014-07-12 20:31:24
阅读次数:
278
关于mindmanager 2012启动无法运行,提示c++错误
---------------------------Microsoft Visual C++ Runtime Library---------------------------Runtime Error!
Program: D:\Program Files\Mindjet\MindManager 10\MindMan...
分类:
其他好文 时间:
2014-07-12 20:28:10
阅读次数:
295
Problem Description
=== Op tech briefing, 2002/11/02 06:42 CST ===
"The item is locked in a Klein safe behind a painting in the second-floor library. Klein safes are extremely rare; most of them,...
分类:
其他好文 时间:
2014-07-12 19:19:42
阅读次数:
303