05 2019 档案
字体不对齐解决
摘要:text-align:justify;text-justly:inter-inter-ideograph 阅读全文
posted @ 2019-05-28 14:16 chenlw101 阅读(335) 评论(0) 推荐(0)
小程序scroll-view解决横向失效问题,文字不换行
摘要://item需要display:inline-block {{item.coursetitle}} .coursetitle{ display: inline-block; fon... 阅读全文
posted @ 2019-05-24 16:12 chenlw101 阅读(477) 评论(0) 推荐(0)
WampServer中MySQL中文乱码解决
摘要:1、修改mysql的my.ini文件: 在 [client] 下面增加 default-character-set=utf8 在 [mysqld] 下面增加: character_set_server=utf8 2、创建数据库: 示例创建数据库代码: 创建数据库php: 创建表user: 插入数据: 阅读全文
posted @ 2019-05-23 14:40 chenlw101 阅读(578) 评论(0) 推荐(0)
vscode快捷键
摘要:原文章地址: vscode: Visual Studio Code 常用快捷键 官方快捷键说明:Key Bindings for Visual Studio Code 主命令框 F1 或 Ctrl+Shift+P: 打开命令面板。在打开的输入框内,可以输入任何命令,例如: 按一下 Backspace 阅读全文
posted @ 2019-05-22 17:31 chenlw101 阅读(370) 评论(0) 推荐(0)
express入口代码解释
摘要:var createError = require('http-errors');//404检测错误页 var express = require('express'); var path = require('path'); var cookieParser = require('cookie-parser');//解析cookie var logger = require('morgan')... 阅读全文
posted @ 2019-05-22 17:03 chenlw101 阅读(977) 评论(0) 推荐(0)
express安装与配置
摘要:全局安装脚手架 创建项目 安装依赖/启动 方便代码修改和重启项目 添加执行代码(监听文件变化) 修改一下 执行命令 阅读全文
posted @ 2019-05-22 16:39 chenlw101 阅读(172) 评论(0) 推荐(0)
安全问题
摘要:sql注入解决 xss攻击 加密 阅读全文
posted @ 2019-05-22 14:10 chenlw101 阅读(128) 评论(0) 推荐(0)
响应式布局
摘要:@media screen and (max-width: 500px){ } 阅读全文
posted @ 2019-05-17 10:41 chenlw101 阅读(98) 评论(0) 推荐(0)