pp_crz_coder

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

08 2017 档案

摘要:JDBC( Java Data Base Connectivity ) is one of the technique of JavaEE. How to use JDBC to query the data in the table and print the data in the consol 阅读全文
posted @ 2017-08-24 23:25 ppcoder 阅读(159) 评论(0) 推荐(0)

摘要:SQL(Structure Query Language): connect the client and the sql server. How to login the server? input the command in cmd: mysql -u root -p ****** The D 阅读全文
posted @ 2017-08-19 20:09 ppcoder 阅读(209) 评论(0) 推荐(0)

摘要:Express Language: replace the function of <%= ..... %> in JSP. The grammar of EL: ${ EL content }: <%= 1+1 %> equals ${ 1+1 } Where to get the data vi 阅读全文
posted @ 2017-08-09 20:41 ppcoder 阅读(111) 评论(0) 推荐(0)