byalloc.com
吾生也有涯,而知也无涯
flask-SQLAlchemy模糊查询
[https://blog.csdn.net/chenmozhe22/article/details/95494947\#2\_178](https://blog.csdn.net/chenmozhe22/article/detail...
Read More →使用子项目进行模块化设计
[https://www.infoq.cn/article/BwVSA\-aI2jVv4IRNOwps](https://www.infoq.cn/article/BwVSA-aI2jVv4IRNOwps)...
Read More →UITableView header 跟随滚动
[https://www.cnblogs.com/qiutangfengmian/p/6074420\.html](https://www.cnblogs.com/qiutangfengmian/p/6074420.html)
Read More →uiscrollview中添加UITableView,保证滑动不冲突
``` // // RootMainViewController.m // ZapyaGame // // Created by wangtao on 2018/3/20. // Copyright © 2018年 wangtao....
Read More →self 和[self class]的区别
https://stackoverflow.com/questions/25376303/difference\-between\-self\-and\-self\-class\-in\-category // self...
Read More →NSTimer两种初始化方式的区别
NSTimer有两种常用的创建方式 ``` // 第一种 timer = [NSTimer timerWithTimeInterval:1 target:self selector:@selector(timerSelector:)...
Read More →添加SSL
为网站添加ssl证书 修改Nginx的配置文件/etc/nginx/conf.d/virtual.conf ``` server { listen 80; listen 443; # ssl 监听端口 server_name...
Read More →Pipenv管理开发环境
pipenv是基于pip的Python包管理工具,和pip的用法非常相似,可以看作是pip的加强版,它的出现解决了旧的pip\+virtualenv\+reuqirements.txt的工作方式的弊端。具体来说,pipenv聚合了pi...
Read More →