码迷,mamicode.com
首页 >  
搜索关键字:system    ( 49231个结果
git - a stupied content tracker
introduction ????git is a fast,scalable and distributed version control system with an unusually rich command set that provides high-level operations and full access to internals....
分类:其他好文   时间:2015-03-18 21:53:43    阅读次数:165
二进制中1的个数以及时间比较
public class Algorithm { public static void main(String[] args) { long t1 = System.currentTimeMillis(); for (int i = -10000000; i < 10000000; i++) { countOne(i); } long t2 = System.curren...
分类:其他好文   时间:2015-03-18 21:47:35    阅读次数:160
Linux系统编程
课程目标: 构建一个基于主机系统的多客户即时通信/聊天室项目涉及的理论知识进程控制:僵尸进程/孤儿进程、进程控制、守护进程。。。进程间通信:管道、命名管道、信号。。。多线程编程: 锁、信号量。。。参考教程Robert Love, Linux System program进程结构进程由程序、数据和进....
分类:系统相关   时间:2015-03-18 21:42:01    阅读次数:305
文件流的操作
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using System.IO;namespace Command{ p...
分类:其他好文   时间:2015-03-18 20:09:54    阅读次数:150
linux nfs文件共享
◆一、概念NFS是网络文件系统(Network File System)的简称,是分布式计算机系统的一个组成部分,可实现在异构网络上共享和装配远程文件系统。NFS由SUN公司开发,目前已成为文件服务的一种标准(RFC1904,RFC1813)。其最大的功能就是可以通过网络,让不同操作系统的计算机可以...
分类:系统相关   时间:2015-03-18 20:05:49    阅读次数:188
Linux环境-常用命令-dstat使用
dstat命令是vmstat、iostat、netstat与一身,dstat偏重与数据收集。yuminstalldstat-y[root@mysql_5~]#dstat----total-cpu-usage-----dsk/total--net/total----paging-----system--usrsysidlwaihiqsiq|readwrit|recvsend|inout|intcsw1097200|845B58k|00|00|9933181198001|00|3..
分类:系统相关   时间:2015-03-18 18:38:36    阅读次数:284
CI 框架源码 入口文件 index.php 即程序开始执行的地方
index.php在CI的解压目录下的,和system文件夹并列 <?php //定义ENVIRONMENT,system_path,application_folder //根据system_path,application_folder,定义常量BASEPATH,APPPATH,SELF,EXT,FCPATH,SYSDIR *--------------------------------------------------------..
分类:Web程序   时间:2015-03-18 18:35:03    阅读次数:224
telnet发送邮件
今天上班无聊,想起上次有个同学提到用telnet发邮件,于是想试一下。最后实践成功,在此做个总结。 首先,cmd输入telnet打开回话: 以下红色字体为命令。 1、open smtp.163.com 25,连接smtp服务,成功显示: 220 163.com Anti-spam GT for Coremail System (163com[20141201]) 2、helo loc...
分类:Web程序   时间:2015-03-18 18:14:24    阅读次数:191
数据导出
1 将数据库TEST完全导出,用户名system 密码manager 导出到D:\daochu.dmp中 exp system/manager@TEST file=d:\daochu.dmp full=y 2 将数据库中system用户与sys用户的表导出 exp system/manage...
分类:其他好文   时间:2015-03-18 17:54:34    阅读次数:101
System and method to prioritize large memory page allocation in virtualized systems
The prioritization of large memory page mapping is a function of the access bits in the L1 page table. In a first phase of operation, the number of se...
分类:其他好文   时间:2015-03-18 17:41:25    阅读次数:133
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!