描述 BackgroundProfessor Hopper is researching the sexual behavior of a rare species of bugs. He assumes that they feature two different genders and tha ...
分类:
其他好文 时间:
2018-09-17 17:45:25
阅读次数:
153
1.远程拉取gitlab工程分支,并在本地建立分支具体过程新建一个空文件初始化gitinit自己要与originmaster建立连接(下划线远程仓库链接)gitremoteaddoriginhttp://192.168.9.10:8888/root/game-of-life.git把远程分支拉到本地(game-of-live-first_branch为远程仓库的分支名)gitfetchorigin
分类:
其他好文 时间:
2018-09-16 18:41:13
阅读次数:
225
prometheus+node_exporter监控系统搭建:注:可结合icinga2、telegraf一起用,DiskIOs、DiskThroughout是前2个没有的,traffic监控也可用这个参考网址:http://blog.51cto.com/youerning/2050543下载网址:https://prometheus.io/download服务器端:tarzxfvprometheu
分类:
其他好文 时间:
2018-09-14 23:56:52
阅读次数:
1075
带权并查集模2系,也就是给一些关系 ,这些关系是是否同类。问有多少关系错的。 #include <cstdio> #include <cstring> #include <cmath> #include <algorithm> using namespace std; const int M = 2 ...
分类:
其他好文 时间:
2018-09-14 00:09:52
阅读次数:
119
类变量 VS 实例变量 类变量的作用 类变量的作用就是保存大家共用的属性,节省开销(省内存)。比如某一个系统中的所有用户均是中国人,那么国籍这个变量就可以写为类变量。如下代码中的2个Person类所示,虽然最终结果时一样的,但是使用Person1类时,每实例化一个对象,就会开辟一块内存,传一个默认参 ...
分类:
编程语言 时间:
2018-09-10 11:01:51
阅读次数:
152
警匪游戏 class Base(object): def __init__(self,name,gender,life_value,weapon): self.name=name self.gun=gender self.life_value=life_value self.waepon=weapo ...
分类:
编程语言 时间:
2018-09-09 20:05:44
阅读次数:
171
Asp.net Core 2.1新功能Generic Host(通用主机),了解一下 https://www.cnblogs.com/CoderAyu/p/9564977.html 什么是Generic Host ? image 这是在Asp.Net Core 2.1加入了一种新的Host,现在2. ...
分类:
Web程序 时间:
2018-09-04 19:10:25
阅读次数:
219
参考:https://blog.csdn.net/xionglifei2014/article/details/80782753 刚开始用插件式开发练习项目时添加新项时却不能添加WPF窗体,只有一个用户控件能添加。 后来发现是添加新建项目时添加的是类库就不行,改成添加WPF应用程序时可以正常添加。 ...
Kerberos+LDAP集成安装说明一、安装Openldap使用附件提供的openldap-2.4.46.tar解压缩,直接进入解压后的目录openldap-2.4.46,执行makeinstall命令安装。yuminstalllibdb-cxxlibdb-cxx-develgcc-plugin-devel-yyuminstalllibtool-ltdl-devel-ytarzxvfopenld
分类:
其他好文 时间:
2018-09-01 12:38:28
阅读次数:
196
Nobody gets to live life backwards. Look ahead, that’s where your future lies. location:Newport,NJ,U.S 第一次在学习IntelliJ IDEA过程中,进行web.xml文件的配置时候,对于Http监 ...
分类:
Web程序 时间:
2018-08-30 01:54:33
阅读次数:
962