今天要安装spring tool suite,但是没有找到插件地址,market里面也没有搜到,然后又不想下载STS这个集成好的工具。最后找到这个篇文章: 原文地址:https://www.cnblogs.com/zjdxr-up/p/8617242.html 为防止源地址失效,将内容复制在下方。 ...
分类:
编程语言 时间:
2018-11-29 15:18:47
阅读次数:
225
top的输出可以分为统计信息区和进程信息区两部分 前五行为统计信息区,下面几行为进程信息区 统计信息区 23:17:16:表示当前系统时间 up 4:24 :系统已经启动时间 ...
分类:
其他好文 时间:
2018-11-29 01:28:53
阅读次数:
110
1、Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input wou ...
1.用ip a的命令确定哪两个up的端口作为绑定的端口 实际现场可以用ethtool -p来确定电口 2.创建bond0 cd /etc/sysconfig/network-script/ touch ifcfg-bond0 在bond0上添加ip,掩码,另外设置ONBOOT=yes及BOOTPRO ...
分类:
系统相关 时间:
2018-11-28 01:07:20
阅读次数:
253
http://caffe.berkeleyvision.org/install_apt.html https://blogof33.com/post/5/ https://chunml.github.io/ChunML.github.io/tutorial/Setting Up Python Env ...
分类:
其他好文 时间:
2018-11-27 21:13:13
阅读次数:
187
一、less的使用 1)less 文件名,即可快速打开文件 2)相关查看搜索 3)利用键盘向上向下箭头键盘上的向上和向下箭头,点击一次向下简单,文件内容往下读取一行;点击一次向上箭头,文件内容,往上翻滚一行。 4)page down 和page up利用键盘的page down 和page up来进 ...
分类:
系统相关 时间:
2018-11-27 19:31:43
阅读次数:
271
https://moonlet.gitbooks.io/cython-document-zh_cn/content/ch1-basic_tutorial.html add_num.pyx文件 set_up.py 运行 ...
分类:
编程语言 时间:
2018-11-27 17:05:14
阅读次数:
523
alter session set workarea_size_policy=MANUAL; alter session set db_file_multiblock_read_count=512; alter session set events '10351 trace name context... ...
分类:
系统相关 时间:
2018-11-26 02:16:48
阅读次数:
254
https://biginterview.com/blog/2011/09/tell-me-about-yourself.html There are some job interview questions that are guaranteed to come up in most (if no ...
分类:
其他好文 时间:
2018-11-25 14:47:34
阅读次数:
186
pip更新及Requirement already up-to-date解决方法 pip更新 将pip更新版本 1 python -m pip install --upgrade pip 将pip更新版本 在pycharm的虚拟环境中,特别容易出现运行更新pip的命令后,提示要求己经更新,但实际上查 ...
分类:
其他好文 时间:
2018-11-25 11:49:06
阅读次数:
216