摘要:
我的学生管理系统总结 花了一天时间用C语言做了一个学生信息管理系统,有一些想要总结的地方,在此记录一下。 尽管是一个简单的系统,简单到仅仅有增删改查功能。而且。保存数据的地方不是数据库,而是文件,可是,我还是依照了做大型项目时採用的“三层架构”的思路来写:大体上就是:底层,和数据库打交道。中间层,处 阅读全文
posted @ 2019-05-14 16:33
mqxnongmin
阅读(401)
评论(0)
推荐(0)
摘要:
在JSP程序设计中,常常要进行页面的重定向,如在页面程序中增加推断语句即满足条件就转向某页面。不满足条件则转向还有一个页面。 以下是一个简单的样例: <%@ page contentType="text/html; charset=gb2312" %> <html> <body> <% // 页面重 阅读全文
posted @ 2019-05-14 15:08
mqxnongmin
阅读(161)
评论(0)
推荐(0)
摘要:
版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/gxq741718618/article/details/37668819 一、定义 (1)语法 position : static | absolute | fixed | relative (2) 阅读全文
posted @ 2019-05-14 13:40
mqxnongmin
阅读(426)
评论(0)
推荐(0)
摘要:
版权声明:本文为博主原创文章,未经博主同意不得转载。 https://blog.csdn.net/you23hai45/article/details/37728973 1、错误描写叙述 at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1Po 阅读全文
posted @ 2019-05-14 12:20
mqxnongmin
阅读(620)
评论(0)
推荐(0)
摘要:
版权声明:长风原创 https://blog.csdn.net/u012846486/article/details/27787627 /* **AVL平衡树插入例程 **2014-5-30 11:44:50 */ avlTree insert(elementType X, avlTree T){ 阅读全文
posted @ 2019-05-14 11:01
mqxnongmin
阅读(102)
评论(0)
推荐(0)
摘要:
版权声明: https://blog.csdn.net/u011518709/article/details/27521715 首先有新浪微博: 版权声明: https://blog.csdn.net/u011518709/article/details/27521715 首先有新浪微博: 首先有新 阅读全文
posted @ 2019-05-14 09:54
mqxnongmin
阅读(159)
评论(0)
推荐(0)
摘要:
ios播放视频文件一般使用 MPMoviePlayerViewController 和 MPMoviePlayerController。前者是一个view,后者是个Controller。差别就是MPMoviePlayerViewController里面包括了一个MPMoviePlayerContro 阅读全文
posted @ 2019-05-14 08:44
mqxnongmin
阅读(201)
评论(0)
推荐(0)