码迷,mamicode.com
首页 >  
搜索关键字:proc    ( 8879个结果
WPF 打印
1、利用shell命令,调用进程打印 string pdfPath = “testPrint.xps"; Process proc = new Process { StartInfo = { CreateNoWindow = false, WindowStyle = ProcessWindowSty ...
分类:Windows程序   时间:2017-01-11 13:02:42    阅读次数:464
用var 变量=函数名 方式条用函数时如何传值的问题
通过:xmlhttp.onreadystatechange= function(){FuncName(param)};orxmlhttp.onreadystatechange= new Function("FuncName(param)");就可以了。例如:m=document.getElement ...
分类:其他好文   时间:2017-01-11 12:44:26    阅读次数:163
java调用url的两种方式
一、在java中调用url,并打开一个新的窗口 Java代码 String url="http://10.58.2.131:8088/spesBiz/test1.jsp"; String cmd = "cmd.exe /c start " + url; try { Process proc = Ru ...
分类:编程语言   时间:2017-01-11 10:25:40    阅读次数:197
[GraphQL] Create an Input Object Type for Complex Mutations
When we have certain mutations that require more complex input parameters, we can leverage the Input Object Type in GraphQL. In this video, we’ll lear ...
分类:其他好文   时间:2017-01-10 21:35:24    阅读次数:264
[转]CentOS编译安装GIMP
CentOS编译安装GIMP 原文地址:http://www.ithao123.cn/content-97397.html CentOS编译安装GIMP 原文地址:http://www.ithao123.cn/content-97397.html gimp是扩平台的图像处理软件 因为最近要在linu ...
分类:其他好文   时间:2017-01-10 11:35:02    阅读次数:553
/proc 目录中的主要文件的说明
/proc目录中的主要文件的说明文件或目录名称描述apm高级电源管理信息cmdline文件给出了内核启动的命令行CPUinfo中央处理器信息devices可以用到的设备(块设备/字符设备)dma显示当前使用的DMA通道filesystems核心配置的文件系统ioports当前使用的I/O端口interrupts文件的每一行..
分类:其他好文   时间:2017-01-10 10:35:18    阅读次数:176
continuous integration and continuous deployment in DW/BI
deployment methodIn Redshift1, Deploy process: Drop and Refresh the view, Drop table, Create an empty table using the DDL2, Build data: Insert the dat ...
分类:其他好文   时间:2017-01-09 21:54:21    阅读次数:155
screen命令
远程连接linux的时候通常会遇到下面的问题: 用screen命令可以同时解决上面两个问题。 想象一下,如果你用的是windows系统,你的电脑同时连接了多个显示器,每个显示器上可以打开多个窗口,每个窗口对应一个应用程序。 在screen命令里,screen就相当于一个显示器,window就相当于一 ...
分类:其他好文   时间:2017-01-09 12:29:22    阅读次数:187
lvs---DR
需要三台服务器director:192.168.1.120vip:192.168.1.110rs1:192.168.1.121vip:192.168.1.110rs2:192.168.1.123vip:192.168.1.110在director服务器上执行以下脚本:#!/bin/bash echo1>/proc/sys/net/ipv4/ip_forward ipv=/sbin/ipvsadm vip=192.168.1.110 rs1=192.168..
分类:其他好文   时间:2017-01-09 00:48:24    阅读次数:163
Page Cache buffer Cache
https://www.thomas-krenn.com/en/wiki/Linux_Page_Cache_Basics References Additional Information Page Cache, the Affair Between Memory and Files (Blog) ...
分类:系统相关   时间:2017-01-09 00:25:59    阅读次数:205
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!