(这已经是第二次博客园吞我东西了,有点心态爆炸) 16.1 The string Class ) Constructing a string Here is a table which shows the seven form of constructors that the class has: ...
分类:
其他好文 时间:
2018-11-20 16:18:15
阅读次数:
119
When the 'fatal error: helper_math.h: No such file or directory' occurs, it means the 'helper_math.h' file is missing. In fact, 'helper_math.h' locate ...
分类:
其他好文 时间:
2018-11-19 12:38:55
阅读次数:
603
locate locate locate 执行快速的路径名数据库搜索,输出每个与指定子字符串相匹配的路径名。 locate bin/zip locate 命令的数据库是updatedb命令创建的。 find find locate只能依据文件名查找文件,而find命令能基于各种各样的属性 搜索一个给 ...
分类:
其他好文 时间:
2018-11-18 21:06:20
阅读次数:
178
浏览过程中,图片中的内容可能太小,无法看清,可以>右键>在新标签中打开 Outline 项目原因,需要用selenium实现模拟登陆、模拟上传文件,自然就需要模拟点击【上传】按钮; 模拟点击之前需要通过selenium提供的“方法”去定位到要点击的元素; 模拟登陆过程中,全程都可以定位到需要点击的元 ...
分类:
其他好文 时间:
2018-11-17 17:57:02
阅读次数:
305
运行环境:windows10 64位,虚拟机:Ubuntu Kylin 14.04,Hadoop2.7.1 错误信息: java.io.IOException: Could not locate executable D:\hadoop\bin\winutils.exe in the Hadoop ...
Python中操作mysql的pymysql模块详解 前言 pymsql是Python中操作MySQL的模块,pymysql支持python3.x。 一、安装 pip install pymysql 二、使用操作 1、执行SQL #!/usr/bin/env pytho # -*- coding:u ...
分类:
数据库 时间:
2018-11-13 17:20:15
阅读次数:
196
我们经常在linux要查找某个文件,但不知道放在哪里了,可以使用下面的一些命令来搜索: which 查看可执行文件的位置。 whereis 查看文件的位置。 locate 配合数据库查看文件位置。 find 实际搜寻硬盘查询文件名称。 which命令的作用是,在PATH变量指定的路径中,搜索某个系统 ...
分类:
系统相关 时间:
2018-11-10 12:35:56
阅读次数:
191
原文地址:http://blog.sina.com.cn/s/blog_4586764e0100h5ct.html 1、字符串函数ascii(str) 返回字符串str的第一个字符的ascii值(str是空串时返回0) mysql> select ascii('2'); -> 50 mysql> s ...
分类:
数据库 时间:
2018-11-08 16:25:02
阅读次数:
148
文件搜索命令:find命令名称:find命令所在路径:/bin/find执行权限:所有用户语法:find [搜索范围] [匹配条件]功能描述:文件搜索 $ find /etc -name init在目录/etc中查找文件init-iname 不区分大小写$ find / -size +204800在 ...
分类:
系统相关 时间:
2018-11-08 00:17:58
阅读次数:
206
cd <directory> Short for "change directory". The shorthand name for the current directory is . The shorthand name for the parent directory is .. pwd p ...
分类:
系统相关 时间:
2018-11-07 00:45:30
阅读次数:
140