随笔
zyc_sinacom
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
springmvc 与jsp传值
除了request.getparameter外,还有以下方法 1,model map中保存key,value 如: @RequestMapping("/getAgent") public String getAgentById(HttpServletRequest req,Map map){ log.info("进入getAgentById"); Agent agent=agentS原创 2017-02-16 14:08:25 · 585 阅读 · 0 评论 -
mysql sql语句随记
对于数据库路径形式的查询可使用此种方式,有多少个/数字就是多少。原创 2017-02-22 17:33:53 · 448 阅读 · 0 评论 -
oracle切换IP后重新绑定命令
su - oracle sqlplus /nolog conn as sysdba startup exit lsnrctl start 检测oracle服务 ps -ef |grep oracle netstat -nplt|grep 1521原创 2017-06-12 08:38:36 · 632 阅读 · 2 评论
分享