http://www.opengl.org/wiki/Vertex_Texture_FetchVertex Texture FetchThis article contains inaccurate information. Further details can be found on theta...
分类:
其他好文 时间:
2014-07-15 23:02:34
阅读次数:
515
今天跑了下新搭的一个SSI框架。报如下错误:
严重: Exception sending context initialized event to listener instance of class com.j.chat.upgrade.web.core.SystemLaunchListener
java.lang.IllegalStateException: No WebApplicat...
分类:
移动开发 时间:
2014-07-15 10:43:08
阅读次数:
405
查看数据库版本:db2level DB21061E Command line environment not initialized. windows命令行下,需要先调用db2cmd,或者DB2CW.BAT(最终也是运行db2cmd)设置db2命令行解释器才能使用。否则直接运行db2会报告“DB21...
分类:
数据库 时间:
2014-07-14 22:47:21
阅读次数:
337
其实错误原因并不是因为此错误,经检测,邮件服务器返回的真实错误是501mailfromaddressmustbesameasauthorizationuser。只因为同时返回了503Error:needMAILcommand和503Error:needRCPTcommand,而ECSHOP只提示了最...
分类:
其他好文 时间:
2014-07-14 17:54:36
阅读次数:
374
#@ 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
1,linux操作日志记录,记录从各个ip登陆到系统的账号,指向命令及命令执行时间#!/bin/bashecho "export PROMPT_COMMAND='{ msg=\$(history 1 | { read x y; echo \$y; }); logger -p local5.info ...
分类:
移动开发 时间:
2014-07-14 16:02:05
阅读次数:
269
首先,如果您希望了解更多的MVVMLight技术或希望有顺序的学习MVVMLight,请查阅目录《MVVMLight 设计模式系列使用文章》。继上一篇文章的项目,我们实现了数据绑定到界面中。这篇文章我们将实现把命令绑定到按钮上,在XAML中的Button之类的都会有个Command属性可以让我们来绑...
分类:
其他好文 时间:
2014-07-14 15:36:50
阅读次数:
356
我新建的web程序,然后创建了一个jsp文件,然后jsp文件的第一行就出现红叉用鼠标点上去出现“Thesuperclass"javax.servlet.http.HttpServlet"wasnotfoundontheJavaBuildPath”e …… 不知道怎么说,后来就是先new 了一个ser...
分类:
编程语言 时间:
2014-07-14 15:22:37
阅读次数:
195
原来以为在Ubuntu下安装好了OpenCV之后,自己写个简单的程序应该很容易吧,但是呢,就是为了编译一个简单的显示图片的程序我都快被弄崩溃了。 在谷歌和上StackOverFlow查看相关问题解答之后,我下面就介绍Command Line和CMake两种方式。 首先我先粘上我测试的代码吧,...
分类:
系统相关 时间:
2014-07-14 14:29:36
阅读次数:
321
在使用sublime text进行 选中 操作中,如果使用了esc退出选中状态,会进入command mode,现象是不能输入任何东西,关闭当前编辑文件重新打开可以解决。但是很影响连贯性。可以通过一些方法解决。造成这种现象的原因是:enable 了vintage,也就是vim 模式。可以关闭vim模...
分类:
其他好文 时间:
2014-07-14 14:10:04
阅读次数:
318