unix_c_03.txt 第三课 文件系统(上) 一、系统调用 应用程序 +| |v |各种库 |(C/C++标准库、Shell命令和脚本、 |X11图形程序及库) || |v |系统调用 < +(内核提供给外界访问的接口函数,调用这些函数将使进程进入内核态)|v内核(驱动程序、系统功能程序)1. ...
分类:
其他好文 时间:
2017-02-15 23:56:00
阅读次数:
361
0 halt 1 single user mode 系统修复 2 multiuser without NFS 3 full multiuser mode 标准字符界面 4 unused 系统保留 5 X11 图形界面 6 reboot 查看:runlevel 更改:init 【级别号】 默认启动级别 ...
分类:
系统相关 时间:
2017-02-11 13:40:37
阅读次数:
183
$arr1 = ['a','b','c','d','e','e','a','a']; $arr = array_count_values($arr1); echo '<pre>'; print_r($arr); result: Array ( [a] => 3 [b] => 1 [c] => 1 [ ...
分类:
编程语言 时间:
2017-02-10 21:51:46
阅读次数:
155
39 - QtX11Extras - Provides classes for developing for the X11 platform40 - QtXml - Qt XML module provides C++ implementations of the SAX and DOM stan ...
分类:
其他好文 时间:
2017-02-09 19:07:20
阅读次数:
147
在开发中经常会用到时间格式化,有时候在网上搜索一大堆但不是自己想要的,自己总结一下,写一个时间格式化工具方便以后直接使用,欢迎大家来吐槽…… 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 3 ...
分类:
Web程序 时间:
2017-02-08 20:17:06
阅读次数:
359
① iOS -> JS 原理:通过WebView的方法直接调用JS代码 [WebView stringByEvaluatingJavaScriptFromString:@"A"]; // 这里的 A 就是WebView中的html所对应的JS代码 eg. 1)这里一个html所包含的js文件内的一个 ...
分类:
移动开发 时间:
2017-02-07 23:46:32
阅读次数:
252
function mobile_device_detect(url) { var thisOS = navigator.platform; var os = new Array("iPhone", "iPod", "iPad", "android", "Nokia", "SymbianOS", "S... ...
分类:
移动开发 时间:
2017-02-06 13:20:57
阅读次数:
192
我在WebApi中使用swagger的时候发现会出现很多问题,搜索很多地方都没找到完全解决问题的方法,后面自己解决了,希望对于遇到同样问题朋友有帮助。我将先一步一步的演示项目中解决swagger遇到问题及解决方法。 首先我们新建一个api项目 图1 (默认生成项目) 图2(运行首页) 图3(默认Ap ...
在正式开始之前,我想先说两句,理解javascript系列博文是通过带领大家分析javascript执行时的内存分配情况,来解释javascript原理,具体会涵盖javascript预加载,闭包原理,面象对象,执行模型,对象模型...,文章的视角很特别,也非常深入,希望大家能接受这种形式,并提供宝 ...
分类:
编程语言 时间:
2017-02-05 17:48:48
阅读次数:
241
遇到ORA -error 第一件要做的事情就是查看 "error message" ORA-10618: Operation not allowed on this segment Cause: This DBMS_SPACE operation is not permitted on segmen ...
分类:
其他好文 时间:
2017-02-04 16:59:14
阅读次数:
373