今天碰到几个问题: 1、 Failed to start LSB Bring up/down 归结一下 百度 的答案: 1)、 90% 修改MAC 地址 2)、10% 重启 networkmanager 很可惜 以上的答案 都不能解决我的问题: 最后 还是按照提示 ,老老实实的 查看了 日志 # j ...
分类:
其他好文 时间:
2019-03-08 15:20:26
阅读次数:
236
来源:https://www.cnblogs.com/chenzhiyu/p/7832040.html svn 在提交代码的时候出现了svn is already locked, 需要clean up. 官方对clean up的解释:它的作用就是查找工作拷贝中的所有遗留的日志文件,删除进程中工作拷贝 ...
分类:
其他好文 时间:
2019-03-08 13:58:36
阅读次数:
189
三行命令搞定Ubuntu 16.04下安装VMware Tools!!!!!!!!! 由于下载的是ubuntu-16.04.3-desktop-amd64,需要安装vmware tools,以往提取的那种方式比较麻烦,嗯,效率第一,就是如下这种方法!!! 第一行命令: sudo apt-get up ...
分类:
系统相关 时间:
2019-03-08 09:35:51
阅读次数:
243
Given a binary tree, return the bottom-up level order traversal of its nodes' values. (ie, from left to right, level by level from leaf to root). For ...
分类:
其他好文 时间:
2019-03-08 09:27:45
阅读次数:
188
启动网卡报错(FailedtostartLSB:Bringup/downnetworking)解决办法总结具体的报错提示如下:[root@centos7~]#systemctlrestartnetworkJobfornetwork.servicefailedbecausethecontrolprocessexitedwitherrorcode.See"systemctlstatusnet
分类:
Web程序 时间:
2019-03-07 17:49:42
阅读次数:
232
```plain
多重光标同时编辑:Alt按住不动点击鼠标.
选中光标所在的单词:Ctrl+D. (Ctrl+Shift+L选中文中所有出该词的地方)
快速切换上下行语句:Alt+Up (Up:上方向键,在ST中为CtrlShift+方向键)
快速定位到定义的地方:F12
快速预览变量定义:Alt+... ...
分类:
其他好文 时间:
2019-03-07 16:07:49
阅读次数:
197
前言 学SVM看到对偶问题的时候很难受,因为看不懂,数学知识真的太重要了。后来在B站看到某up主的精彩推导,故总结如下。 SVM基本型 由之前最大化间隔的计算可得SVM的基本型为: $\underset{\mathbf{w},b}{min}\ \ \ \ \frac{1}{2}\left \| \m ...
分类:
系统相关 时间:
2019-03-07 00:51:58
阅读次数:
236
Just like the blogs I wrote before: and , Use or bare command to install downloaded rpm file works but I find somehow this will cause some maintenance ...
分类:
其他好文 时间:
2019-03-06 15:13:39
阅读次数:
214
The cows don't use actual bowling balls when they go bowling. They each take a number (in the range 0..99), though, and line up in a standard bowling- ...
分类:
其他好文 时间:
2019-03-04 22:35:39
阅读次数:
139
Given an array A of 0s and 1s, we may change up to K values from 0 to 1. Return the length of the longest (contiguous) subarray that contains only 1s. ...
分类:
其他好文 时间:
2019-03-04 09:50:29
阅读次数:
92