查看系统版本:lsb_release -a[root@localhost /]# lsb_release -aLSB Version: :core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4. ...
分类:
系统相关 时间:
2017-03-13 13:16:01
阅读次数:
249
版本8.0, 想要发票修改报表页眉的内容,去公司设置下修改,返现无论如何也不生效。 放狗后得知: You probably already know that you can customise the default Odoo header/footer by changing the Compa ...
分类:
其他好文 时间:
2017-03-09 18:49:29
阅读次数:
2154
IE 主页被篡改了,在ie 的 主页设置中不起任何作用,这个时候,就要打开注册表来修改: 具体操作如下: 1.运行 regedit 打开注册表 2.找到 HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Application Compa ...
分类:
其他好文 时间:
2017-03-05 10:39:43
阅读次数:
166
linux查看日志文件内容命令tail、cat、tac、head、echo tail -f test.log你会看到屏幕不断有内容被打印出来. 这时候中断第一个进程Ctrl-C, linux 如何显示一个文件的某几行(中间几行) 从第3000行开始,显示1000行。即显示3000~3999行cat ...
分类:
系统相关 时间:
2017-02-26 23:35:23
阅读次数:
376
23 - QtPrintSupport - Qt PrintSupport module provides classes to make printing easier and portable QAbstractPrintDialog - Base implementation for prin ...
分类:
其他好文 时间:
2017-02-09 17:39:50
阅读次数:
298
mac系统自带的lua501,位于/usr/local/include和/usr/local/lib下。 tolua5.2.4是在官网上下载的,其中需要修改以下几个地方: 打开/usr/local/include/lua.h,增加一行: 打开tolua-5.2.4/src/bin/lua/compa ...
分类:
其他好文 时间:
2017-01-28 14:28:08
阅读次数:
294
1.启动 普通情况下,直接启动tcpdump将监视第一个网络界面上所有流过的数据包,注意这里使用超级用户。当用户上网得时候,就会将监视得数据打印出来。 我没使用root用户,结果输入tcpdump命令,提示: tcpdump: packet printing is not supported for... ...
分类:
其他好文 时间:
2017-01-22 20:33:53
阅读次数:
448
一、安装ansible并测试1、查看系统版本:[root@ansible-serveretc]#lsb_release-aLSBVersion::base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarchDistributorID:CentOSDescriptio..
分类:
其他好文 时间:
2017-01-04 07:57:10
阅读次数:
2431
操作系统版本信息[oracle@OracleBakadmin]$lsb_release-a
LSBVersion::base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch
DistributorID:CentOS
Description:CentOSrelease6.6(F..
分类:
其他好文 时间:
2017-01-03 13:43:36
阅读次数:
552
private void subreport1_BeforePrint(object sender, System.Drawing.Printing.PrintEventArgs e) { subreport1.ReportSource.Parameters["MasterID"].Value = ...
分类:
其他好文 时间:
2016-12-18 12:08:04
阅读次数:
347