系统服务
(custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should co ...
分类:系统服务 时间:2018-01-04 00:03:59 收藏:0 阅读:298
简介 1)NSCache 是苹果官方提供的缓存类,用法与 NSMutableDictionary 的用法很相似,在 AFNetworking 和 SDWebImage 中,使用它来管理缓存。 2)NSCache 在系统内存很低时,会自动释放一些对象(备注:在模拟器中内存警告时,缓存不会做清理动作)。 ...
分类:系统服务 时间:2018-01-03 23:52:22 收藏:0 阅读:338
感谢:https://zhidao.baidu.com/question/936034287080169492.html 其中 找到vimrc文件的方法是: 敲击vim命令 按esc键,之后输入 :echo $VIM 会在下面显示vim的安装地址 我的是 /usr/share/vim 其中 vimr ...
分类:系统服务 时间:2018-01-03 23:44:13 收藏:0 阅读:265
What is Machine Learning? Two definitions of Machine Learning are offered. Arthur Samuel described it as: "the field of study that gives computers the ...
分类:系统服务 时间:2018-01-03 23:37:58 收藏:0 阅读:209
add by zhj: 下面的文章解释的很好了,这里再说明一下top命令中wa的含义,我们知道,当IO阻塞时,操作系统会把进程改为阻塞态,将CPU调度到运行其它进程。 CPU在空闲状态下,会检查是否有阻塞的IO(磁盘或网络),如果有,那就认为是wa;如果没有,那才是真正的idle。在top命令中,8 ...
分类:系统服务 时间:2018-01-03 23:24:28 收藏:0 阅读:331
通常情况下,修改代码,打包,上传,发布,这么个顺序发布程序。 有了Jenkins这些重复性的操作可以统统交给程序自动处理。甚至可以指定发布的时机,例如提交一次svn就自动发布,每天定时发布等。 1:安装Jenkins wget http://mirrors.jenkins-ci.org/war/la ...
分类:系统服务 时间:2018-01-03 23:21:54 收藏:0 阅读:366
#include #include #include #include #include static void do_sig_child(int num) { pid_t pid; int status; while((pid = waitpid(0, &status, WNOHANG)) > 0... ...
分类:系统服务 时间:2018-01-03 23:19:08 收藏:0 阅读:451
1、创建maven项目(maven的下载和具体的配置省略) 2、pom.xml 上述两部完成后,项目结构如下图: 如果项目中有红叉错误的,选中项目alt+f5更新maven项目。 3、右键项目build path,配置server runtime,如下图: server Library中tomcat ...
分类:系统服务 时间:2018-01-03 23:12:54 收藏:0 阅读:392
5.1 vim介绍 5.2 vim颜色显示和移动光标 5.3 vim一般模式下移动光标 5.4 vim一般模式下复制、剪切和粘贴
分类:系统服务 时间:2018-01-03 22:26:40 收藏:0 阅读:297
vim
分类:系统服务 时间:2018-01-03 22:24:50 收藏:0 阅读:278
158235824582517912
上一页179116下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!