摘要: 1 # write in tfrecord 2 import tensorflow as tf 3 import os 4 os.environ['TF_CPP_MIN_LOG_LEVEL'] = '2' 5 6 7 FLAGS = tf.app.flags.FLAGS 8 tf.app.flags.DEFINE_string("tfrecords_dir", "./tfrecords/captc 阅读全文
posted @ 2019-09-03 16:21 酒觉 阅读(329) 评论(0) 推荐(0) 编辑
摘要: echo "# test" >> README.md git init git add README.md git commit -m "first commit" git remote add origin https://github.com/jiujue/wesigdemo.git git p 阅读全文
posted @ 2019-08-21 12:28 酒觉 阅读(316) 评论(0) 推荐(0) 编辑
摘要: 1 from matplotlib import pyplot as plt 2 from matplotlib import font_manager 3 4 import random 5 # you font famaily location 6 font_pro = font_manager.FontPropertie... 阅读全文
posted @ 2019-08-04 17:58 酒觉 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 首先安装zsh: # apt-get update # apt-get install zsh -y 然后直接使用仓库脚本: # sh -c "$(wget https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/i 阅读全文
posted @ 2019-07-30 21:37 酒觉 阅读(269) 评论(0) 推荐(0) 编辑
摘要: termux-ohmyzsh script :sh -c "$(curl -fsSL https://github.com/Cabbagec/termux-ohmyzsh/raw/master/install.sh)" one step in place recommend style ; gent 阅读全文
posted @ 2019-07-30 20:53 酒觉 阅读(247) 评论(0) 推荐(0) 编辑
摘要: 1、安装前准备 系统要求:linux Qt库版本:一般都有 2、安装文件 官网自行下载 3、安装 1)这里用的pscp pscp .\sqliteman-1.2.2.tar.gz root@192.168.30.140:/root/from_pscp 2)tar xf sqliteman-1.2.2.tar.gz 3)执行 cmake -DWANT_RESOURCES=... 阅读全文
posted @ 2019-07-11 11:37 酒觉 阅读(364) 评论(0) 推荐(0) 编辑
摘要: 1 import sys 2 import importlib 3 importlib.reload(sys) 4 5 from pdfminer.pdfparser import PDFParser,PDFDocument 6 from pdfminer.pdfinterp import PDFResourceManager, PDFPageInterpreter 7 from... 阅读全文
posted @ 2019-05-04 23:41 酒觉 阅读(1038) 评论(0) 推荐(0) 编辑
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2019-04-21 22:21 酒觉 阅读(8) 评论(0) 推荐(0) 编辑
摘要: 上代码 1 win=tkinter.Tk() 2 scorllbar=tkinter.Scrollbar(win) 3 scorllbar.pack(side=tkinter.RIGHT,fill=tkinter.Y) 4 5 #这里显示指明 orient是为了将这个设置为横条 6 scorllba 阅读全文
posted @ 2019-04-18 22:10 酒觉 阅读(2860) 评论(0) 推荐(0) 编辑
摘要: /* 原创文章 转载请附上原链接: https://www.cnblogs.com/jiujue/p/10707153.html */ 自己实现的如有缺漏欢迎提出 直接代码 一切皆在代码中 首先是 主函数文件 和 头文件 头文件: 1 #ifndef _HEAD_H_ 2 #define _HEAD 阅读全文
posted @ 2019-04-14 21:25 酒觉 阅读(2203) 评论(5) 推荐(0) 编辑