- 博客(4)
- 收藏
- 关注
转载 为什么我们要用struts2,springMVC,spring
今年我一直在思考web开发里的前后端分离的问题,到了现在也颇有点心得了,随着这个问题的深入,再加以现在公司很多web项目的控制层的技术框架由struts2迁移到springMVC,我突然有了一个新的疑问无法得到正确的解释,为什么我们现在做java的web开发,会选择struts2或者springMVC这样的框架,而不是使用servlet加jsp这样的技术呢?特别是现在我们web的前端页面都是使用v
2015-05-30 15:15:46
350
转载 Check if a table or field exists in a database
Function to check if a table or field exists in an MS Access or SQL Server database. Introduction These are two functions I wrote in VB.NET using ADO.NET to check and see if a table or a fie
2015-04-26 22:15:25
681
转载 Check if a database and tables exist in sql server in a vb .net project
You can query SQL Server to check for the existence of objects. To check for database existence you can use this query: SELECT * FROM master.dbo.sysdatabases WHERE name = 'YourDatabase' To chec
2015-04-26 21:51:45
700
转载 vb.net 操作Access数据库帮助类
VB.net 操作Access数据库的一些常用方法,代码如下 Imports System Imports System.Data.SqlClient Imports System.Configuration Imports System.Collections.Generic Imports System.Text Imports System.Data Imports Sys
2015-04-24 23:01:56
886
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人