Web Server provides the following ways of compiling JSP 2.1-compliant source files into servlets:JSP are automatically compiled at runtime.Thejspccomm...
分类:
Web程序 时间:
2014-12-10 22:48:20
阅读次数:
243
list命令用于显示恢复目录备份集、映像和归档日志信息。例如:1. 列出数据文件2的映像拷贝 list copy of datafile 2;2. 列出磁盘上的所有备份集 list backup of database device type disk;3. 列出表空间USERS的备份集 list ...
分类:
数据库 时间:
2014-12-10 21:08:28
阅读次数:
256
今天在云和学院学习了ADO.NetConnection:用来连接数据库Command:用来执行SQL语句DataReader:数据读取器,只读、只进的结果集,一条一条读取数据DataAdapter:数据适配器,一个封装了上面3个对象的对象?数据集(DataSet)在内存中的临时数据库断开式数据操作?...
分类:
Web程序 时间:
2014-12-10 21:03:14
阅读次数:
305
使用 CocoaHTTPServer 的时候,报错 libxml/parser.h not found
解决办法:添加链接库 libxml2.dylib
在 header search paths 处 添加 ${SDK_DIR}/usr/include/libxml2
这里说明一下,有的教程说,在此处添加
${SDK_ROOT}/user/include/libxml2, 这个应该是在开...
分类:
其他好文 时间:
2014-12-10 19:55:18
阅读次数:
245
Suppose a sorted array is rotated at some pivot unknown to you beforehand.
(i.e., 0 1 2 4 5 6 7 might become 4
5 6 7 0 1 2).
You are given a target value to search. If found in the array retur...
分类:
其他好文 时间:
2014-12-10 19:50:10
阅读次数:
154
ps 和 echo $SHELL 查看自己使用的shell ; ???????sudo -i 然后输入密码,可切换到 root ; ????????sudo passwd root 可重置 root 密码; ????????man command-name 可知...
分类:
系统相关 时间:
2014-12-10 16:34:07
阅读次数:
802
如下图,执行了一次apt-getupdate命令后错误消失
分类:
其他好文 时间:
2014-12-10 14:29:35
阅读次数:
129
在Eclipse环境下,使用Maven进行MavenIntall时发现报了该错误:Fatalerrorcompiling:tools.jarnotfound:C:\ProgramFiles\Java\jre6\..\lib\tools.jar.解决办法:点击Eclipse菜单:Window->Preferences->Java->Installed
JREs,选择右侧的Edit来修改JREs,之前我的JAVA_H..
分类:
编程语言 时间:
2014-12-10 14:28:06
阅读次数:
1159
1、右键菜单在PL/SQL Developer(下面简称PLD)中的每一个文本编辑窗口,如SQL Window,Command Window和Porgram Window,右键点击某个对象名称,会弹出一个包含操作对象命令的菜单,我们这里称之为右键菜单。对象类型可以是表,视图,同义词,存储过程和函数等...
分类:
数据库 时间:
2014-12-10 12:14:21
阅读次数:
206
Class 'Think' not found D:\www\DonatePlatform\ThinkPHP\Extend\Vendor\alipay\lib\alipay_submit.class.php 第 29 行.经过仔细排查发现alipay_submit.class.php中这个方法fun...
分类:
Web程序 时间:
2014-12-10 10:38:49
阅读次数:
167