1. 程式人生 > >Go updates in App Engine 1.7.1

Go updates in App Engine 1.7.1

22 August 2012

This week we released version 1.7.1 of the App Engine SDK. It includes some significant updates specific to the App Engine runtime for Go.

The memcache package has had some additions to its Codec convenience type. The SetMulti, AddMulti, CompareAndSwap, and CompareAndSwapMulti methods make it easier to store and update encoded data in the

Memcache Service.

The bulkloader tool can now be used with Go apps, allowing users to upload and download datastore records in bulk. This is useful for backups and offline processing, and a great help when migrating Python or Java apps to the Go runtime.

The 

Images Service is now available to Go users. The new appengine/image package supports serving images directly from Blobstore and resizing or cropping those images on the fly. Note that this is not the full image service as provided by the Python and Java SDKs, as much of the equivalent functionality is available in the
standard Go image package
 and external packages such as graphics-go.

The new runtime.RunInBackground function allows backend requests to spawn a new request independent of the initial request. These can run in the background as long as the backend stays alive.

Finally, we have filled in some missing functionality: the xmpp package now supports sending presence updates and chat invitations and retrieving the presence state of another user, and the user package supports authenticating clients with OAuth.

相關推薦

Go updates in App Engine 1.7.1

22 August 2012 This week we released version 1.7.1 of the App Engine SDK. It includes some significant updat

java 1.7 1.8新特性

val row def jce arr app 線程安全 動態 adl 在JDK1.7的新特性方面主要有下面幾方面的增強:1.jdk7語法上1.1二進制變量的表示,支持將整數類型用二進制來表示,用0b開頭。1.2 Switch語句支持string類型1.3 Try-with

appium 1.7.1鏈接真機測試記錄

appium鏈接真機測試記錄ogon:~ zhouhaijun$ appium[Appium] Welcome to Appium v1.7.1[Appium] Appium REST http interface listener started on 0.0.0.0:4723[HTTP] --> P

[rk3288][Android5.1/7.1] LCD 相容

相容方案 定做LCD fpc 該方案是硬體設計時預留幾個gpio,不同廠家的屏對不同的gpio進行上拉或者下拉,將上下拉電阻直接貼到fpc上, 系統啟動時讀取gpio電平進行判斷。 優點: 硬體更改版號時不需要考慮屏的區別,軟體無需單獨出版本,生產時也沒有燒錄錯誤的風險,該方

Nginx實戰 1.7-1.11 Nginx架構分析,虛擬機器配置

1.7-1.9 Nginx架構分析 Nginx模組化結構 Nginx涉及到的模組分為核心模組、標準HTTP模組、可選HTTP模組、郵件服務模組以及第三方模組等五大類。 核心模組 核心模組是指Nginx伺服器正常執行時必不可少的模組,它們提供了Nginx最基本最核心的服務,如程序管理、許可

#006# 快速排序 × 演算法導論(第三版)練習 7.1-1 ~ 7.1-4

快排採用經典的分治思想,具體如下↓ 分解:快排的核心步驟,其結果是陣列被分成以某個數為基準的左右兩個子陣列(可能為空),其中左邊的數都小於該基準數,右邊的數都大於該基準數。詳細步驟包括計算基準數下標,以及移動陣列內元素。 解決:通過遞迴呼叫快速排序,對兩個子陣列進行排序。 合併:因為是原址排序,快速排序

1.5-1.6-1.7-1.8-線性時不變LTI系統

線性時不變系統 本文引自《數字訊號處理 【美】 Richad G. Lyons》 眾所周知,LTI系統官方定義。 線性系統的例子: 假設 y(n)= - x(n) / 2 輸出序列是輸入序列取反後的1/2 輸入x1 : 1Hz -------------------輸出:

noip初賽整理1.6&1.7&1.9(進位制轉換&資訊編碼表示&原碼補碼反碼)

進位制轉換  基數與權         基數:某進位制計數制允許的基本數學符號的個數。一般而言,J進位制數的基數是J。         位權(權):...(無聊定義賊長)。如 11010 B 的權從高到低為16,8,4,2,1。 字尾字母          B:二進

JDK(1.6,1.7,1.8,10,11)64位解壓版配置使用

JDK(1.6,1.7,1.8,10,11)64位解壓版配置使用 安裝jdk解壓版 下載jdk地址   連結: https://pan.baidu.com/s/1sm8O5dF 密碼: 86p4 將下載的javaSE(1.6,1.7,1.8,10,11其中一種)解壓

Apache Flink 1.7.1 釋出,開源流處理框架

   Apache Flink 1.7.1 已釋出,此版本包括27項修復及針對 Flink 1.7.0 的小改進。建議所有使用者升級。Apache Flink 是一個開源的流處理框架,應用於分散式、高效能、始終可用的、準確的資料流應用程式。 Sub-task [FLINK-

漢語言處理包 HanLP 1.7.1 釋出,快取生成提速37倍

   HanLP 是由一系列模型與演算法組成的 Java 工具包,目標是普及自然語言處理在生產環境中的應用。HanLP 具備功能完善、效能高效、架構清晰、語料時新、可自定義的特點。 在提供豐富功能的同時,HanLP 內部模組堅持低耦合、模型堅持惰性載入、服務堅持靜態提供、詞典堅

Kubernetes 1.7.1 版本釋出_Kubernetes中文社群

Kubernetes 1.7.1版本釋出,相對 1.7 版本以來,1.7.1 版本修復了COS影象在GCI / GKE上掛載NFS或glusterFS卷問題(#42376),kubeadm init和kubeadm join添加了新的標示(#48594)(#48538),等共計8項的更新。 K

Go and Google App Engine

10 May 2011 Google’s App Engine provides a reliable, scalable, easy way to build and deploy applications for

C++上機報告 利用公式計算π=4(1-1/3+1/5-1/7+1/9-...)的近似值,直到括號中最後一項的絕對值小於0.000001為止。

上機內容:       利用公式計算π=4(1-1/3+1/5-1/7+1/9-...)的近似值,直到括號中最後一項的絕對值小於0.000001為止。 上機目的:鍛鍊思維能力。 我的程式: /* * 程式的版權和版本宣告部分: * Copyright (c)

利用公式計算π=4(1-1/3+1/5-1/7+1/9-...)的近似值,直到括號中最後一項的絕對值小於0.000001為止

#include<iostream> #include<cmath> using namespace std; int main( ) {int a=1;  double b=1,c=1,pi=0;  while(fabs(c)>=0.0000

1.7~1.8學習筆記

requests.request()構造一個請求,支撐以下各方法的基礎方法 requests.get()獲取HTML網頁的主要方法,對應於HTTP的GET requests.head()獲取HTML網頁頭資訊的方法,對應於HTTP的HEAD requests.post()向HTML網頁提

Docker 1.7.1版本pull私有映象倉庫報錯,V1,V2等

注意:如下解決方案,只能解決pull的問題,不能解決push的問題,方案請參考:解決docker push問題 Docker 1.7版本和Docker CE的配置檔案的位置是不同的 Docker 1.7版本 /etc/sysconfig/docke

jdk 1.5 1.6 1.7 1.8 1.9的新特性詳解帶例子

1.5 1.自動裝箱與拆箱: 2.列舉(常用來設計單例模式) 3.靜態匯入 4.可變引數 5.內省 1.6 1.Web服務元資料 2.指令碼語言支援 3.JTable的排序和過濾 4.更簡單,更強大的JAX-WS 5.輕量級Http Serv

ClusterControl 1.7.1 釋出,支援 PostgreSQL 11 和 MongoDB 4.0

   ClusterControl 1.7.1 釋出了,ClusterControl 是一個數據庫的叢集控制程式,支援 MySQL、PostgreSQL 和 MongoDB。 更新內容如下: 效能方面 增強的MySQL、Galera Cluster、Postgre

C語言程式設計求和S=1-1/3+1/5-1/7+…+1/(2n+1

函式void fun(float *sn,int n)的功能是:根據以下公式計算S,計算結果通過形參指標sn傳回;n通過形參傳入,n的值大於等於0 S=1-1/3+1/5-1/7+…+1/(2n+1) 程式碼如下: #include <stdio.h> vo