摘要: public class Test { public static void main(String[] args) { // 1、左移( << ) // 0000 0000 0000 0000 0000 0000 0000 0101 然后左移2位后,低位补0:// // 0000 0000 000 阅读全文
posted @ 2016-11-24 18:18 jagyao 阅读(128) 评论(0) 推荐(0) 编辑
摘要: <p th:text="${#strings.concat(accountFinishInfoVo.firstDepartmentName+' - '+accountFinishInfoVo.departmentName)}"> 儿科 - 小儿骨科</p> strings.concat函数:字符串拼 阅读全文
posted @ 2016-10-26 14:25 jagyao 阅读(184) 评论(1) 推荐(0) 编辑