码迷,mamicode.com
首页 >  
搜索关键字:use -v to see invoca    ( 30776个结果
DAY 78 luffy02
1 路飞项目使用auth的user表 -第一从一开始就使用 -后期要用,必须删库,删迁移文件(自己app内置app)2 前端配置 -axios -vue-router -elementui -bootstrap -jq4 跨域问题(前后端分离项目不可避免的) -浏览器的同源策略,安全策略 -解决跨域 ...
分类:其他好文   时间:2021-06-18 18:49:37    阅读次数:0
TP框架使用命令行
TP框架使用命令行 <?php namespace app\command; use think\Db; use app\shopee\Item; use think\console\Input; use think\console\Output; use think\console\Command ...
分类:其他好文   时间:2021-06-17 17:23:24    阅读次数:0
centos网卡做bond
1: 单个bond设备举例说明: 创建bond网卡(vim /etc/sysconfig/network-scripts/ifcfg-bond0): DEVICE=bond0 IPADDR=192.168.1.20 NETMASK=255.255.255.0 USERCTL=no BOOTPROTO ...
分类:其他好文   时间:2021-06-17 17:04:43    阅读次数:0
linux 用户管理
关机&&重启 shutdown ``` //立即关机 shutdown -h now //一分钟后关机 shutdowm -h 1 //立即重启 shutdown -r now ``` halt:直接使用,关机 reboot:重启系统 sync:把内存的数据同步到磁盘 不管是重启还是关机,首先运行s ...
分类:系统相关   时间:2021-06-17 17:04:22    阅读次数:0
ResizeObserver - loop limit exceeded
About two months ago we started using Rollbar to notify us of various errors in our Web App. Ever since then we have been getting the occasional error ...
分类:其他好文   时间:2021-06-17 16:44:39    阅读次数:0
订阅发布机制
订阅发布机制 github地址: https://github.com/mroderick/PubSubJS import PubSub from 'pubsub-js' // or when using CommonJS const PubSub = require('pubsub-js'); / ...
分类:其他好文   时间:2021-06-17 16:36:50    阅读次数:0
node 单页应用服务 常用工具
快速搭建一个node服务,可以用于检查自己的单页应用是否有问题 app.js var exppress = require("express"); const fs = require("fs"); var app = exppress(); app.use(exppress.static("dis ...
分类:其他好文   时间:2021-06-16 18:10:25    阅读次数:0
阿里云OSS文件上传前端搭配之后端的活
阿里云OSS前端通过服务端签名后直传和STS临时授权访问OSS的方式进行文件上传、分片上传、断点续传的实现。原文地址:https://blog.vchar.top/java/1622894400.html ...
分类:Web程序   时间:2021-06-16 18:02:21    阅读次数:0
Python中集成es两种方式
1、原生集成 # https://github.com/elastic/elasticsearch-py # https://github.com/elastic/elasticsearch-dsl-py # Official low-level client for Elasticsearch # ...
分类:编程语言   时间:2021-06-16 17:36:10    阅读次数:0
mysql 8.0开启远程访问
1、 进入数据 mysql -u root -p ‘原来的密码’ //进入数据库中 2、 切换数据库 use mysql; 3、使用以下命令开启root用户远程访问权限: CREATE USER 'root'@'%' IDENTIFIED BY '你的密码'; GRANT ALL ON *.* TO ...
分类:数据库   时间:2021-06-15 18:39:53    阅读次数:0
30776条   上一页 1 ... 6 7 8 9 10 ... 3078 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!