摘要: flex-direction flex-direction: row | row-reverse | column | column-reverse; row(默认值):主轴为水平方向,起点在左端。 row-reverse:主轴为水平方向,起点在右端。 column: 。 column-revers 阅读全文
posted @ 2019-10-10 14:15 徒步阳光855 阅读(185) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/corolcorona/p/6678197.html https://blog.csdn.net/olanlanxiari/article/details/48086917 https://blog.csdn.net/u014259820/article/details/81023224X https://docs.brew.sh/Home... 阅读全文
posted @ 2019-09-16 08:45 徒步阳光855 阅读(258) 评论(0) 推荐(0)
摘要: 一 tomcat配置 1 touch .bash_profile 2 打开 open -e .bash_profile 3 输入export PATH=$PATH:tomcat路径/bin 。 /Users/zhaolongji/Library/apache-tomcat-9.0.22/bin 4 阅读全文
posted @ 2019-08-08 14:24 徒步阳光855 阅读(212) 评论(0) 推荐(0)
摘要: ps: 计算字符串大小 - (CGRect)boundingRectWithSize:(CGSize)size options:(NSStringDrawingOptions)options attributes:(nullable NSDictionary<NSAttributedStringKe 阅读全文
posted @ 2019-08-05 11:28 徒步阳光855 阅读(148) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/a18339063397/article/details/81482073 https://zhidao.baidu.com/question/1668756575750668747.html iPhone: iPhone 1G 320x480 iPhon 阅读全文
posted @ 2019-04-04 15:13 徒步阳光855 阅读(571) 评论(0) 推荐(0)
摘要: /* //iOS_11.0 -(UISwipeActionsConfiguration *)tableView:(UITableView *)tableView trailingSwipeActionsConfigurationForRowAtIndexPath:(NSIndexPath *)indexPath{ __weak typeof(self) weakSelf = s... 阅读全文
posted @ 2018-11-08 11:13 徒步阳光855 阅读(164) 评论(0) 推荐(0)
摘要: A bright future for GitHub I am very excited to announce that Microsoft is acquiring GitHub and expect the agreement to close by the end of the year. 阅读全文
posted @ 2018-06-06 15:19 徒步阳光855 阅读(186) 评论(0) 推荐(0)
摘要: 1.下载地址:http://www.cocos.com/download 2. 3.cd 到当前文件夹 ps: 4.大功告成 阅读全文
posted @ 2018-06-04 15:01 徒步阳光855 阅读(113) 评论(0) 推荐(0)
摘要: 1.设置打开快捷键 ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/subl zljMacBook:~ zlj$ subl zljMacBook:~ zlj$ subl zlj 阅读全文
posted @ 2018-05-30 11:27 徒步阳光855 阅读(723) 评论(0) 推荐(0)
摘要: mysql -uroot -p z8l5j5-123456 mysql 登录命令。 最近重新拾起FMDB ,对数据库 SQL查询简单记录下。 W3School (ps: y-字段,x-值,table- 表) 1.SELECT(select) select y from table_name (sel 阅读全文
posted @ 2018-04-18 10:58 徒步阳光855 阅读(116) 评论(0) 推荐(0)