上一页 1 2 3 4 5 6 7 ··· 13 下一页
摘要: 起服务 node index.js 写接口 index文件里,每一个接口对应一个处理文件 app.get('/getRecommend', recommend) 前端通过axios获取请求接口时,不要写相对地址,会默认去80端口。但是接口可能不是启在80端口。 recommend处理文件 通过引入m 阅读全文
posted @ 2020-08-23 19:17 web-小强 阅读(150) 评论(0) 推荐(0)
摘要: API文档 https://www.runoob.com/mysql/mysql-tutorial.html 创建数据库 CREATE DATABASE 数据库名; 创建表 数字、图片url、字符串 CREATE TABLE `pgc_mcn_account` (`id` int(11) NOT N 阅读全文
posted @ 2020-08-23 15:47 web-小强 阅读(157) 评论(0) 推荐(0)
摘要: 官网 https://pm2.keymetrics.io/docs/usage/quick-start/ 后台运行(普通启动方式:node index.js,关闭终端就结束进程)、负载均衡、自动重启、日志、集成管理。 &符也可以后台运行 肯定比普通启动方式好多了。 pm2 start index.j 阅读全文
posted @ 2020-08-23 15:00 web-小强 阅读(553) 评论(0) 推荐(0)
摘要: 开源地址 https://github.com/flzCoder/rich 阅读全文
posted @ 2020-08-23 12:21 web-小强 阅读(56) 评论(0) 推荐(0)
摘要: 1、上传图片(前后台) 2.Excel文件解析(前后台) 3. 注册接口防刷(前后台) 每个ip地址每天最多注册20次。 node层获取ip;使用Redis存储。 4.文件上传BOS(直接通过浏览器传文件到BOS,无需后台) 5.element ui 6.sql增删改查、多表联查、分页、搜索 7.v 阅读全文
posted @ 2020-08-13 21:27 web-小强 阅读(139) 评论(0) 推荐(0)
摘要: 常用包少不了 commander 提供了用户命令行输入和参数解析强大功能 inquirer 命令行的交互 chalk 终端样式库 ora 显示加载中的效果 1.起个名字flzcli 2.如何让flzcli init <name>生效 "bin": { "flzcli": "index.js" }, 阅读全文
posted @ 2020-08-11 11:23 web-小强 阅读(306) 评论(0) 推荐(0)
摘要: var css = "text-shadow: -1px -1px hsl(0,100%,50%), 1px 1px hsl(5.4, 100%, 50%), 3px 2px hsl(10.8, 100%, 50%), 5px 3px hsl(16.2, 100%, 50%), 7px 4px hs 阅读全文
posted @ 2020-07-28 15:51 web-小强 阅读(865) 评论(0) 推荐(0)
摘要: 一、抓包工具Charles 1.1 所有跨域请求 tools rewrite https://3g.163.com/wap/special/0040ad/wap_piapia_article.js 可访问了 1.1 指定跨域请求 tools Map Remote Settings http://de 阅读全文
posted @ 2020-06-30 14:40 web-小强 阅读(286) 评论(0) 推荐(0)
摘要: 秒文镇楼 https://www.jianshu.com/p/08e74fb4e521 一、手机 ios装证书,低版本安卓装证书(CRT文件),高版本不支持,建议ios; 访问chls.pro.ssl;配置信任。 wifi网络配置手工代理,ipv4、port 8888 设置 通用 描述文件与设备管理 阅读全文
posted @ 2020-06-10 18:54 web-小强 阅读(673) 评论(0) 推荐(0)
摘要: 秒文镇楼 https://www.cnblogs.com/lfxiao/p/9378763.html https://baijiahao.baidu.com/s?id=1627328817332384564&wfr=spider&for=pc (squash) git 图形化界面来一个(vscode 阅读全文
posted @ 2020-06-10 17:50 web-小强 阅读(226) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 ··· 13 下一页