06 2020 档案

摘要:Qt setFocus 参考资料: https://doc.qt.io/qt-6/qwidget.html#setFocus void QWidget::setFocus(Qt::FocusReason reason) Gives the keyboard input focus to this w 阅读全文
posted @ 2020-06-29 21:34 bH1pJ 阅读(101) 评论(0) 推荐(0) 编辑
摘要:Qt setFocus 有点难,先挖一个坑 阅读全文
posted @ 2020-06-29 21:35 bH1pJ 阅读(256) 评论(0) 推荐(0) 编辑
摘要:Qt setFocus 有点难,先挖一个坑 阅读全文
posted @ 2020-06-29 21:35 bH1pJ 阅读(65) 评论(0) 推荐(0) 编辑
摘要:python 打包 No Module named 'pkg_respirces.py2_warn' 参考 https://blog.csdn.net/slc1112/article/details/104234076 尝试结果: 解决了问题 ... 阅读全文
posted @ 2020-06-29 02:00 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:python 打包 No Module named 'pkg_respirces.py2_warn' 参考 https://blog.csdn.net/slc1112/article/details/104234076 尝试结果: 解决了问题 ... 阅读全文
posted @ 2020-06-29 02:00 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:dragLeaveEvent 离开treeWidget的时候,会出现 阅读全文
posted @ 2020-06-28 16:14 bH1pJ 阅读(61) 评论(0) 推荐(0) 编辑
摘要:dragLeaveEvent 离开treeWidget的时候,会出现 阅读全文
posted @ 2020-06-28 16:14 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:python重载调用父类的方法 阅读全文
posted @ 2020-06-28 15:57 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:python重载调用父类的方法 阅读全文
posted @ 2020-06-28 15:57 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:QAbstractItemView::DragOnly1 The view supports dragging of its own items 感觉没什么用啊,看到一个禁止拖拽的小图表 QAbstractItemView::DropOnly... 阅读全文
posted @ 2020-06-28 14:11 bH1pJ 阅读(68) 评论(0) 推荐(0) 编辑
摘要:QAbstractItemView::DragOnly1 The view supports dragging of its own items 感觉没什么用啊,看到一个禁止拖拽的小图表 QAbstractItemView::DropOnly... 阅读全文
posted @ 2020-06-28 14:11 bH1pJ 阅读(75) 评论(0) 推荐(0) 编辑
摘要:python 判断是不是list 里边的元素 参考: https://blog.csdn.net/u014769180/article/details/83896266 我的code 阅读全文
posted @ 2020-06-28 13:55 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:python 判断是不是list 里边的元素 参考: https://blog.csdn.net/u014769180/article/details/83896266 我的code 阅读全文
posted @ 2020-06-28 13:55 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/shuwenting/article/details/79716568 我的code 阅读全文
posted @ 2020-06-28 13:54 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:参考: https://blog.csdn.net/shuwenting/article/details/79716568 我的code 阅读全文
posted @ 2020-06-28 13:54 bH1pJ 阅读(49) 评论(0) 推荐(0) 编辑
摘要:UUID 参考:https://blog.csdn.net/ITHHH777/article/details/104224781 UUID import uuidfor i in range(100): uid =uuid.uuid1() ... 阅读全文
posted @ 2020-06-26 22:39 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:UUID 参考:https://blog.csdn.net/ITHHH777/article/details/104224781 UUID import uuidfor i in range(100): uid =uuid.uuid1() ... 阅读全文
posted @ 2020-06-26 22:39 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:python 如何保存字典变量 from sklearn.externals import joblibx = {}x['gynuyncvf'] = ["sdsdfsdfsdf",[1,2,3,4]]x['gyndsfdsuyncvf'] = ["sdsd... 阅读全文
posted @ 2020-06-26 22:30 bH1pJ 阅读(33) 评论(0) 推荐(0) 编辑
摘要:python 如何保存字典变量 from sklearn.externals import joblibx = {}x['gynuyncvf'] = ["sdsdfsdfsdf",[1,2,3,4]]x['gyndsfdsuyncvf'] = ["sdsd... 阅读全文
posted @ 2020-06-26 22:30 bH1pJ 阅读(118) 评论(0) 推荐(0) 编辑
摘要:暂时还没有找到 目前找到的解决方案是【字典】 阅读全文
posted @ 2020-06-26 22:19 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:暂时还没有找到 目前找到的解决方案是【字典】 阅读全文
posted @ 2020-06-26 22:19 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:【坑】想问怎么把qtreewidget的结构保存下来 这里有个解决方案: https://stackoverflow.com/questions/52100621/save-qtreewidget-item-and-restore-it-with-sele... 阅读全文
posted @ 2020-06-26 22:12 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:【坑】想问怎么把qtreewidget的结构保存下来 这里有个解决方案: https://stackoverflow.com/questions/52100621/save-qtreewidget-item-and-restore-it-with-sele... 阅读全文
posted @ 2020-06-26 22:12 bH1pJ 阅读(72) 评论(0) 推荐(0) 编辑
摘要:QtCore.QSettings()的东西存到哪了 存在注册表里了 阅读全文
posted @ 2020-06-26 22:05 bH1pJ 阅读(97) 评论(0) 推荐(0) 编辑
摘要:QtCore.QSettings()的东西存到哪了 存在注册表里了 阅读全文
posted @ 2020-06-26 22:05 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:OrderedDict 记录的是插入的顺序 实验如下 阅读全文
posted @ 2020-06-25 20:25 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:OrderedDict 记录的是插入的顺序 实验如下 阅读全文
posted @ 2020-06-25 20:25 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:pycharm如何替换 ctrl + R 阅读全文
posted @ 2020-06-25 20:16 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:pycharm如何替换 ctrl + R 阅读全文
posted @ 2020-06-25 20:16 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:python 字典pop 删除一个元素 阅读全文
posted @ 2020-06-25 17:38 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:python 字典pop 删除一个元素 阅读全文
posted @ 2020-06-25 17:38 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:import collections dicNumContent = collections.OrderedDict()#存储了编号和文本内容的映射dicNumTreeWidgetItem = collections.OrderedDict()#TreeW... 阅读全文
posted @ 2020-06-25 15:49 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:import collections dicNumContent = collections.OrderedDict()#存储了编号和文本内容的映射dicNumTreeWidgetItem = collections.OrderedDict()#TreeW... 阅读全文
posted @ 2020-06-25 15:49 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要:python字符串转换成数字 int('1') 阅读全文
posted @ 2020-06-25 15:29 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要:python字符串转换成数字 int('1') 阅读全文
posted @ 2020-06-25 15:29 bH1pJ 阅读(72) 评论(0) 推荐(0) 编辑
摘要:正常 1没有显示出来 2也没显示出来 1显示出来了,2没有。 顺序不对是,只会递增的显示 阅读全文
posted @ 2020-06-25 12:22 bH1pJ 阅读(50) 评论(0) 推荐(0) 编辑
摘要:正常 1没有显示出来 2也没显示出来 1显示出来了,2没有。 顺序不对是,只会递增的显示 阅读全文
posted @ 2020-06-25 12:22 bH1pJ 阅读(194) 评论(0) 推荐(0) 编辑
摘要:好像是自己定义的一些type 阅读全文
posted @ 2020-06-25 12:15 bH1pJ 阅读(33) 评论(0) 推荐(0) 编辑
摘要:好像是自己定义的一些type 阅读全文
posted @ 2020-06-25 12:15 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:直接输入三个双引号后回车 阅读全文
posted @ 2020-06-25 10:36 bH1pJ 阅读(502) 评论(0) 推荐(0) 编辑
摘要:直接输入三个双引号后回车 阅读全文
posted @ 2020-06-25 10:36 bH1pJ 阅读(37) 评论(0) 推荐(0) 编辑
摘要:2020年6月24日 案例1: 前两天,我的罗技鼠标出现了粘滞。 案例2: 今天,师弟的PC,突然开不了机。 案例3: 某老师的laptop一个多月没用,今天也打不开机。 基于以上三个案例,我想每年梅雨季都会对很多电子产品产生损害。 如果我... 阅读全文
posted @ 2020-06-24 17:37 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:2020年6月24日 案例1: 前两天,我的罗技鼠标出现了粘滞。 案例2: 今天,师弟的PC,突然开不了机。 案例3: 某老师的laptop一个多月没用,今天也打不开机。 基于以上三个案例,我想每年梅雨季都会对很多电子产品产生损害。 如果我... 阅读全文
posted @ 2020-06-24 17:37 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:解决方案: Win10开机问候语怎么设置?Win10设置开机问候语的方法 参考如下 https://www.jb51.net/os/win10/520340.html 阅读全文
posted @ 2020-06-24 14:05 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:解决方案: Win10开机问候语怎么设置?Win10设置开机问候语的方法 参考如下 https://www.jb51.net/os/win10/520340.html 阅读全文
posted @ 2020-06-24 14:05 bH1pJ 阅读(37) 评论(0) 推荐(0) 编辑
摘要:文件命名的策略有哪些? 比如说 要不要包含时间戳、文件内容、向谁做过展示?、关键词? 哪些关键词方便进行检索。等等等.... 阅读全文
posted @ 2020-06-23 16:06 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:文件命名的策略有哪些? 比如说 要不要包含时间戳、文件内容、向谁做过展示?、关键词? 哪些关键词方便进行检索。等等等.... 阅读全文
posted @ 2020-06-23 16:06 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:在cmd中 echo off | clip 阅读全文
posted @ 2020-06-23 15:21 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:在cmd中 echo off | clip 阅读全文
posted @ 2020-06-23 15:21 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:父仓库进行了更新,我fork到本地的仓库可以同步更新吗? 参考: https://blog.csdn.net/qq1332479771/article/details/56087333 网页端操作,很简单,和向父仓库pr一个道理 指令端操作 g... 阅读全文
posted @ 2020-06-22 16:34 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:父仓库进行了更新,我fork到本地的仓库可以同步更新吗? 参考: https://blog.csdn.net/qq1332479771/article/details/56087333 网页端操作,很简单,和向父仓库pr一个道理 指令端操作 g... 阅读全文
posted @ 2020-06-22 16:34 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:git (重定向)设置远程仓库的地址 git remote set-url [git@github.com:XXXXXXXXXXX/imagepy.git] 阅读全文
posted @ 2020-06-22 14:08 bH1pJ 阅读(152) 评论(0) 推荐(0) 编辑
摘要:git (重定向)设置远程仓库的地址 git remote set-url [git@github.com:XXXXXXXXXXX/imagepy.git] 阅读全文
posted @ 2020-06-22 14:08 bH1pJ 阅读(325) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_36675830/article/details/78420178 这篇博客讲的很清楚 阅读全文
posted @ 2020-06-22 14:01 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/qq_36675830/article/details/78420178 这篇博客讲的很清楚 阅读全文
posted @ 2020-06-22 14:01 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:.whl文件怎么安装 pip +install+somewhat.whl 阅读全文
posted @ 2020-06-22 11:00 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:.whl文件怎么安装 pip +install+somewhat.whl 阅读全文
posted @ 2020-06-22 11:00 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:Word 公式标号 阅读全文
posted @ 2020-06-21 16:30 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Word 公式标号 阅读全文
posted @ 2020-06-21 16:30 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:Markdown如何给图片添加图注 题注 这个绑定不上图片啊 坑,坐等一个更加完美的解决方案 阅读全文
posted @ 2020-06-19 10:25 bH1pJ 阅读(222) 评论(0) 推荐(0) 编辑
摘要:Markdown如何给图片添加图注 题注 这个绑定不上图片啊 坑,坐等一个更加完美的解决方案 阅读全文
posted @ 2020-06-19 10:25 bH1pJ 阅读(158) 评论(0) 推荐(0) 编辑
摘要:Markdown给公式添加编号 $$a^2+b^2=c^2 \tag {1.2}$$ 由公式$(1.2)$即可得到结论。 阅读全文
posted @ 2020-06-19 10:13 bH1pJ 阅读(110) 评论(0) 推荐(0) 编辑
摘要:Markdown给公式添加编号 $$a^2+b^2=c^2 \tag {1.2}$$ 由公式$(1.2)$即可得到结论。 阅读全文
posted @ 2020-06-19 10:13 bH1pJ 阅读(296) 评论(0) 推荐(0) 编辑
摘要:那个直接复制屏幕,转换成latex的工具是啥? Mathpix 阅读全文
posted @ 2020-06-19 10:08 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:那个直接复制屏幕,转换成latex的工具是啥? Mathpix 阅读全文
posted @ 2020-06-19 10:08 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:pyqt5+pyqtgraph+调整窗宽窗位的widget的高度如何压缩 阅读全文
posted @ 2020-06-18 16:26 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:pyqt5+pyqtgraph+调整窗宽窗位的widget的高度如何压缩 阅读全文
posted @ 2020-06-18 16:26 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要:如何理解ViewBox? 首先ViewBox继承自GraphicsWidget 阅读全文
posted @ 2020-06-17 20:34 bH1pJ 阅读(64) 评论(0) 推荐(0) 编辑
摘要:如何理解ViewBox? 首先ViewBox继承自GraphicsWidget 阅读全文
posted @ 2020-06-17 20:34 bH1pJ 阅读(145) 评论(0) 推荐(0) 编辑
摘要:如何使用pyqtgraph中的DockerWidget? 创建一个app(属于QtGui.QApplication) 然后再创建一个win(属于QtGui.QMainWindow) 声明一个area(属于DockArea()类),把他放到win中:win... 阅读全文
posted @ 2020-06-17 18:51 bH1pJ 阅读(58) 评论(0) 推荐(0) 编辑
摘要:如何使用pyqtgraph中的DockerWidget? 创建一个app(属于QtGui.QApplication) 然后再创建一个win(属于QtGui.QMainWindow) 声明一个area(属于DockArea()类),把他放到win中:win... 阅读全文
posted @ 2020-06-17 18:51 bH1pJ 阅读(54) 评论(0) 推荐(0) 编辑
摘要:问题清单: 提升之后的效果是 代码中出现了这个 但是运行时,出现了这种类型的Bug: 所以结论是: - Dock类,以后就不提升了呗。但是遇到了如下的困难 那解决方案是,先把setWidget注释掉,后遇到了新的错误 解决方案如... 阅读全文
posted @ 2020-06-17 15:07 bH1pJ 阅读(79) 评论(0) 推荐(0) 编辑
摘要:问题清单: 提升之后的效果是 代码中出现了这个 但是运行时,出现了这种类型的Bug: 所以结论是: - Dock类,以后就不提升了呗。但是遇到了如下的困难 那解决方案是,先把setWidget注释掉,后遇到了新的错误 解决方案如... 阅读全文
posted @ 2020-06-17 15:07 bH1pJ 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-17 11:00 bH1pJ 阅读(113) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-17 11:00 bH1pJ 阅读(86) 评论(0) 推荐(0) 编辑
摘要:在指定的间隔内返回均匀间隔的数字。 阅读全文
posted @ 2020-06-17 09:38 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:在指定的间隔内返回均匀间隔的数字。 阅读全文
posted @ 2020-06-17 09:38 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:PyqtGraph中ImageView的ROI里边是什么信号,有些懵逼 坑,还没搞懂 为什么分布都能被移动呢? 阅读全文
posted @ 2020-06-16 23:12 bH1pJ 阅读(41) 评论(0) 推荐(0) 编辑
摘要:PyqtGraph中ImageView的ROI里边是什么信号,有些懵逼 坑,还没搞懂 为什么分布都能被移动呢? 阅读全文
posted @ 2020-06-16 23:12 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:Sci-View如何查看一个array 暂时还没有找到任何相关的介绍Scientific Mode的帖子。 先挖坑 阅读全文
posted @ 2020-06-16 23:11 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:Sci-View如何查看一个array 暂时还没有找到任何相关的介绍Scientific Mode的帖子。 先挖坑 阅读全文
posted @ 2020-06-16 23:11 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:没找到解决方案. 但是,针对PC端,可以进行检索,如下图 但是前提是,PC端的内容没丢失。 阅读全文
posted @ 2020-06-16 22:47 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:没找到解决方案. 但是,针对PC端,可以进行检索,如下图 但是前提是,PC端的内容没丢失。 阅读全文
posted @ 2020-06-16 22:47 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:1. 如何看pyqtgraph的demo import pyqtgraph.examplespyqtgraph.examples.run() 2. 阅读全文
posted @ 2020-06-16 17:39 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要:1. 如何看pyqtgraph的demo import pyqtgraph.examplespyqtgraph.examples.run() 2. 阅读全文
posted @ 2020-06-16 17:39 bH1pJ 阅读(53) 评论(0) 推荐(0) 编辑
摘要:能继承就继承 能用轮子就用轮子 解决问题的都是真英雄 阅读全文
posted @ 2020-06-16 16:51 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:能继承就继承 能用轮子就用轮子 解决问题的都是真英雄 阅读全文
posted @ 2020-06-16 16:51 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:Failed to resolve: cursoradapter 未找到解决方案,哭了。 阅读全文
posted @ 2020-06-15 22:39 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:Failed to resolve: cursoradapter 未找到解决方案,哭了。 阅读全文
posted @ 2020-06-15 22:39 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:Android Studio Proxy Settings 请参考 https://www.jianshu.com/p/6ba60be77855 坑,感觉没有解决 阅读全文
posted @ 2020-06-15 17:06 bH1pJ 阅读(334) 评论(0) 推荐(0) 编辑
摘要:Android Studio Proxy Settings 请参考 https://www.jianshu.com/p/6ba60be77855 坑,感觉没有解决 阅读全文
posted @ 2020-06-15 17:06 bH1pJ 阅读(1099) 评论(0) 推荐(0) 编辑
摘要:No tool chain is available to build for platform 'x86': 坑,待填 Tool chain 'ndk-gcc' (GNU GCC): Could not find C compiler 'i686-l... 阅读全文
posted @ 2020-06-15 11:00 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:No tool chain is available to build for platform 'x86': 坑,待填 Tool chain 'ndk-gcc' (GNU GCC): Could not find C compiler 'i686-l... 阅读全文
posted @ 2020-06-15 11:00 bH1pJ 阅读(42) 评论(0) 推荐(0) 编辑
摘要:第一步,先enable VT 请参考如下的连接 https://support.bluestacks.com/hc/en-us/articles/115003174386-How-can-I-enable-virtualization-VT-on-my-PC... 阅读全文
posted @ 2020-06-15 10:59 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:第一步,先enable VT 请参考如下的连接 https://support.bluestacks.com/hc/en-us/articles/115003174386-How-can-I-enable-virtualization-VT-on-my-PC... 阅读全文
posted @ 2020-06-15 10:59 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:如果用自己的话翻译一篇综述的话,copy率会很高。 建议这样做 方案1: English to chinese 方案2 找一篇中综述框架,然后自己写。 推荐第二种 阅读全文
posted @ 2020-06-14 15:18 bH1pJ 阅读(156) 评论(0) 推荐(0) 编辑
摘要:如果用自己的话翻译一篇综述的话,copy率会很高。 建议这样做 方案1: English to chinese 方案2 找一篇中综述框架,然后自己写。 推荐第二种 阅读全文
posted @ 2020-06-14 15:18 bH1pJ 阅读(112) 评论(0) 推荐(0) 编辑
摘要:为什么这么高啊 阅读全文
posted @ 2020-06-14 14:19 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:为什么这么高啊 阅读全文
posted @ 2020-06-14 14:19 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/tocy/p/markdown-footnote_link.html 这边给了3中模式, 我觉得第三种是我想要的。 [^1] [^1]:fsdfsdf 阅读全文
posted @ 2020-06-13 15:50 bH1pJ 阅读(38) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/tocy/p/markdown-footnote_link.html 这边给了3中模式, 我觉得第三种是我想要的。 [^1] [^1]:fsdfsdf 阅读全文
posted @ 2020-06-13 15:50 bH1pJ 阅读(47) 评论(0) 推荐(0) 编辑
摘要:Gradle是什么? 我的理解是和maven类似,用来管理项目和依赖包的工具 阅读全文
posted @ 2020-06-13 10:05 bH1pJ 阅读(129) 评论(0) 推荐(0) 编辑
摘要:Gradle是什么? 我的理解是和maven类似,用来管理项目和依赖包的工具 阅读全文
posted @ 2020-06-13 10:05 bH1pJ 阅读(48) 评论(0) 推荐(0) 编辑
摘要:要转行了,开始涉及Android APP开发 :) 阅读全文
posted @ 2020-06-13 09:43 bH1pJ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:要转行了,开始涉及Android APP开发 :) 阅读全文
posted @ 2020-06-13 09:43 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/cslucifer/article/details/79077755 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.md\ShellNew] ... 阅读全文
posted @ 2020-06-11 17:28 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:参考:https://blog.csdn.net/cslucifer/article/details/79077755 Windows Registry Editor Version 5.00 [HKEY_CLASSES_ROOT\.md\ShellNew] ... 阅读全文
posted @ 2020-06-11 17:28 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:ctrl+shift + = 阅读全文
posted @ 2020-06-11 16:59 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:ctrl+shift + = 阅读全文
posted @ 2020-06-11 16:59 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:方案1: 并不推荐。 方案2 没关系,好像是因为GBK编码的问题 阅读全文
posted @ 2020-06-11 16:18 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:方案1: 并不推荐。 方案2 没关系,好像是因为GBK编码的问题 阅读全文
posted @ 2020-06-11 16:18 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:pycharm ctrl+shift+f 没反应 搜狗输入法的问题 快捷键调整一下 阅读全文
posted @ 2020-06-10 13:39 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:pycharm ctrl+shift+f 没反应 搜狗输入法的问题 快捷键调整一下 阅读全文
posted @ 2020-06-10 13:39 bH1pJ 阅读(37) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-10 12:40 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-06-10 12:40 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:ssh-keygen -t rsa -C "humingx@yeah.net" id_rsa.pub copy到github账户中 ssh -T git@github.com yes https://segmentfault.com/a/... 阅读全文
posted @ 2020-06-10 11:34 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:ssh-keygen -t rsa -C "humingx@yeah.net" id_rsa.pub copy到github账户中 ssh -T git@github.com yes https://segmentfault.com/a/... 阅读全文
posted @ 2020-06-10 11:34 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:IDEA chrome html乱码 阅读全文
posted @ 2020-06-05 14:57 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:IDEA chrome html乱码 阅读全文
posted @ 2020-06-05 14:57 bH1pJ 阅读(6) 评论(0) 推荐(0) 编辑
摘要:好像没什么用 https://yremp.live/idea-maven-settings/ 我爽了 xml的地址在.m2/setting.xml里边 阅读全文
posted @ 2020-06-03 23:53 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:好像没什么用 https://yremp.live/idea-maven-settings/ 我爽了 xml的地址在.m2/setting.xml里边 阅读全文
posted @ 2020-06-03 23:53 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:如何运行FEBS?? 1. 第一步下载github上的code 2. 安装mysql数据库 新建这两个数据库 3.配置IDEA???? 先maven install 出现 卡在这一步了 如何解决这个问题呢??? 如下图 ... 阅读全文
posted @ 2020-06-03 23:13 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:如何运行FEBS?? 1. 第一步下载github上的code 2. 安装mysql数据库 新建这两个数据库 3.配置IDEA???? 先maven install 出现 卡在这一步了 如何解决这个问题呢??? 如下图 ... 阅读全文
posted @ 2020-06-03 23:13 bH1pJ 阅读(33) 评论(0) 推荐(0) 编辑
摘要:直接java执行的话,会报错:找不到主类 阅读全文
posted @ 2020-06-03 23:08 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:直接java执行的话,会报错:找不到主类 阅读全文
posted @ 2020-06-03 23:08 bH1pJ 阅读(49) 评论(0) 推荐(0) 编辑
摘要:jet brain开发的一套数据库管理软件 为什么不想再用workbench,丑是一方面,更重要的原因是导入数据时的坑太多了,不知道datagrip的坑多不多啊 阅读全文
posted @ 2020-06-03 22:15 bH1pJ 阅读(56) 评论(0) 推荐(0) 编辑
摘要:jet brain开发的一套数据库管理软件 为什么不想再用workbench,丑是一方面,更重要的原因是导入数据时的坑太多了,不知道datagrip的坑多不多啊 阅读全文
posted @ 2020-06-03 22:15 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:为什么学? Python 加 Django 是快速开发、设计、部署网站的最佳组合。 如何理解这样的设计模型? 对于用户来说,对网页进行了操作,我想看到的是结果,这个结果是以View 的形式进行呈现的。 那么View的数据来自于哪里呢? 第一,来自于Mod... 阅读全文
posted @ 2020-06-03 15:00 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:为什么学? Python 加 Django 是快速开发、设计、部署网站的最佳组合。 如何理解这样的设计模型? 对于用户来说,对网页进行了操作,我想看到的是结果,这个结果是以View 的形式进行呈现的。 那么View的数据来自于哪里呢? 第一,来自于Mod... 阅读全文
posted @ 2020-06-03 15:00 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:ipconfig/flushdns 神奇了,刷新DNS缓存,竟然也能清空鼠标右击时粘贴和粘贴快捷方式的选项 亲测有效啊 阅读全文
posted @ 2020-06-01 14:33 bH1pJ 阅读(188) 评论(0) 推荐(0) 编辑
摘要:ipconfig/flushdns 神奇了,刷新DNS缓存,竟然也能清空鼠标右击时粘贴和粘贴快捷方式的选项 亲测有效啊 阅读全文
posted @ 2020-06-01 14:33 bH1pJ 阅读(73) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示