随笔分类 - Php
摘要:下载protobuf-2.3.0: http://protobuf.googlecode.com/files/protobuf-2.3.0.zip http://code.google.com/p/protobuf/downloads/list安装: unzip protobuf-2.3.0.zip
阅读全文
摘要:<?php $conn = oci_connect('proekt', 'proekt1', 'localhost:1521'); $stid = oci_parse($conn, "select 1+2 as sum from dual"); oci_execute($stid); $row =
阅读全文
浙公网安备 33010602011771号