高压、含H2S油气井井口间距离()。
第1题:
A.5
B.8
C.10
D.20
第2题:
编写如下事件过程: Private sub sub1 (ByVal x1 As String, y1 As String) Dim xt As String Dim i As Integer i = Len(x1) Do While i>= 1 xt = xt + Mid(x1, i, 1) i=i-1 Loop y1 = xt End Sub Private Sub Form. Click() Dim s1 As String, s2 As String s1= "teacher" sub1 s1, s2 Print s2 End Sub 程序运行后,单击窗体,则窗体上显示的内容是
A.rehcaet
B.tahreee
C.themee
D.eerthea
第3题:
在窗体中添加一个名称为Commandl的命令按钮,然后编写如下程序: Public x As Integer Private Sub Commandl_click() x=10 Call s 1 Call s 2 MsgBOx x End Sub Pfivate Sub s1() x=x+20 End Sub Private Sub
A.10
B.30
C.40
D.50
第4题:
塔里木油田,压回法适用于()时的溢流。
第5题:
高压、高含硫油气井井口距其它井井口之间的距离大于本井所用钻机的钻台长度,且不小于()m;
第6题:
重点高压含硫气井井口装置应进行等压气密检验。()
第7题:
s=”this is the mainstring”,sub=”string”,strindex(s,sub)是()
第8题:
高压油气井、含H2S井固井作业时,车辆和固井设备排气管口,必须安装什么防护设施?
第9题:
《西南井控管理实施细则》2015年174文件规定:油气井井口间距不应小于5米;高压、高含H2S油气井井口间距应大于所用钻机钻台长度,且最低不少于()。
第10题:
≥5m;
>5m;
≥8m;
≥100m。
第11题:
5米
8米
10米
15米
第12题:
第13题:
在窗体中添加一个名称为Command1的命令按钮,然后编写如下程序: Public x As Integer Private Sub Command1_Click() x=10 Call s1 Call s2 MSgBox x End Sub Private Sub s1() x=x+20 End Sub Private Sub s2() Dim x As Integer x=X+20 End Sub 窗体打开运行后,单击命令按钮,则消息框的输出结果为______。
A.10
B.30
C.40
D.50
第14题:
写出程序运行的结果
Public class Base
Public virtual string Hello() {return “Base”;}
Public class Sub:Base
Public override string Hello() {return “Sub”;}
1. Base b = new Base(); b.Hello;
2. Sub s = new Sub(); s.Hello;
3. Base b = new Sub (); b.Hello;
4. Sub s = new Base(); s.Hello;
第15题:
下列程序的执行结果为 Private Sub Commandl_Click() Dim s1 As String ,s2 As String s1= "abcd" Call Transfer(sl,s2) Print s2 End Sub Private Sub Transfer (ByVal xstr As String,ystr As String) Dim tempstr As String ystr=tempstr End Sub
A.dcba
B.abdc
C.abcd
D.dabc
第16题:
《塔里木油田钻井井控实施细则》规定:高压、含H2S油气井井口间距离()。
第17题:
高压、高含硫油气井井口与其它任何井井口之间的距离最小不能小于()。
第18题:
设字符串S1= “ABCDEF”,S2= “PQRS”,则运算S=CONCAT(SUB(S1,2,LEN(S2)),SUB(S1,LEN(S2),2))后的串值为()。
第19题:
参加高压气井、含H2S井固井作业时,所有车辆和设备的排气管口必须安装什么?
第20题:
高压、高含硫油气井井口距其它井井口之间的距离大于本井所用钻机的钻台长度,且不小于()m。
第21题:
CO
<p>CH<sub>4</sub>、SO<sub>2</sub></p>
<p>SO<sub>2</sub>、CO</p>
<p>CO、CH<sub>4</sub>、SO<sub>2</sub></p>
第22题:
<p>I<sub>2</sub>=I<sub>3</sub></p>
<p>I<sub>2</sub>=4I<sub>3</sub></p>
<p>I<sub>2</sub>=2I<sub>3</sub></p>
<p>I<sub>3</sub>=4I<sub>2</sub></p>
第23题: