摘要:
学习网址:http://www.cnblogs.com/rush/archive/2011/12/31/2309203.html https://www.cnblogs.com/sdya/p/4568548.html 网络安全:网络攻击技术——Broken authentication 网络攻击技术
阅读全文
posted @ 2018-06-17 22:11
海米傻傻
阅读(552)
推荐(0)
摘要:
My SQL获取某个表的列名 DESC TableNameSHOW COLUMNS FROM TableName SELECT COLUMN_NAME FROM information_schema.columns WHERE table_name='tablename'
阅读全文
posted @ 2018-06-17 21:42
海米傻傻
阅读(11530)
推荐(1)
摘要:
1. 菜鸟教程 http://www.runoob.com/django/django-first-app.html 2. https://blog.csdn.net/Sunshine_ZCC/article/details/73918408
阅读全文
posted @ 2018-06-15 22:27
海米傻傻
阅读(126)
推荐(0)
摘要:
摘录自:http://www.cnblogs.com/Fordestiny/p/8901100.html 问题分析: 问题解决: 修改为如下,保存即可。
阅读全文
posted @ 2018-06-15 22:19
海米傻傻
阅读(272)
推荐(0)
摘要:
问题描述: Python package下载中遇到ReadTimeoutError: HTTPSConnectionPool? 问题解决: 方法1:继续重复下载 pip install virtualenv 方法2:设置超时时间 pip --default-timeout=100 install -
阅读全文
posted @ 2018-06-15 21:47
海米傻傻
阅读(1720)
推荐(0)
摘要:
Memcached入门学习 学习网址:http://www.runoob.com/Memcached/Memcached-tutorial.html
阅读全文
posted @ 2018-06-15 10:52
海米傻傻
阅读(141)
推荐(0)
摘要:
win10的cmd中显示:telnet不是内部或外部命令也不是可运行的程序或批处理? 摘录自:https://blog.csdn.net/haijing1995/article/details/66475546 telnet命令? telnet命令用于登录远程主机,对远程主机进行管理。 举个栗子:在
阅读全文
posted @ 2018-06-15 10:48
海米傻傻
阅读(2389)
推荐(0)
摘要:
参考网址:http://www.mkyong.com/maven/how-to-convert-maven-java-project-to-support-eclipse-ide/ https://blog.csdn.net/gsycwh/article/details/52792633 问题描述:
阅读全文
posted @ 2018-04-21 23:37
海米傻傻
阅读(935)
推荐(0)
摘要:
学习网址:https://www.sojson.com/shiro
阅读全文
posted @ 2018-04-21 17:32
海米傻傻
阅读(159)
推荐(0)
摘要:
1. https://www.r-bloggers.com/ 2. https://www.kaggle.com/datasets 3. RStudio download: https://www.rstudio.com/products/rstudio/download/#download 4.
阅读全文
posted @ 2018-03-26 16:16
海米傻傻
阅读(985)
推荐(1)
摘要:
摘录自:http://blog.csdn.net/akmissxt/article/details/79463632 问题描述: 问题分析: 1. 推理 2. 编程方法,暴力破解 推理办法: 第一题,废题 第二题,开始依次试第二题的答案 2A 》5C >9C >1==6; 3[A|B|C|D](X)
阅读全文
posted @ 2018-03-14 10:47
海米傻傻
阅读(1447)
推荐(1)
摘要:
学习路径:http://www.ruanyifeng.com/blog/2014/09/information-entropy.html http://colah.github.io/posts/2015-09-Visual-Information/ https://www.cnblogs.com/
阅读全文
posted @ 2018-03-06 09:11
海米傻傻
阅读(136)
推荐(0)
摘要:
1.安装和破解:http://www.cnblogs.com/haimishasha/p/5203069.html 2.修改编码方式:http://www.cnblogs.com/haimishasha/p/8505913.html 3.配置maven:http://www.cnblogs.com/
阅读全文
posted @ 2018-03-04 21:56
海米傻傻
阅读(289)
推荐(0)
摘要:
摘录自:https://www.cnblogs.com/xiaoxiaoweng/p/7298183.html 问题描述:eclipse没有server选项 解决问题:找到Help->InstallNew Software->"Kepler" repository(http://download.e
阅读全文
posted @ 2018-03-04 21:40
海米傻傻
阅读(1871)
推荐(0)
摘要:
参考网址:http://blog.sina.com.cn/s/blog_8999d1c60102wtfk.html https://www.cnblogs.com/susuyu/archive/2012/06/27/2566062.html 开始项目之前统一项目的编码是很有必要的(UTF-8可以最大
阅读全文
posted @ 2018-03-04 20:11
海米傻傻
阅读(311)
推荐(0)
摘要:
摘录网址:https://www.cnblogs.com/eagle6688/p/7838224.html https://www.cnblogs.com/pengyan-9826/p/7767070.html https://www.jianshu.com/p/e91d98bbf925 一、环境
阅读全文
posted @ 2018-03-04 13:09
海米傻傻
阅读(19356)
推荐(0)
摘要:
摘录网址:http://www.jb51.net/softjc/543170.html MATLAB2017a安装教程: 1、下载并解压本站提供的MATLAB2017a破解版安装包,载入右键解压或者使用虚拟光驱载入安装镜像2、选择“使用文件安装秘钥”点击下一步 3、允许用户协议,选择“是”点击下一步
阅读全文
posted @ 2018-03-03 18:09
海米傻傻
阅读(6463)
推荐(0)
摘要:
摘录网址:https://jingyan.baidu.com/article/3c48dd348c4504e10ae35810.html 环境描述: VMware Workstation Ubuntu系统 问题描述: 出于学习或工作目的,我们经常需要在虚拟机VMware中安装VMware Tools
阅读全文
posted @ 2018-03-03 12:05
海米傻傻
阅读(1537)
推荐(0)
摘要:
问题描述: 问题分析:Input path does not exist 问题解决:分布式环境中创建input目录 hdfs dfs -mkdir -p /user/hadoop hdfs dfs -mkdir input hdfs dfs -put ./*.xml input hadoop jar
阅读全文
posted @ 2018-03-03 11:26
海米傻傻
阅读(19126)
推荐(3)
摘要:
问题描述: org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /tmp/hadoop-yarn/staging/hadoop/.staging/job_1519998981934_0001/job.jar could o
阅读全文
posted @ 2018-03-03 10:11
海米傻傻
阅读(6704)
推荐(0)
摘要:
问题描述:Failed on local exception: java.net.SocketException: Network is unreachable; Host Details : local host is: "Master/192.168.43.190"; destination h
阅读全文
posted @ 2018-03-03 09:51
海米傻傻
阅读(3339)
推荐(0)
摘要:
在线绘图工具ProcessOn:https://www.processon.com/support#mind-format 鲁棒图实例:http://blog.csdn.net/joeyon1985/article/details/42350005 http://book.51cto.com/art
阅读全文
posted @ 2017-11-04 22:19
海米傻傻
阅读(1034)
推荐(0)
摘要:
Ubuntu16.04安装mongodb copy from: http://blog.csdn.net/zhushh/article/details/52451441 1.导入软件源的公钥 sudo apt-key adv --keyserver hkp://keyserver.ubuntu.co
阅读全文
posted @ 2017-10-13 22:02
海米傻傻
阅读(560)
推荐(0)
摘要:
1.Visio画UML用例图没有include关系的解决方法 发现Visio UML用例里面找不到include关系,即“箭头”+“<<include>>” 这个组件, 首先:打开Microsoft Visio->新建 -> 软件和数据库 -> UML模型图 然后:选择点击菜单栏中的“UML” ->
阅读全文
posted @ 2017-10-07 15:34
海米傻傻
阅读(1169)
推荐(0)
摘要:
问题描述:The auxService:mapreduce_shuffle does not exist 问题分析:The auxService:mapreduce_shuffle does not exist;yarn-site.xml配置文件有问题(注意单词拼写) 问题解决:vim /usr/l
阅读全文
posted @ 2017-10-07 11:17
海米傻傻
阅读(7095)
推荐(0)
摘要:
问题描述:Layer already being pulled by another client. Waiting. 问题分析:这是 1.8版本的一个bug,会在1.9版本中修复。http://stackoverflow.com/a/33130453 问题解决:关掉所有的docker-machin
阅读全文
posted @ 2017-10-06 19:40
海米傻傻
阅读(1080)
推荐(0)
摘要:
问题描述:could not open file '/etc/apt/sources.list' 问题分析:软件源被清空了,也就是 /etc/apt/sources.list 被删除了 解决问题:1、打开更新管理器,点击左下角的设置,打开软件源 2、选中源的相关选项,然后关闭,再点击更新管理器的 检
阅读全文
posted @ 2017-10-06 19:31
海米傻傻
阅读(4120)
推荐(0)
摘要:
问题描述:$ apt-get install docker-engine -> Depends: init-system-helpers (>= 1.18~) but 1.14 is to be installed 问题分析: 问题解决:sudo apt-get install docker-eng
阅读全文
posted @ 2017-10-06 19:27
海米傻傻
阅读(1448)
推荐(0)
摘要:
问题描述: 问题分析:权限不够 问题解决:sudo apt-get update
阅读全文
posted @ 2017-10-06 11:25
海米傻傻
阅读(4200)
推荐(0)
摘要:
问题描述:bin/hadoop fs -ls ls: `.': No such file or directory 问题分析:版本问题,用法不同 https://stackoverflow.com/questions/28241251/hadoop-fs-ls-results-in-no-such-
阅读全文
posted @ 2017-10-06 11:02
海米傻傻
阅读(1258)
推荐(0)