xxxx18一60岁hd中国/日韩女同互慰一区二区/西西人体扒开双腿无遮挡/日韩欧美黄色一级片 - 色护士精品影院www

  • 大小: 1.23MB
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發(fā)布日期: 2021-01-03
  • 語(yǔ)言: 其他
  • 標(biāo)簽: protobuf??

資源簡(jiǎn)介

安裝caffe時(shí),protobuf-compiler一直出錯(cuò),網(wǎng)上有人說(shuō),他用了很多版本的protobuf都沒(méi)有成功,最終用的2.5.0版本才成功。官網(wǎng)下載太慢,放到資源上,方便下載。

資源截圖

代碼片段和文件信息

//?See?README.txt?for?information?and?build?instructions.

import?com.example.tutorial.AddressBookProtos.AddressBook;
import?com.example.tutorial.AddressBookProtos.Person;
import?java.io.BufferedReader;
import?java.io.FileInputStream;
import?java.io.FileNotFoundException;
import?java.io.FileOutputStream;
import?java.io.InputStreamReader;
import?java.io.IOException;
import?java.io.PrintStream;

class?AddPerson?{
??//?This?function?fills?in?a?Person?message?based?on?user?input.
??static?Person?PromptForAddress(BufferedReader?stdin
?????????????????????????????????PrintStream?stdout)?throws?IOException?{
????Person.Builder?person?=?Person.newBuilder();

????stdout.print(“Enter?person?ID:?“);
????person.setId(Integer.valueOf(stdin.readLine()));

????stdout.print(“Enter?name:?“);
????person.se

評(píng)論

共有 條評(píng)論