2016年7月31日
摘要: 题目Write an algorithm such that if an element in an MxN matrix is 0, its entire row and column is set to 0.写一个函数处理一个MxN的矩阵,如果矩阵中某个元素为0,那么把它所在的... 阅读全文
posted @ 2016-07-31 23:15 cnxo 阅读(300) 评论(0) 推荐(0) 编辑
摘要: 题目Given an image represented by an NxN matrix, where each pixel in the image is 4 bytes, write a method to rotate the image by 90 degrees. Ca... 阅读全文
posted @ 2016-07-31 05:07 cnxo 阅读(1377) 评论(1) 推荐(0) 编辑
摘要: EL表达式简介EL 全名为Expression Language。EL主要作用:获取数据: EL表达式主要用于替换JSP页面中的脚本表达式,以从各种类型的java对象中获取数据。执行运算: 利用EL表达式可以在JSP页面中执行一些基本的关系运算、逻辑运算和算术运算,以在JSP页面中... 阅读全文
posted @ 2016-07-31 02:17 cnxo 阅读(238) 评论(0) 推荐(0) 编辑