会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
SeamanWang
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
2018年8月20日
设置CentOS7开机等待时间
摘要: 找到 /boot/grub2 下的 grub.cfg 找到并修改下面的代码: terminal_output consoleif [ x$feature_timeout_style = xy ] ; then set timeout_style=menu set timeout=5(修改成1,不要修
阅读全文
posted @ 2018-08-20 09:24 SeamanWang
阅读(1070)
评论(0)
推荐(0)
2018年8月15日
Storm
摘要: zkServer.sh start storm nimbus & storm supervisor & storm ui & storm jar xxx.jar teststorm.Main /words.txt storm kill {toponame} storm active {toponam
阅读全文
posted @ 2018-08-15 12:38 SeamanWang
阅读(108)
评论(0)
推荐(0)
2018年6月20日
Linux 网络配置
摘要: 1、 cd /etc/sysconfig/network-scripts/ 2、vi ifcfg-en**** 3、 4、systemctl restart network 5、ping www.baidu.com 在虚拟机设置静态IP的坑: 1、DNS要设置 2、不要去改虚拟机的Ip地址段 3、转
阅读全文
posted @ 2018-06-20 00:18 SeamanWang
阅读(78)
评论(0)
推荐(0)
2018年6月13日
Kafka
摘要:
阅读全文
posted @ 2018-06-13 18:19 SeamanWang
阅读(74)
评论(0)
推荐(0)
2018年6月2日
.NET Remoting
摘要: .NET Remoting
阅读全文
posted @ 2018-06-02 00:48 SeamanWang
阅读(102)
评论(0)
推荐(0)
2018年5月30日
jwt
摘要: jwt认证授权
阅读全文
posted @ 2018-05-30 21:05 SeamanWang
阅读(112)
评论(0)
推荐(0)
2018年5月29日
new操作符
摘要: 1.它计算类型以及所有基类型(一直到System.Object,虽然它没有定义自己的实例字段)中定义的所有实例字段需要的字节数。堆上的每个对象都需要一些额外的成员 即“类型对象指针”和“同步块索引”。 这些成员由CLR用于管理对象。这些额外成员的字节数会计入对象大小。 2.它从托管堆中分配制定类型要
阅读全文
posted @ 2018-05-29 23:41 SeamanWang
阅读(118)
评论(0)
推荐(0)
2018年5月28日
元数据
摘要: 元数据,关于数据的数据。
阅读全文
posted @ 2018-05-28 21:40 SeamanWang
阅读(87)
评论(0)
推荐(0)
2018年5月24日
C# lock
摘要: C# lock,有点意思。
阅读全文
posted @ 2018-05-24 10:14 SeamanWang
阅读(93)
评论(0)
推荐(0)
2017年2月23日
三十而立
摘要: 开始简单整理记录自己的学习历程,便于以后追溯。。。
阅读全文
posted @ 2017-02-23 14:52 SeamanWang
阅读(120)
评论(0)
推荐(0)
上一页
1
2
3
公告