码迷,mamicode.com
首页 >  
搜索关键字:prepare    ( 1026个结果
JavaScript分离代码理解
window.onload=prepareLinks; //页面加载触发onload事件 function prepareLinks(){ //定义函数 var links=document.getElementsByTagName("a");//赋值 for (var i=0; i<links.l ...
分类:编程语言   时间:2016-12-20 23:20:07    阅读次数:181
22、Struts2
一、简介 Struts2是Apache发行的MVC开源框架(它只是表现层(MVC)框架)。 Struts2的来历 (1)Struts1:也是apache开发的一套mvc的开源框架。在2005年之前非常流行。 弊端:Struts1的核心控制器就是一个Servlet。随着使用者的增多,弊端开始出现。 ( ...
分类:其他好文   时间:2016-12-20 00:52:01    阅读次数:137
机器学习系列-K-NearestNeighbo
这是记录自学的过程,目前的理论基础就是:大学高等数学+线性代数+概率论。编程基础:C/C++,python 在观看机器学习实战这本书,慢慢介入。相信有读过以上三门课的人完全可以开始自学机器学习了,当...
分类:其他好文   时间:2016-12-15 12:14:11    阅读次数:399
JDBC连接数据库
JDBC连接数据库 1、加载JDBC驱动程序。 Class.forName("com.mysql.jdbc.Driver"); Connection conn = DriverManager.getConnection(url, user, password); 注意:通过DriverManager ...
分类:数据库   时间:2016-12-14 18:42:26    阅读次数:191
2Sigma OA prepare: Longest Chain
DP use HashMap: 根据string的长度sort,然后维护每个string的longest chain,default为1,如果删除某个char生成的string能提供更长的chain,则更新 ...
分类:其他好文   时间:2016-12-14 09:33:36    阅读次数:287
2Sigma OA prepare: Friends Circle
DFS & BFS: 关键在于构造graph Union Find ...
分类:其他好文   时间:2016-12-14 07:50:28    阅读次数:179
java.lang.IllegalStateException: Must have the StrutsPrepareFilter execute before this one
Servlet.service() for servlet [jsp] in context with path [/struts2Study] threw exceptionjava.lang.IllegalStateException: Must have the StrutsPrepareFi ...
分类:编程语言   时间:2016-12-14 02:10:03    阅读次数:694
How to use JDBC-Authentication of Spring Boot/Spring Security with Flyway
I am trying to set up my spring boot application that authenticates its users using the jdbcAuthentication and the default database scheme provided in ...
分类:数据库   时间:2016-12-12 02:30:57    阅读次数:1028
Domino Server installation on Linux (Centos or Redhat) – something somewhere
something somewhere welcome in there…:) Just another techki site <!--/.container-inner--> <!--/.container--> <!--/#header--> howto / Linux / Lotus Dom ...
分类:系统相关   时间:2016-12-10 13:13:14    阅读次数:329
DBConfigReader.java
package com.vcredit.ddcash.batch.util; import java.sql.Connection;import java.sql.PreparedStatement;import java.sql.ResultSet;import java.sql.SQLExcep ...
分类:数据库   时间:2016-12-08 15:50:09    阅读次数:189
1026条   上一页 1 ... 62 63 64 65 66 ... 103 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!