码迷,mamicode.com
首页 >  
搜索关键字:too    ( 5795个结果
liunx启动mongodb报错 mongodb child process failed, exited with error number 14
mongodb启动报错:mongodb child process failed, exited with error number 14,查看mongodb.cnf日志,发现其中有一条:Too many open files at src/mongo/db/storage/wiredtiger/w ...
分类:数据库   时间:2018-12-29 19:35:25    阅读次数:3537
01.centos 7 安装 python 3.7.1
centos 7 安装 python 3.7.1 https://www.python.org/downloads/source/ 在官网上下载 Python 3.7.1.tar.xz 安装包,在下载时可以看到有 XZ 和 Gzip 两种格式的压缩包,这两个都可以下载使用,只是 XZ 格式的压缩包体 ...
分类:编程语言   时间:2018-12-29 18:30:56    阅读次数:241
centos7修改字符大小
刚装上虚拟机开始熟悉下linux ,我装的是centos7 同时装了gnome桌面环境 由于字贼小,找了下调大字符的办法,过程如下: 首先百度到setfont命令实现修改字体大小,我直接进入/lib/kbd/consolefonts/ 随便复制一个字体的名字 setfont 得到的是:无法获取指向控 ...
分类:其他好文   时间:2018-12-29 01:09:17    阅读次数:1984
SAFEARRAY使用实例
目录: SAFEARRAY使用实例... 1 目录:... 1 前言:... 1 何谓SAFEARRAY:... 1 创建SAFEARRAY:2 方法一:使用SafeArrayAllocDescriptor在栈上创建一维数组... 2 方法二:使用SafeArrayAllocDescriptor和S ...
分类:其他好文   时间:2018-12-28 22:26:41    阅读次数:270
Chrome DevTools: Color tricks in the Elements Panel
to change the color format Tip one The Colour Platters are customeised for you .they show colour for: Color Palettes Material CSS Variables Custome Ti ...
分类:其他好文   时间:2018-12-28 22:08:03    阅读次数:188
【已解决】mysql连接出错:ERROR 1040 (HY000): Too many connections
连接mysql,结果出错: ? 1 ERROR 1040 (HY000): Too many connections 去修改mysql的配置文件,然后添加: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 ...
分类:数据库   时间:2018-12-28 20:36:19    阅读次数:189
python 获取当前目录下的文件目录和文件名
python 获取当前目录下的文件目录和文件名 os模块下有两个函数: os.walk() os.listdir() 1 # -*- coding: utf-8 -*- 2 3 import os 4 5 def file_name(file_dir): 6 for root, dirs, file ...
分类:编程语言   时间:2018-12-27 20:29:07    阅读次数:223
常用模块
一.random 随机模块 from xxx import xxx 从xxx里面导入xxx 二.Counter 计数模块 三.defaultdict 默认值字典模块 四.栈,队列 栈 : 先进后出 队列 : 先进先出 五. time 时间模块 时间戳格式化 : 先把时间戳 转换成结构化时间(loca ...
分类:其他好文   时间:2018-12-27 03:34:20    阅读次数:128
mybatis标签之——<trim>
trim标记是一个格式化的标记,主要用于拼接sql的条件语句(前缀或后缀的添加或忽略),可以完成set或者是where标记的功能。 trim属性主要有以下四个 prefix:前缀覆盖并增加其内容 suffix:后缀覆盖并增加其内容 prefixOverrides:前缀判断的条件 suffixOver ...
分类:其他好文   时间:2018-12-26 14:32:06    阅读次数:135
Linux 命令
日常 Linux 总结。
分类:系统相关   时间:2018-12-26 14:29:55    阅读次数:150
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!