wxml 代码如下 <view class="storebox"> <view class="per_box"> <text class="per_title">产品系列:</text> <view class='select-box'> <picker class='picker' bindcha ...
分类:
微信 时间:
2020-01-19 12:57:56
阅读次数:
164
首先如果想要安装vue-cli ,webpack这些的时候我们都会用到node里边npm模块,但是有的初学者在安装时候总会出现一些问题,导致npm不能运作,致使vue-cli,webpack等不能安装。这时候帮助大家解决一下 npm :nodejs 中的包管理器 webpack:把所有的客户端需要发 ...
分类:
Web程序 时间:
2020-01-18 01:04:46
阅读次数:
117
出现问题:默认的最大允许数据包太小,警告InnoDB日志文件太小,发生报警信息解决方法:1.修改数据库配置:vim/etc/my.cnf在[mysqld]下面加入:innodb_log_file_size=2Ginnodb_file_per_table=ONmax_allowed_packet=512M注意:这里面设置的大小值是有一定比例的,不可以自己随意设置数值,可参考官方文档或安装教程来设置,
分类:
其他好文 时间:
2020-01-17 22:46:53
阅读次数:
103
摘要: Docker在进程管理上有一些特殊之处,如果不注意这些细节中的魔鬼就会带来一些隐患。另外Docker鼓励“一个容器一个进程(one process per container)”的方式。这种方式非常适合以单进程为主的微服务架构的应用。然而由于一些传统的应用是由若干紧耦合的多个进程构成的,这些 ...
分类:
系统相关 时间:
2020-01-17 19:01:13
阅读次数:
99
D. Robin Hood time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output We all know the impressive ...
分类:
其他好文 时间:
2020-01-17 00:09:00
阅读次数:
89
C. Recycling Bottles time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output It was recycling da ...
分类:
其他好文 时间:
2020-01-16 18:56:42
阅读次数:
72
DB2 表空间类型 在介绍如何将数据库管理表空间转换为自动存储表空间之前,我们先来回顾一下 DB2 表空间的各种类型以及各自的特点。 系统管理表空间 (System-Managed Space,SMS):这种类型的表空间由操作系统的文件管理系统分配和管理空间。在 DB2 V9 之前,SMS 表空间是 ...
分类:
数据库 时间:
2020-01-15 21:17:12
阅读次数:
169
【题目】:题目链接 time limit per test 2 seconds memory limit per test 1024 megabytes input standard input output standard output Filled with optimism, Hyunuk ...
分类:
编程语言 时间:
2020-01-15 13:57:05
阅读次数:
77
MySQL(简介) 数据库和phpstudy! 主流数据库: SAL Server:微软公司的产品,windows平台应用非常广泛; Oracle:甲骨文公司的产品,当前最流行应用最广泛的数据库软件。 DB2: IBM公司的产品。 MySQL: 开源组织的产品。甲骨文公司的产品。免费!!! Acce ...
分类:
Web程序 时间:
2020-01-14 20:45:22
阅读次数:
101
Overview 概述 When using deferred shading, there is no limit on the number of lights that can affect a GameObject. All lights are evaluated per-pixel, w ...
分类:
其他好文 时间:
2020-01-14 09:20:52
阅读次数:
122