码迷,mamicode.com
首页 >  
搜索关键字:god mode    ( 11453个结果
psql: FATAL: the database system is in recovery mode
查看pod日志: # kubectl logs postgresql-8456f5d788-dw7bp -n kube-ops ...
分类:数据库   时间:2020-06-07 12:38:36    阅读次数:227
nodejs: express sequelize-cli
官方文档:https://sequelize.org/v5/manual/migrations.html 安装:npm install --save sequelize-cli 初始化:npx sequelize-cli init 修改配置文件 创建数据模型:npx sequelize-cli mo ...
分类:Web程序   时间:2020-06-07 11:21:58    阅读次数:82
用户交互程序
flog = True #退出多重循环使用count = 0while count < 3: _username = input('用户名:') _password = input('密码:') f1 = open(file='信息.txt',mode='r',encoding='utf-8') f ...
分类:其他好文   时间:2020-06-07 09:16:00    阅读次数:58
《The Serenity Prayer》
The Serenity Prayer God grant me the serenity 愿上帝赐予我平静 to accept the things I can not change; 能接受无法改变的事 courage to change the things I can; 愿上帝赐予我勇气,去 ...
分类:其他好文   时间:2020-06-06 13:02:22    阅读次数:58
windows 安装mongodb4.2.7
官网下载mongodb https://www.mongodb.com/download-center/community 安装 1.运行安装程序 mongodb-win32-x86_64-2012plus-4.2.7-signed.msi 2. 点击next 3.点击custom选择安装路径 4. ...
分类:数据库   时间:2020-06-06 11:26:41    阅读次数:429
vscode环境配置(四)——自动注释头文件和函数
Ctrl + shitf + p 打开插件中心,搜索koroFileHeader进行安装 在菜单文件->首选项->设置中搜索koroFileHeader,点击Cursor Mode或者Custom Made的Settings.json进行编辑 添加如下代码 // 文件头部注释 "fileheader ...
分类:其他好文   时间:2020-06-06 11:09:55    阅读次数:191
一堆inline-block的div组合起来居中的问题
当我们布局一个个一样的div组合时,往往会遇到一个问题,那就是无论什么原始布局display都很鸡肋。 display:inline-block 比如纯粹的inline-block展示,自适应的话两边不对齐。假使固定一行个数,那么,当用户缩小屏幕时,就会展示不全面,影响体验。 display:gri ...
分类:其他好文   时间:2020-06-06 00:50:39    阅读次数:69
webpack 之压缩js代码 和html文件
1.压缩JS代码,mode设置为production后,打包时自动压缩代码 mode:'production', 2.压缩html文件,html文件不需要处理兼容问题,压缩文件只需要在plugins中的HtmlWebpackPlugin中配置minify即可 new HtmlWebpackPlugi ...
分类:Web程序   时间:2020-06-06 00:35:49    阅读次数:91
设计模式——适配器模式
软件公司OA系统需要提供一个加密模块。为了提高开发效率,现需要重用已有的加密算法(恺撒加密,取模加密等)。这些算法封装在一些由第三方提供的类中,有些甚至没有源代码。试使用适配器模式设计该加密模块,实现在不修改现有类的基础上重用第三方加密方法。 public abstract class Encryp ...
分类:其他好文   时间:2020-06-05 21:12:57    阅读次数:65
html 和 js 压缩
1,js 压缩: 将 mode 改为“production" 即可,production 模式下,webpack 会自动压缩 js 文件 2,html 压缩: src / index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset ...
分类:Web程序   时间:2020-06-05 21:12:00    阅读次数:90
11453条   上一页 1 ... 60 61 62 63 64 ... 1146 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!