自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

贾亮的专栏

Do something hard

  • 博客(7)
  • 资源 (5)
  • 收藏
  • 关注

转载 什么是SLA和PUE

<br />SLA<br />SLA:Service-Level Agreement的缩写,意思是服务等级协议。<br />服务等级协议是关于网络服务供应商和客户间的一份合同,其中定义了服务类型、服务质量和客户付款等术语。<br />http://baike.baidu.com/view/163802.htm<br />PUE<br />Power Usage Effectiveness的简写,是评价数据中心能源效率的指标,是数据中心消耗的所有能源与IT负载使用的能源之比,是DCIE(d

2010-06-11 10:29:00 1205

原创 ssh access control:

<br />ssh access control:<br />http://www.cromwell-intl.com/unix/ssh-2-access-control.html<br />http://docstore.mik.ua/orelly/networking_2ndEd/ssh/ch05_05.htm<br />http://allanfeid.com/content/creating-chroot-jail-ssh-access

2010-06-11 10:26:00 569

原创 使用dbx调试java程序

<br />调试java程序和c一样,只不过在设置断点的时候要注意.<br /> <br />调试java程序<br />./dbx yourJavaProg <br /> <br />假如我的类是 com.test.dbx.DbxTest.java,有一个方法叫做doTask;<br />那么设置断点的命令应当是:<br />stop in com.test.dbx.DbxTest.doTask<br />或者<br />stop inmethod com.test.dbx.DbxTest.doT

2010-06-11 10:25:00 733

原创 在opensolaris下使用dbx

<br />之所以使用dbx而不是用gdb是因为:<br />2009.06 opensolaris 中的gdb 版本是32位的,所以不能debug 64位的程序;<br />http://defect.opensolaris.org/bz/show_bug.cgi?id=2759<br /> <br />dbx是SunStudioExpress自带的调试工具,如何安装sunstudio,可参见:<br />http://blog.csdn.net/lantianjialiang/archive/201

2010-06-11 10:19:00 588

原创 c语言中的static和extern

<br />method:<br />static: Internal Linkage,不参与链接过程,本文件内可见<br />extern: Previous linkage,不写extern的函数声明也表示这个函数具有External Linkage<br />variable:<br />static: Internal Linkage;不参与链接过程,本文件内可见<br />extern: Previous linkage<br />none:<br /> <br />参见:

2010-06-11 10:12:00 487

原创 强制将需要的lib链接到binary中去

<br />如果是一些标准的include,ld知道使用那些so文件,所以在编译时不需要指定要将那些lib链接到out文件中去,<br />但是如果是自己定义的一些include的话,就要在命令行指定要将那些lib链接到out文件中去;<br />例如test.c:<br />#include <stdio.h><br /><br />int main()<br />{<br />   int x=100;<br />   printf("Valx=%d/n",x);<br />

2010-06-11 10:10:00 1079

原创 how linux find dynamic lib?

1.LD_LIBRARY_PATH环境变量2.system default path:linux:file: /etc/ld.so.conftrusted directories: /lib  /usr/lib通过命令ldconfig来设置:http://linux.die.net/man/8/ldconfigsolaris:file: /var/ld/ld.configcrle command:http://docs.sun.com/app/docs/doc/8

2010-06-11 10:08:00 759

Soft-Test.zip

Soft-Test sample ADC_tutorial DFT_TOC DSPSampling FunctionalTest RF_Test ScanSample SRAM

2021-01-20

SEMI E37-0298 HIGH-SPEED SECS MESSAGE SERVICES (HSMS) GENERIC.pdf

SEMI E37-0298 HIGH-SPEED SECS MESSAGE SERVICES (HSMS) GENERIC SERVICES

2021-01-20

RF engineering basic concepts the Smith chart.pdf

The Smith chart is a very valuable and important tool that facilitates interpretation of S-parameter measurements. This paper will give a brief overview on why and more importantly on how to use the chart. Its definition as well as an introduction on how to navigate inside the chart are illustrated. Useful examples show the broad possibilities for use of the chart in a variety of applications.

2020-05-05

Waveform Generation Language from Fluence Technology, Inc

The Waveform Generation Language (WGL) is a data description language. It is used to convey an editable ASCII representation of the data contained in a Waveform DataBase (WDB), allowing you to use your system’s text editor to fully customize the database

2020-04-29

Standard Test Interface Language (STIL) for Digital Test Vectors原版

Standard Test Interface Language (STIL) for Digital Test Vectors原版

2020-04-27

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除