码迷,mamicode.com
首页 >  
搜索关键字:local prefixed index    ( 57983个结果
shell script
#ping whole local domainfor ip in {1..255};do ping -c 3 192.168.110.$ip >> ping.log;done grep '3 ttl' ping.log |awk '{print $4}' | sed 's\:\\g' |while ...
分类:系统相关   时间:2021-06-02 20:19:59    阅读次数:0
解决Element中table文字过多换行问题-亲测有效
1.直接上代码 <el-table :data="data" border stripe style="width: 100%;" class="tableLimit" :height="height"> <el-table-column label="排序" type="index" align= ...
分类:其他好文   时间:2021-06-02 20:01:44    阅读次数:0
pandas Dataframe操作
import pandas as pd 1 创建空Dataframe df = pd.DataFrame(columns=('a', 'b', 'c')) df a b c 2 添加一行Series数据 先创建Series s1 = pd.Series({'a': 1, 'b': 2, 'c': 3 ...
分类:其他好文   时间:2021-06-02 19:52:27    阅读次数:0
Nginx 开启,关闭,重启,查看命令,错误解决:Job for nginx.service failed because the control process exited with error code
启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control process exited with error code. See “systemctl stat 可能原因如下: 1.nginx配置文件有错误 运行下面命令查 ...
分类:其他好文   时间:2021-06-02 19:50:08    阅读次数:0
java获取访问IP方法
HttpServletRequest httpServletRequest = ((ServletRequestAttributes) RequestContextHolder.currentRequestAttributes()).getRequest(); log.info(" "); log. ...
分类:编程语言   时间:2021-06-02 19:49:05    阅读次数:0
Bad habits : Putting NOLOCK everywhere
Bad habits : Putting NOLOCK everywhere [See an index of all bad habits / best practices posts] I went through the archive above, and was quite surpris ...
分类:其他好文   时间:2021-06-02 19:46:42    阅读次数:0
09 spark连接mysql数据库
spark连接mysql数据库 安装启动检查Mysql服务。netstat -tunlp (3306) spark 连接mysql驱动程序。 cd /usr/local/hive/lib ls mysql* cp mysql-connector-java-5.1.40-bin.jar /usr/lo ...
分类:数据库   时间:2021-06-02 19:08:19    阅读次数:0
09 spark连接mysql数据库
1. 安装启动检查Mysql服务。##netstat -tunlp (3306) cd /usr/local/hive/lib ls mysql* cp mysql-connector-java-5.1.40-bin.jar /usr/local/spark/jars/ cd /usr/local/ ...
分类:数据库   时间:2021-06-02 19:00:44    阅读次数:0
09 spark连接mysql数据库
09 spark连接mysql数据库 spark连接mysql数据库 1、安装启动检查Mysql服务。 netstat -tunlp (3306) 2、spark 连接mysql驱动程序。 –cp /usr/local/hive/lib/mysql-connector-java-5.1.40-bin ...
分类:数据库   时间:2021-06-02 18:54:48    阅读次数:0
spark连接mysql数据库
安装启动检查Mysql服务。netstat -tunlp (3306) spark 连接mysql驱动程序。–cp /usr/local/hive/lib/mysql-connector-java-5.1.40-bin.jar /usr/local/spark/jars 启动 Mysql shell ...
分类:数据库   时间:2021-06-02 18:50:45    阅读次数:0
57983条   上一页 1 ... 16 17 18 19 20 ... 5799 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!