搜索到与相关的文章
Tomcat

Tomcat 管理页面

一、配置刚下载的解压版的apache-tomcat,启动后,通过浏览器访问:http://127.0.0.1:8080/(或者http://localhost:8080)然后点击下图的ServerstatusX在登录界面输入用户名both和密码tomcat后出现下面的错误提示:HTTPStatus403-Accesstotherequestedresourcehasbeendenied问题原因:D:\apache-tomcat\conf目录下的tomcat

系统 2019-08-12 01:32:25 3291

ASP.NET

Scott Mitchell 的ASP.NET 2.0数据教程之51章:

第51到53章为优化GridView系列本章英文原版以及代码下载:http://www.asp.net/learn/dataaccess/tutorial51cs.aspx?tabid=63ScottMitchell的ASP.NET2.0数据教程之51章:为GridView控件添加RadioButtons列导言:GridView控件提供了大量的内置功能。它包含了一系列的域(field)来显示诸如text、images、hyperlinks和buttons。

系统 2019-08-29 22:26:35 3289

Oracle

Oracle :多实例切换

Connectingto10.1.4.21:22...Connectionestablished.Toescapetolocalshell,press'Ctrl+Alt+]'.Lastlogin:MonOct1413:58:582013from10.1.4.39[root@db1~]#su-oracleurpdb1:/home/oracle@db1>echo$ORACLE_SIDurpdb1urpdb1:/home/oracle@db1>sqlplus/a

系统 2019-08-12 01:55:04 3289

数据库相关

Create a CSV file

CreateaCSVfile|GroovyExamplesCreateaCSVfileJune21st,20105CommentsForthisexample,let’sassumewehaveanarrayofmapsasourdata.defplanets=[[id:'1',color:'red',planet:'mars',description:'Mars,the"red"planet'],[id:'2',color:'green',planet:

系统 2019-08-12 01:32:14 3289

各行各业

RedHat / CentOS Install and Configure Cacti

RedHat/CentOSInstallandConfigureCactiNetworkGraphingToolbyVIVEKGITEonAPRIL20,2009·67COMMENTS·lastupdatedatJUNE26,2009CactiisanetworkgraphingtoolsimilartoMRTG.HowdoIinstallandconfigurecommonoptionstocollectSNMPdataandvariousotherda

系统 2019-08-12 01:31:39 3289

编程技术

Struts标签

1.在web.xml中加入:../struts-tags/WEB-INF/lib/struts-tags.tld注:如果开发的web应用使用的是Servlet2.3,以及更早的规范,则应该在web.xml文件加入增加标签库的定义。并把struts2-core-2.0.6.jar中的st

系统 2019-08-29 22:56:20 3288

编程技术

What is ABAP?

AdvancedBusinessApplicationProgramming(ABAP)isSAP’sownprogramminglanguage.AllbusinessapplicationsandapartoftheBasisSystemarewritteninABAP.ABAPstoresallmetadataintheABAPDictionary,whichsupportsbusinessdatatypes.Thedatabaseisaccesse

系统 2019-08-29 22:54:23 3288

Javascript

学习Javascript闭包(Closure)

闭包(closure)是Javascript语言的一个难点,也是它的特色,很多高级应用都要依靠闭包实现。下面就是我的学习笔记,对于Javascript初学者应该是很有用的。一、变量的作用域要理解闭包,首先必须理解Javascript特殊的变量作用域。变量的作用域无非就是两种:全局变量和局部变量。Javascript语言的特殊之处,就在于函数内部可以直接读取全局变量。varn=999;functionf1(){alert(n);}f1();//999另一方面

系统 2019-08-12 09:29:42 3288

Hive

hive实战

1.安装hive2.hive实战3.hive存储模型4.深入hql查询语言5.参考资料及代码下载<1>.安装hive下载hive,下载地址http://mirror.bjtu.edu.cn/apache//hive/,解压该文件:xuqiang@ubuntu:~/hadoop/src/hive$tarzxvfhive-0.7.0-bin.tar.gz设置环境变量:xuqiang@ubuntu:~/hadoop/src/hive$cdhive-0.7.0-b

系统 2019-08-12 01:33:29 3288

编程技术

时间序列挖掘-预测算法-三次指数平滑法(Holt-Wi

在时间序列中,我们需要基于该时间序列当前已有的数据来预测其在之后的走势,三次指数平滑(Triple/ThreeOrderExponentialSmoothing,Holt-Winters)算法可以很好的进行时间序列的预测。时间序列数据一般有以下几种特点:1.趋势(Trend)2.季节性(Seasonality)。趋势描述的是时间序列的整体走势,比如总体上升或者总体下降。下图所示的时间序列是总体上升的:季节性描述的是数据的周期性波动,比如以年或者周为周期,如

系统 2019-08-12 01:32:42 3288