摘要:
<something-else-entirely> <proxool-config> <proxool> <alias>DBPool</alias> <driver-url> jdbc:mysql://localhost:3306/cdjyxy</driver-url> <driver-class>com.mysql.jdbc.Driver</driver-class> <driver-properties> <property name="user" 阅读全文
摘要:
Response.ContentType 名称 类型ai application/postscriptaif audio/x-aiffaifc audio/x-aiffaiff audio/x-aiffasc text/plainau audio/basicavi video/x-msvideobcpio application/x-bcpiobin application/octet-strea... 阅读全文
摘要:
查看mysql的字符集mysql> show variables like 'collation_%';+----------------------+-----------------+| Variable_name | Value |+----------------------+-----------------+| collation_connection | utf8_genera... 阅读全文
摘要:
SQL>sqlplus sys/(passwd)@ORACLE_SID as sysdba已连接。SQL> startupORA-01078: failure in processing system parametersLRM-00109: could not open parameter file ’/opt/oracle/app/oracle/product/10.1... 阅读全文
摘要:
打开TOMCAT conf/tomcat-users.xml文件删除里面所有的内容,然后加入:<?xml version='1.0' encoding='utf-8'?><tomcat-users><role rolename="manager"/><user username="admin" password="7788119" roles="manag... 阅读全文
摘要:
TOMCAT只用IP访问工程的方法设置很简单,只需要把webapps下的工程保改为ROOT即可。如果TOMCAT自带有ROOT工程,把这个自带的命名为其它的名字,或者删除即可。访问方式如:http://localhost:port/就行了 阅读全文
摘要:
The choice of Java constructor replace matching JavaScript argument types (function,string) is ambiguous; candidate constructors are: class java.lang.String replace(char,char) class java.lang.String ... 阅读全文
摘要:
grant all privileges on *.* to root(mysql userName)@'%(还可以给localhost,IP address)'identified by '1' with grant option 阅读全文
摘要:
前提是你的lsnrctl tns都配制正确下的方法SID_LIST_LISTENER =(SID_LIST = (SID_DESC =(SID_NAME = PLSExtProc) (SID_NAME = sim) (ORACLE_HOME = /ORACLE/u01/app/oracle)# (PROGRAM = extproc) )##监听配制方法,照着下面的格式可以配制多个的监听#... 阅读全文
摘要:
第一个:加一列数字 只需要在column里面加入new Ext.grid.RowNumberer()第二个:渲染某一列的数据 renderer:function(value)//value就是传入grid中的真正的数据第三个:获取行 必须添加grid的sm属性。如sm:new Ext.grid.RowSelectionModel({singleSelect:true/fals... 阅读全文