07 2018 档案

摘要:1 cron表达式 1.1 cron表达是的格式 Seconds Minutes Hours DayofMonth Month DayofWeek 1.2 特殊字符 * 匹配该字段的任意值 ? 也是用来匹配该字段的任意值,但是只能用在DayofMonth和DayofWeek。 *? 连用表示每月不管 阅读全文
posted @ 2018-07-31 11:03 PhoenixTree(梧桐树) 阅读(177) 评论(0) 推荐(0) 编辑
摘要:1 newfile menu for Mac 右键创建文件。 阅读全文
posted @ 2018-07-31 00:01 PhoenixTree(梧桐树) 阅读(165) 评论(0) 推荐(0) 编辑
摘要:1 安装 下载直接拖入应用中。 2 配置 2.1 配置oh my zsh https://github.com/robbyrussell/oh-my-zsh 一键安装: sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh 阅读全文
posted @ 2018-07-29 15:11 PhoenixTree(梧桐树) 阅读(258) 评论(0) 推荐(0) 编辑
摘要:1 不能像使用windows一样使用mac 因为mac卸载不方便。 2 gcc的问题 就使用系统默认的gcc,即clang,要想使用原声的gcc是不行的,mac本身不支持。 阅读全文
posted @ 2018-07-27 07:01 PhoenixTree(梧桐树) 阅读(276) 评论(0) 推荐(0) 编辑
摘要:1 springboot工程自动生成网址 http://start.spring.io/ 2 工具 Spring Boot CLI 阅读全文
posted @ 2018-07-26 15:07 PhoenixTree(梧桐树) 阅读(296) 评论(0) 推荐(0) 编辑
摘要:使用mybatis的话,很方便。 使用useGeneratedKeys和keyProperty,keyProperty是插入的java对象的属性名,不是表的字段名。 这样,在插入该条记录之后,生成的主键将会被赋值给该插入对象的该属性。 阅读全文
posted @ 2018-07-25 19:40 PhoenixTree(梧桐树) 阅读(442) 评论(0) 推荐(0) 编辑
摘要:rz是receive zmodem的缩写,sz是send zmodem的缩写。 传输文件使用的是zmodem协议,所以叫zmodem。 r和s是以服务器为主体的,服务器接收就是r,服务器发送就是s。 阅读全文
posted @ 2018-07-25 12:59 PhoenixTree(梧桐树) 阅读(332) 评论(0) 推荐(0) 编辑
摘要:1 使用Calendar的好处 不用关心一个月多少天,比如6.30,加一天之后直接是7.1。 2 使用Calendar的特别注意事项 Calendar类的Month是从0开始的,不是从1开始的。 下面的设置将会得到2016/11/13-15:26:0. 阅读全文
posted @ 2018-07-11 19:34 PhoenixTree(梧桐树) 阅读(114) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示