上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页

2022年4月6日

后端开发基本步骤(高阶必修)

摘要: 1.完全确定整条业务逻辑,策划出配置 - 3 2.和对接前端完全确认接口参数 - 2 3.设计,整理大纲 - 2 4.开发 - 1 5.全面测试 - 2 后面是权重 开发经典bug: 版本,路径,权限 阅读全文

posted @ 2022-04-06 09:45 木林coder 阅读(383) 评论(0) 推荐(0) 编辑

2022年3月20日

VMware Workstation Pro v16.2.0 官方完整版(附永久激活密钥)

摘要: http://www.usbmi.com/932.html centos7镜像iso http://mirrors.aliyun.com/centos/7.9.2009/isos/x86_64/ https://blog.csdn.net/SDAU_LGX/article/details/12066 阅读全文

posted @ 2022-03-20 13:40 木林coder 阅读(390) 评论(0) 推荐(0) 编辑

2022年3月3日

redis导出导入

摘要: 主要步骤 https://www.jianshu.com/p/03da3b9774d8 升级ruby https://blog.csdn.net/llwy1428/article/details/93037393 阅读全文

posted @ 2022-03-03 17:02 木林coder 阅读(15) 评论(0) 推荐(0) 编辑

mysql 导出导入cmd

摘要: mysqldump -u user -h ip -p --set-gtid-purged=OFF databasesname tablename> xxx.sql mysqldump -u user -h ip -p databasesname > xxx.sql mysql -u user -h 阅读全文

posted @ 2022-03-03 12:09 木林coder 阅读(16) 评论(0) 推荐(0) 编辑

2022年2月24日

beego等6款超好用golang web框架

摘要: https://zhuanlan.zhihu.com/p/130797913 阅读全文

posted @ 2022-02-24 18:52 木林coder 阅读(73) 评论(0) 推荐(0) 编辑

2022年2月16日

json数据类型 相关知识

摘要: https://blog.csdn.net/qq_21187515/article/details/90760337 CREATE TABLE t1 (name varchar(255) , secondary_pitch JSON); INSERT INTO t1 VALUES('Chris Sa 阅读全文

posted @ 2022-02-16 21:17 木林coder 阅读(5) 评论(0) 推荐(0) 编辑

2022年1月27日

php提前结束http响应

摘要: echo '提前返回'; fastcgi_finish_request(); 阅读全文

posted @ 2022-01-27 14:46 木林coder 阅读(86) 评论(0) 推荐(0) 编辑

2022年1月22日

IPtables 开放端口

摘要: https://www.cnblogs.com/lewisat/p/17939890 https://www.cnblogs.com/qzqdy/p/9253859.html 阅读全文

posted @ 2022-01-22 11:15 木林coder 阅读(27) 评论(0) 推荐(0) 编辑

2022年1月19日

服务器集群生成全局唯一ID

摘要: pecl install SeasSnowflake 阅读全文

posted @ 2022-01-19 18:41 木林coder 阅读(26) 评论(0) 推荐(0) 编辑

PHP 共享内存初探

摘要: shmop_read 实例方法 https://blog.csdn.net/yongcto/article/details/51984361 阅读全文

posted @ 2022-01-19 18:30 木林coder 阅读(20) 评论(0) 推荐(0) 编辑

上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 20 下一页

导航