This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=godoc service | |
#Before=nginx | |
[Service] | |
Type=simple | |
USER=jenkins | |
GROUP=jenkins | |
Environment=GOPATH=/var/lib/jenkins/gopath/ | |
Environment=GOROOT=/var/lib/jenkins/goroot/go1.7.3/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Unit] | |
Description=Jenkins | |
After=network.target | |
[Service] | |
Type=simple | |
User=jenkins | |
Group=jenkins | |
WorkingDirectory=/home/jenkins/ | |
ExecStart=/usr/bin/java -jar /home/jenkins/slave.jar -jnlpUrl https://jenkins-master/computer/slave-name/slave-agent.jnlp -secret xxxxx -noCertificateCheck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%% ここに書いたほうが、headerがきれい | |
%% http://oku.edu.mie-u.ac.jp/tex/mod/forum/discuss.php?d=773 | |
%% http://cns-guide.sfc.keio.ac.jp/2001/11/5/1.html | |
%% 用紙サイズ | |
\setlength{\paperheight} {210 truemm} | |
\setlength{\paperwidth} {148 truemm} | |
%% 縦レイアウト | |
%% ヘッダまでの幅 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tensorflow/core/framework/variant.h b/tensorflow/core/framework/variant.h | |
index c02391dae3..23e56ed294 100644 | |
--- a/tensorflow/core/framework/variant.h | |
+++ b/tensorflow/core/framework/variant.h | |
@@ -152,7 +152,8 @@ bool DecodeVariant(const string& buf, T* value); | |
// | |
class Variant { | |
public: | |
- constexpr Variant() noexcept = default; | |
+ //constexpr Variant() noexcept = default; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/tensorflow/core/framework/variant.h b/tensorflow/core/framework/variant.h | |
index c02391dae3..7f76609814 100644 | |
--- a/tensorflow/core/framework/variant.h | |
+++ b/tensorflow/core/framework/variant.h | |
@@ -152,7 +152,8 @@ bool DecodeVariant(const string& buf, T* value); | |
// | |
class Variant { | |
public: | |
- constexpr Variant() noexcept = default; | |
+// constexpr Variant() noexcept = default; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: extensions/v1beta1 | |
kind: Deployment | |
metadata: | |
name: readonly-fs-test | |
spec: | |
replicas: 1 | |
template: | |
metadata: | |
labels: | |
name: readonly-fs-test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.blob-code, .blob-code-inner { | |
font-family: "Liga InputMono",Hasklig,"Hasklig Light",SourceCodePro,"Source Code Pro",SourceHanCodeJP,"Source Han Code JP,TakaoGothic"; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: apps/v1 | |
kind: StatefulSet | |
metadata: | |
name: mysql | |
spec: | |
selector: | |
matchLabels: | |
app: mysql | |
serviceName: mysql | |
replicas: 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
adb shell pm disable-user --user 0 com.amazon.firelauncher | |
adb shell pm enable com.teslacoilsw.launcher |
OlderNewer