摘要:
chapter 1 introduction to the analysis with spark the conponents of Sparks spark core(contains the basic functionality of sparks. spark Core is also t 阅读全文
摘要:
1. 预编译sql处理(防止sql注入) -- 创建数据库 CREATE DATABASE jdbc_demo DEFAULT CHARACTER SET utf8;i -- 创建表 USE jdbc_demo; CREATE TABLE admin( id INT PRIMARY KEY AUTO 阅读全文