22
2022
08
gRPC and Kotlin
1. IntroductiongRPC is an open-source RPC (Remote Procedure Call) platform developed by Google that provides highly performant and efficient communication in any kind of environment and across data centers. Moreover, gRPC’s pluggable suppor
作者:alex | 分类:奇思妙想 | 浏览:331 | 评论:0
22
2022
08
python html to pdf
from PyQt4.QtGui import QTextDocument, QPrinter, QApplication
import sys
app = QApplication(sys.argv)
doc = QTextDocument()
location = "c://apython//Jim//html//notes.html"h
作者:alex | 分类:奇文共赏 | 浏览:299 | 评论:0