上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 123 下一页
摘要: http://www.linuxidc.com/Linux/2017-01/139320.htm 在介绍Ubuntu 16.04安装 CUDA7.5开始前,先辨析几个概念GPU、NVIDIA、NVIDIA驱动、CUDA、cudnn等,这些概念对于一个新手来说肯定是很晕的,正如我当初一样,所以我这里就 阅读全文
posted @ 2017-07-01 20:00 zengkefu 阅读(1081) 评论(0) 推荐(0) 编辑
摘要: http://tech.hexun.com/2015-09-11/179027013.html 从这段话中所表达出的意思可以了解,Linux Kernel 4.3版本已经开始进行,Linus Torvalds也收到了一些新的请求,但具体如何改进还要进一步研究确定。 新内核4.2有哪些改进: 重写英特 阅读全文
posted @ 2017-07-01 19:43 zengkefu 阅读(312) 评论(0) 推荐(0) 编辑
摘要: https://www.mxgw.info/t/linux-kernel-4-9-bbr.html?utm_source=tuicool&utm_medium=referral 阅读全文
posted @ 2017-07-01 19:36 zengkefu 阅读(306) 评论(0) 推荐(0) 编辑
摘要: http://www.codesec.net/view/39930.html root@qs-wg-db1 /]# cat /etc/fstab LABEL=/ / ext3 defaults 1 1 LABEL=/boot /boot ext3 defaults 1 2 tmpfs /dev/sh 阅读全文
posted @ 2017-07-01 19:22 zengkefu 阅读(360) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/liuruiqun/article/details/55097292 阅读全文
posted @ 2017-07-01 19:15 zengkefu 阅读(1867) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/24430124 阅读全文
posted @ 2017-07-01 19:10 zengkefu 阅读(193) 评论(0) 推荐(0) 编辑
摘要: https://yq.aliyun.com/articles/112207?spm=5176.100239.bloglist.58.wN003U 阅读全文
posted @ 2017-07-01 18:49 zengkefu 阅读(319) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/youshijifen/article/details/73472434 阅读全文
posted @ 2017-07-01 17:09 zengkefu 阅读(1002) 评论(0) 推荐(0) 编辑
摘要: http://www.linuxidc.com/Linux/2017-03/141456.htm 阅读全文
posted @ 2017-07-01 16:35 zengkefu 阅读(443) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/forward/archive/2012/01/10/2318483.html 阅读全文
posted @ 2017-07-01 16:07 zengkefu 阅读(282) 评论(0) 推荐(0) 编辑
摘要: 描述:systemd-udevd是监听内核发出的设备事件,并根据udev规则处理每个事件。 选项: --daemon 脱离控制台,并作为后台守程运行。 --debug 在标准错误上打印调试信息 --children-max= 限制最多同时处理多少个设备事件 --exec-delay= 在运行RUN程 阅读全文
posted @ 2017-07-01 01:22 zengkefu 阅读(4839) 评论(0) 推荐(0) 编辑
摘要: https://www.ostechnix.com/install-linux-kernel-4-10-centos-ubuntu/ 阅读全文
posted @ 2017-07-01 00:36 zengkefu 阅读(271) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/steven_liwen/article/details/68487241 阅读全文
posted @ 2017-07-01 00:02 zengkefu 阅读(645) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/itech/archive/2011/11/23/2260009.html#3710655 阅读全文
posted @ 2017-06-30 21:17 zengkefu 阅读(133) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/shan9liang/article/details/8803989/ 阅读全文
posted @ 2017-06-30 21:00 zengkefu 阅读(190) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/snowwitch/article/details/50925382 http://www.cnblogs.com/hww123/archive/2016/09.html 阅读全文
posted @ 2017-06-30 20:55 zengkefu 阅读(375) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/uucai http://blog.csdn.net/uucai/article/details/21258575 阅读全文
posted @ 2017-06-30 20:52 zengkefu 阅读(144) 评论(0) 推荐(0) 编辑
摘要: [root@workstation2017 ~]# uname -r 1.安装程序 yum install systemtap systemtap-runtime // 这个会被安装 systemtap-sdt-devel-3.0-7.el7.x86_64 2. //安装内核调试符号 自动安装 st 阅读全文
posted @ 2017-06-30 12:17 zengkefu 阅读(461) 评论(0) 推荐(0) 编辑
摘要: package cn.java.mybole; class test6 { public static void main(String[] args) { System.out.println("packet name"); } } //javac -d . test6.java //will c 阅读全文
posted @ 2017-06-28 22:37 zengkefu 阅读(453) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/lidonghat/article/details/70244288 阅读全文
posted @ 2017-06-27 22:21 zengkefu 阅读(135) 评论(0) 推荐(0) 编辑
摘要: https://www.zhihu.com/question/28551135 阅读全文
posted @ 2017-06-27 22:18 zengkefu 阅读(328) 评论(0) 推荐(0) 编辑
摘要: http://www.dbgpro.com/cppdisassembly 阅读全文
posted @ 2017-06-27 22:13 zengkefu 阅读(661) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/cosmoslife/article/details/8771773 http://blog.csdn.net/herx1/article/details/3134889 http://blog.csdn.net/cosmoslife/article/det 阅读全文
posted @ 2017-06-27 22:08 zengkefu 阅读(6512) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/q_l_s/article/details/54909328 阅读全文
posted @ 2017-06-27 22:01 zengkefu 阅读(219) 评论(0) 推荐(0) 编辑
摘要: http://www.tyut.edu.cn/kecheng1/2008/site04/courseware/chapter2/2-2-2-2.html http://blog.csdn.net/techx/article/details/43830781 http://blog.csdn.net/ 阅读全文
posted @ 2017-06-27 21:26 zengkefu 阅读(461) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 123 下一页