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
0x02 Ettercap概述 Ettercap支持四种界面模式,分别是:Text、Curses、GTK2 、Daemonize。 顾名思义,Text界面相当于我们常说的命令行,换句话说完全可以在字符界面下操作Ettercap,这一点对于渗透测试人员来说极为重要,也非常适用。事实上在很多环境中...
分类:
其他好文 时间:
2014-07-14 18:59:48
阅读次数:
16638
#@ 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
原来以为在Ubuntu下安装好了OpenCV之后,自己写个简单的程序应该很容易吧,但是呢,就是为了编译一个简单的显示图片的程序我都快被弄崩溃了。 在谷歌和上StackOverFlow查看相关问题解答之后,我下面就介绍Command Line和CMake两种方式。 首先我先粘上我测试的代码吧,...
分类:
系统相关 时间:
2014-07-14 14:29:36
阅读次数:
321
编译环境Ubuntu 12.04 (32或者64位)安装Gitsudo apt-get install git安装编译工具sudo apt-get install build-essential安装cmakesudo apt-get install cmake安装qt4sudo apt-get in...
分类:
其他好文 时间:
2014-07-13 19:17:16
阅读次数:
276
执行:
./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.修改redhat enterprise5 语言
问题描述:切换语言
cd /etc/sysconfig
vi i18n
将LANG=en_US.UTF-8
改成LANG=zh_CN.gb2312
2.bash: ifconfig: command not found
问题描述:
切换到root用户下
[root@localhost /]$ ifconfig
依然提示:“bash: ifconfig: command not found”
whereis ifconfig 看一下这个命令在...
分类:
系统相关 时间:
2014-07-12 22:56:34
阅读次数:
416
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