摘要:
代码如下declare l_ip varchar2(15);begin if OWA_UTIL.GET_CGI_ENV('X-FORWARDED-FOR') is not null then l_ip:= OWA_UTIL.GET_CGI_ENV('X-FORWARDED-FOR... 阅读全文
摘要:
1.直接在 SQL Developer中写入代码create or replace and compile java source named "HelloWorld"aspackage com.test;public class HelloWorld {public static String s... 阅读全文
摘要:
在CGridView里,有时候需要用到复杂的查询时,可用CSqlDataProvider替换CActiveDataProvider,CSqlDataProvider 可用复杂的查询语句,例子如下:1.在控制器中: public function actionIndex() { ... 阅读全文