python 微信聊天D:\untitled\hello.py 入口 web禁止登陆。。 安装命令:手动安装:D:\python\setuptools-41.2.0>python setup.py install 下载下来手动安装pip D:\python\pip-1.4.1\pip-1.4.1>p ...
分类:
编程语言 时间:
2019-09-15 19:49:58
阅读次数:
175
#!/usr/bin/env python3 # LICENSE: BSD-3 # Copyright: Josh Pitts @midnite_runr import sys import struct import shutil import io from optparse import Op ...
分类:
编程语言 时间:
2019-09-15 10:34:00
阅读次数:
151
java.lang.IllegalArgumentException: Error occurred validating the Criteria 。。。 Caused by: java.lang.IllegalStateException: No explicit selection and a ...
分类:
其他好文 时间:
2019-09-14 14:01:43
阅读次数:
124
题目链接: "HDU 5119" Problem Description Matt has N friends. They are playing a game together. Each of Matt’s friends has a magic number. In the game, Mat ...
分类:
移动开发 时间:
2019-09-14 00:48:37
阅读次数:
116
On Windows, I got "Unable to delete directory". What's wrong? For instance, clean could fail if you already have opened a command line with target as ...
$ git config --global user.name "wstmljf" $ git config --global user.email "wstmljf@163.com" $ git config --global core.autocrlf false $ git config -- ...
分类:
其他好文 时间:
2019-09-11 09:39:04
阅读次数:
101
问题背景:jenkins服务器发布代码后需要执行删除缓存的操作ssh -p222 eus_pe_devadmin@1.1.1.1 "sudo rm -rf /dev/shm/nginx/hipdf/cache/*"分析:要让jenkins能删除远程服务器上的缓存,需要配置免秘钥打通为避免权限过大,使 ...
一:启动hiveserver2服务 二:启动beeline 三:连接hiveserver2(下面的1000000端口号适当改小写因为其超出最大端口号的范围建议改为10000) 如果启动不成功实现我们先检查以下两个文件配置是否正确 1)hadoop文件夹下面的core-site.xml中的内容 2)h ...
分类:
数据库 时间:
2019-09-05 23:31:48
阅读次数:
333
A linked list is given such that each node contains an additional random pointer which could point to any node in the list or null. Return a deep copy ...
分类:
其他好文 时间:
2019-09-04 16:28:49
阅读次数:
101