摘要: 表结构 CREATE DEFINER=`root`@`localhost` PROCEDURE `getStudentAndStudentSelfcard`(in studentId int)begin select id, cnname, sex, note, effective from t_s 阅读全文
posted @ 2017-06-02 11:20 卡佛明 阅读(305) 评论(0) 推荐(0)
摘要: URL(UniformResourceLocator),通用资源定位符。http://www.eamonning.com/index.php就是一个URL。URI(UniformResourceIdentifier),通用资源标识符。URI纯粹是个符号结构,用于指定构成Web资源的字符串的各个不同部... 阅读全文
posted @ 2015-11-12 20:36 卡佛明 阅读(117) 评论(0) 推荐(0)