码迷,mamicode.com
首页 >  
搜索关键字:with grant option    ( 11261个结果
windows 访问 CentOS 的防火墙及其 网关开放
1.防火墙开放端口 firewall-cmd --zone=public --add-port=8848/tcp --permanent firewall-cmd --list-ports 开放centOS 网关,远程连接 grant all privileges on *.* to 'root'@ ...
分类:Windows程序   时间:2021-02-18 13:28:47    阅读次数:0
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog
IDEA 警告 No archetype found in remote catalog. Defaulting to internal catalog 新建Maven项目,遇到警告: No archetype found in remote catalog. Defaulting to inter ...
分类:其他好文   时间:2021-02-18 13:05:15    阅读次数:0
SpringSecurity认证流程
SpringSecurity的身份认证流程、SpringSecurity做JWT身份认证流程和请求的认证流程 ...
分类:编程语言   时间:2021-02-16 11:54:35    阅读次数:0
bootstrap select selectpicker动态赋值与赋默认值
动态赋值 var str = ''; for (var i = 0; i < response.data.id_with_codes.length; i++){ str += '<option value="'+ response.data.id_with_codes[i][0] +'">'+ re ...
分类:其他好文   时间:2021-02-15 12:19:35    阅读次数:0
Typescript中Partial, Readonly, Record, Pick
源码 /** * Make all properties in T optional */ type Partial<T> = { [P in keyof T]?: T[P]; }; /** * Make all properties in T readonly */ type Readonly<T ...
分类:其他好文   时间:2021-02-10 12:59:56    阅读次数:0
【Vue】特殊属性is
动态组件 <component :is="componentName"></component>, componentName可以是在本页面已经注册的局部组件名和全局组件名,也可以是一个组件的选项对象。 当控制componentName改变时就可以动态切换选择组件。 is的用法 有些HTML元素,诸 ...
分类:其他好文   时间:2021-02-08 12:08:32    阅读次数:0
通过新兴的DeFi概念改善链上债务——期权
理解一下期权: 英文单词是option,即选择权,选择在未来的某个时间点干或者不干某件事的权利。比如小明以每个1000美金的价格买入了32个ETH做ETH2.0质押,质押期是两年,小明赚取的是9.1%的预期年化收益,但是冒的风险是ETH价格跌破900美金时小明会亏钱。所以小明跟张三约定2年之后,只要 ...
分类:其他好文   时间:2021-02-08 11:57:02    阅读次数:0
Installing MySQL on Microsoft Windows Using a noinstall ZIP Archive
Extracting the Install Archive D:\mysql\mysql-5.7.32-winx64 Creating an Option File D:\mysql\mysql-5.7.32-winx64\my.ini [client] default-character-set ...
分类:数据库   时间:2021-02-04 12:03:30    阅读次数:0
Windows快捷键
Windows常用快捷键 Ctrl+c 复制 Ctrl+v 粘贴 Ctrl+a 全选 Ctrl+x 剪切 Ctrl+z 撤销 Ctrl+s 保存 Alt+F4 关闭窗口(Mac里的Alt键是option) Windows+r 运行键(Mac里的Windows键是command) 任务管理键 Ctrl ...
分类:Windows程序   时间:2021-02-03 10:34:01    阅读次数:0
MAC chrome浏览器相关操作
####刷新页面 command+r ####强制刷新页面 command+shift+r ####清除缓存 command+shift+del ####打开开发者调试 command+option+i ...
分类:系统相关   时间:2021-02-02 11:07:56    阅读次数:0
11261条   上一页 1 ... 11 12 13 14 15 ... 1127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!