`
Jerrick
  • 浏览: 19358 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
文章列表
这2天公司的一个项目要求升级,从ibatis2升级到mybatis3.0.5版本,小弟感到压力很大。以前都是用hibernate(也不熟练),ibatis没看过,要升级更让我皱起眉毛,但是经理有令不能不行。于是想到了几个方案: 1.spring2.5.6 + mybatis3.0.4. ...
此篇文章接着上篇: 开发商管理—编辑:成功 开发商管理—查询:成功   开发商管理—新增:显示成功,后台数据得到保存,但是页面没有即刻显示。-----需要进一步测试 1) 初步分析发现是新增时status为空,而进行查询操作时的SQL为:select count(*) from crm_developers cd where cd.status='0'
1.开发商管理—编辑:成功 2.开发商管理—查询:成功 3.开发商管理—新增:显示成功,后台数据得到保存,但是页面没有即刻显示。-----需要进一步测试 1) 初步分析发现是新增时status为空,而进行查询操作时的SQL为:select count(*) from crm_developers cd where cd.status='0' 2) 手动将新添加的
There is no Action mapped for namespace / and action name AjaxServlet. - [unknown location]   原因:web.xml中配置struts拦截为/*,AjaxServlet被拦截掉 <filter>   <filter-name>struts2</filter-name>   <filter-class>   org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter   &l ...
2011-5-6 10:15:59 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn警告: No configuration found for the specified action: 'Login' in namespace: ''. Form action defaulting to 'action' attribute's literal value.2011-5-6 10:15:59 com.opensymphony.xwork2.util.logging.jdk.JdkLogger warn警告: No configur ...
#include <stdio.h> #include <time.h> #include <windows.h> #include <conio.h> int count=0; //打字个数 char Date[128],Time[128]; //设定的日期和时间 char OSDate[128],OSTime[128]; //系统当前日期和时间 void CurrentTime(); //获取当前系统时间 void SetTime(
#include <stdio.h> #include <stdlib.h> int firNum,secNum; void ShowMenu(); void Input(); int Add(); int Sub(); int Mul(); int Dev(); int main()
一、常见编程错误 1 语法错误 2运行时错误 #include <stdio.h> int main() { int year; char first,second,third; /*
概论2 一、 光标的定位和移动(回顾打字程序代码) 二 1 编写简单计算器(+、-、*、/) 2阅读SDL,界面实现简单计算器。
重学C语言—概论1 一、 软件开发办法: 1. 明确问题的需求 2. 分析问题 3.设计解决问题的算法 4. 实现算法 5. 测试并验证整个程序 6. 维护并更新程序 二、程序设计流程
It's time to wake up and struggle for our future and our love . Start ,on my way, with you.
Global site tag (gtag.js) - Google Analytics