07 2020 档案

摘要:with open('data.json', 'w') as f: json.dump(data, f)# Reading data backwith open('data.json', 'r') as f: data = json.load(f)... 阅读全文
posted @ 2020-07-31 17:33 bH1pJ 阅读(61) 评论(0) 推荐(0) 编辑
摘要:with open('data.json', 'w') as f: json.dump(data, f)# Reading data backwith open('data.json', 'r') as f: data = json.load(f)... 阅读全文
posted @ 2020-07-31 17:33 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:1.里边可以放注释 2. python三引号允许一个字符串跨多行,字符串中可以包含换行符、制表符以及其他特殊字符。 阅读全文
posted @ 2020-07-31 17:13 bH1pJ 阅读(317) 评论(0) 推荐(0) 编辑
摘要:1.里边可以放注释 2. python三引号允许一个字符串跨多行,字符串中可以包含换行符、制表符以及其他特殊字符。 阅读全文
posted @ 2020-07-31 17:13 bH1pJ 阅读(75) 评论(0) 推荐(0) 编辑
摘要:print("Open ImageJ Using Python...")import imagejij = imagej.init(ij_dir_or_version_or_endpoint=self.imageJRootPath, headless=Fals... 阅读全文
posted @ 2020-07-31 17:12 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要:print("Open ImageJ Using Python...")import imagejij = imagej.init(ij_dir_or_version_or_endpoint=self.imageJRootPath, headless=Fals... 阅读全文
posted @ 2020-07-31 17:12 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要:No plugin found for prefix 'C' in the current project and in the plugin groups 把pom文件放在文件夹下仍然不行 阅读全文
posted @ 2020-07-30 17:21 bH1pJ 阅读(78) 评论(0) 推荐(0) 编辑
摘要:No plugin found for prefix 'C' in the current project and in the plugin groups 把pom文件放在文件夹下仍然不行 阅读全文
posted @ 2020-07-30 17:21 bH1pJ 阅读(140) 评论(0) 推荐(0) 编辑
摘要:import scyjava 出错 Error in `C:\Users\XXXX\anaconda3\envs\pyimagej\Library\bin\mvn.CMD -B -f C:\Users\XXXX\.jgo\net.imagej\imagej... 阅读全文
posted @ 2020-07-30 16:07 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:import scyjava 出错 Error in `C:\Users\XXXX\anaconda3\envs\pyimagej\Library\bin\mvn.CMD -B -f C:\Users\XXXX\.jgo\net.imagej\imagej... 阅读全文
posted @ 2020-07-30 16:07 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:win10安装mvn 安装maven https://www.jianshu.com/p/26fa41427a55 阅读全文
posted @ 2020-07-30 15:17 bH1pJ 阅读(34) 评论(0) 推荐(0) 编辑
摘要:win10安装mvn 安装maven https://www.jianshu.com/p/26fa41427a55 阅读全文
posted @ 2020-07-30 15:17 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:Could not find metadata net.imagej:imagej/maven-metadata.xml in local 暂时没有找到解决方案 阅读全文
posted @ 2020-07-30 14:45 bH1pJ 阅读(154) 评论(0) 推荐(0) 编辑
摘要:Could not find metadata net.imagej:imagej/maven-metadata.xml in local 暂时没有找到解决方案 阅读全文
posted @ 2020-07-30 14:45 bH1pJ 阅读(44) 评论(0) 推荐(0) 编辑
摘要:Python + imageJ 解决方案,采坑记录 方案一:ImageJ的Python脚本编程 https://qixinbo.info/2018/09/15/imagej-python/ 方案二:jython 建议放弃,因为jython很多包都p... 阅读全文
posted @ 2020-07-30 10:15 bH1pJ 阅读(184) 评论(0) 推荐(0) 编辑
摘要:Python + imageJ 解决方案,采坑记录 方案一:ImageJ的Python脚本编程 https://qixinbo.info/2018/09/15/imagej-python/ 方案二:jython 建议放弃,因为jython很多包都p... 阅读全文
posted @ 2020-07-30 10:15 bH1pJ 阅读(94) 评论(0) 推荐(0) 编辑
摘要:pg的imageView循环播放? def slotPlay(self): self.gViewGlobal.setCurrentIndex(0) self.gViewGlobal.play(rate = 10) 添加了一个快捷键... ... 阅读全文
posted @ 2020-07-28 23:51 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:pg的imageView循环播放? def slotPlay(self): self.gViewGlobal.setCurrentIndex(0) self.gViewGlobal.play(rate = 10) 添加了一个快捷键... ... 阅读全文
posted @ 2020-07-28 23:51 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:恐慌,imageJ打不开mp4怎么办? 写个matlab脚本,把mp4转换成图像序列, xyloObj = VideoReader('D:\PythonProject\BrainMesoscopicAtlasExplorer\resources\20... 阅读全文
posted @ 2020-07-28 21:03 bH1pJ 阅读(98) 评论(0) 推荐(0) 编辑
摘要:恐慌,imageJ打不开mp4怎么办? 写个matlab脚本,把mp4转换成图像序列, xyloObj = VideoReader('D:\PythonProject\BrainMesoscopicAtlasExplorer\resources\20... 阅读全文
posted @ 2020-07-28 21:03 bH1pJ 阅读(222) 评论(0) 推荐(0) 编辑
摘要:google日历,共享日历,别人如何才能看到? 坑,未找到解决方案 阅读全文
posted @ 2020-07-27 15:20 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:google日历,共享日历,别人如何才能看到? 坑,未找到解决方案 阅读全文
posted @ 2020-07-27 15:20 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:function [a] = loadpickle(filename) if ~exist(filename,'file') error('%s is not a file',filename); end outname = [tempna... 阅读全文
posted @ 2020-07-26 17:13 bH1pJ 阅读(85) 评论(0) 推荐(0) 编辑
摘要:function [a] = loadpickle(filename) if ~exist(filename,'file') error('%s is not a file',filename); end outname = [tempna... 阅读全文
posted @ 2020-07-26 17:13 bH1pJ 阅读(153) 评论(0) 推荐(0) 编辑
摘要:特别特别简单, 百分百解决问题! 把如下路径,添加到环境变量里。。。 如果用户的电脑上,没有这些dll,就把dll拷贝过去,然后把路径添加到环境变量里。 阅读全文
posted @ 2020-07-26 11:36 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:特别特别简单, 百分百解决问题! 把如下路径,添加到环境变量里。。。 如果用户的电脑上,没有这些dll,就把dll拷贝过去,然后把路径添加到环境变量里。 阅读全文
posted @ 2020-07-26 11:36 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-25 19:09 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-25 19:09 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:--------------------------以上的方法能够渲染出来表格----------------------- 下边的方法,能够直接获取数据库中的Data。 阅读全文
posted @ 2020-07-25 18:17 bH1pJ 阅读(37) 评论(0) 推荐(0) 编辑
摘要:--------------------------以上的方法能够渲染出来表格----------------------- 下边的方法,能够直接获取数据库中的Data。 阅读全文
posted @ 2020-07-25 18:17 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:数据接口请求异常:error layui数据接口请求异常:error Failed to load resource: the server responded with a status of 404 (Not Found) 如何模拟... 阅读全文
posted @ 2020-07-25 15:21 bH1pJ 阅读(136) 评论(0) 推荐(0) 编辑
摘要:数据接口请求异常:error layui数据接口请求异常:error Failed to load resource: the server responded with a status of 404 (Not Found) 如何模拟... 阅读全文
posted @ 2020-07-25 15:21 bH1pJ 阅读(157) 评论(0) 推荐(0) 编辑
摘要:table模块快速使用--> 阅读全文
posted @ 2020-07-25 14:27 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:table模块快速使用--> 阅读全文
posted @ 2020-07-25 14:27 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:type="text/javascript 告诉我们这里边的东西是js code src告诉我们,layui.js这里边的function随便用,类似于python中的import语句 阅读全文
posted @ 2020-07-25 14:17 bH1pJ 阅读(197) 评论(0) 推荐(0) 编辑
摘要:type="text/javascript 告诉我们这里边的东西是js code src告诉我们,layui.js这里边的function随便用,类似于python中的import语句 阅读全文
posted @ 2020-07-25 14:17 bH1pJ 阅读(228) 评论(0) 推荐(0) 编辑
摘要:script中的type什么作用 ??? 什么作用? 阅读全文
posted @ 2020-07-25 14:14 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:script中的type什么作用 ??? 什么作用? 阅读全文
posted @ 2020-07-25 14:14 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:html 中的div class怎么用? class裏邊的是??? 是css样式表 阅读全文
posted @ 2020-07-25 13:56 bH1pJ 阅读(272) 评论(0) 推荐(0) 编辑
摘要:html 中的div class怎么用? class裏邊的是??? 是css样式表 阅读全文
posted @ 2020-07-25 13:56 bH1pJ 阅读(63) 评论(0) 推荐(0) 编辑
摘要:win10輸入法,繁體字,簡體字切換 Ctrl+Shift+F 阅读全文
posted @ 2020-07-25 13:56 bH1pJ 阅读(48) 评论(0) 推荐(0) 编辑
摘要:win10輸入法,繁體字,簡體字切換 Ctrl+Shift+F 阅读全文
posted @ 2020-07-25 13:56 bH1pJ 阅读(53) 评论(0) 推荐(0) 编辑
摘要:如何调用layui中的css文件? 按着ctrl,点击超链接, 如果能跳转,说明连接过去了。 阅读全文
posted @ 2020-07-25 13:51 bH1pJ 阅读(169) 评论(0) 推荐(0) 编辑
摘要:如何调用layui中的css文件? 按着ctrl,点击超链接, 如果能跳转,说明连接过去了。 阅读全文
posted @ 2020-07-25 13:51 bH1pJ 阅读(148) 评论(0) 推荐(0) 编辑
摘要:这是一个段落 显示日期 button的样子 学习 JS之前,要有html和css的基础?? jetbrain有专门编写html的编辑器吗? webstrom webstrom补充script的一些快捷键 写的很详细。 htt... 阅读全文
posted @ 2020-07-24 17:49 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:这是一个段落 显示日期 button的样子 学习 JS之前,要有html和css的基础?? jetbrain有专门编写html的编辑器吗? webstrom webstrom补充script的一些快捷键 写的很详细。 htt... 阅读全文
posted @ 2020-07-24 17:49 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-24 15:50 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-24 15:50 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:Controller、Entity、Mapper、Service都是干什么的? Dao层是干啥的? 数据访问层 layui controller ---->ViewController 阅读全文
posted @ 2020-07-23 18:20 bH1pJ 阅读(124) 评论(0) 推荐(0) 编辑
摘要:Controller、Entity、Mapper、Service都是干什么的? Dao层是干啥的? 数据访问层 layui controller ---->ViewController 阅读全文
posted @ 2020-07-23 18:20 bH1pJ 阅读(74) 评论(0) 推荐(0) 编辑
摘要:HTML乱码 阅读全文
posted @ 2020-07-23 17:49 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:HTML乱码 阅读全文
posted @ 2020-07-23 17:49 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:D:\Softwares\redis-windows-master\src\msopentech\redis-64.2.8.2101 运行? redis-server.exe 阅读全文
posted @ 2020-07-22 15:23 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:D:\Softwares\redis-windows-master\src\msopentech\redis-64.2.8.2101 运行? redis-server.exe 阅读全文
posted @ 2020-07-22 15:23 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Web server failed to start. Port 8080 was already in use. 关闭 tcp 8080号端口 或者 方案2: 调整端口号: 阅读全文
posted @ 2020-07-22 15:01 bH1pJ 阅读(111) 评论(0) 推荐(0) 编辑
摘要:Web server failed to start. Port 8080 was already in use. 关闭 tcp 8080号端口 或者 方案2: 调整端口号: 阅读全文
posted @ 2020-07-22 15:01 bH1pJ 阅读(94) 评论(0) 推荐(0) 编辑
摘要:参考 https://www.zhihu.com/question/402518981/answer/1293383786 https://isisn.nsfc.gov.cn/egrantindex/funcindex/prjsearc... 阅读全文
posted @ 2020-07-21 16:33 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:参考 https://www.zhihu.com/question/402518981/answer/1293383786 https://isisn.nsfc.gov.cn/egrantindex/funcindex/prjsearc... 阅读全文
posted @ 2020-07-21 16:33 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:gitalking一直在加载,登录不进去 坑 暂时还没有找到解决方案 阅读全文
posted @ 2020-07-21 12:44 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:gitalking一直在加载,登录不进去 坑 暂时还没有找到解决方案 阅读全文
posted @ 2020-07-21 12:44 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:参考https://zhangzw.com/posts/20190720.html 放弃了该方案 之前的评论也找不见了 阅读全文
posted @ 2020-07-20 17:59 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:参考https://zhangzw.com/posts/20190720.html 放弃了该方案 之前的评论也找不见了 阅读全文
posted @ 2020-07-20 17:59 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:如何解決這個問題? 先去submodel里边, $ cd themes/next $ git add . $ git commit -m "update" $ git push origin master 然后在 git push ... 阅读全文
posted @ 2020-07-20 15:55 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:如何解決這個問題? 先去submodel里边, $ cd themes/next $ git add . $ git commit -m "update" $ git push origin master 然后在 git push ... 阅读全文
posted @ 2020-07-20 15:55 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:https://www.dazhuanlan.com/2020/02/02/5e369bc4267b3/ 阅读全文
posted @ 2020-07-20 15:50 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:https://www.dazhuanlan.com/2020/02/02/5e369bc4267b3/ 阅读全文
posted @ 2020-07-20 15:50 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:克隆别人的仓库 克隆自己的仓库会出现: 阅读全文
posted @ 2020-07-20 15:36 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:克隆别人的仓库 克隆自己的仓库会出现: 阅读全文
posted @ 2020-07-20 15:36 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:这个主题是健康的 git clone https://github.com/next-theme/hexo-theme-next themes/next 好像这个主题有暗黑模式 这个也是健康的 git clone https://github.com/t... 阅读全文
posted @ 2020-07-20 15:28 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:这个主题是健康的 git clone https://github.com/next-theme/hexo-theme-next themes/next 好像这个主题有暗黑模式 这个也是健康的 git clone https://github.com/t... 阅读全文
posted @ 2020-07-20 15:28 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:可以的,太直白了,这个解决方案 阅读全文
posted @ 2020-07-20 15:09 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:可以的,太直白了,这个解决方案 阅读全文
posted @ 2020-07-20 15:09 bH1pJ 阅读(55) 评论(0) 推荐(0) 编辑
摘要:github仓库,大仓库套小仓库,小仓库如何同步-submodule -双层 git 这里有一个解决方案 最简单直接的方案不是把git文件删除吗? - 问题是,下边没Git文件啊 如何clone有submodel的仓库 ... 阅读全文
posted @ 2020-07-20 13:37 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:github仓库,大仓库套小仓库,小仓库如何同步-submodule -双层 git 这里有一个解决方案 最简单直接的方案不是把git文件删除吗? - 问题是,下边没Git文件啊 如何clone有submodel的仓库 ... 阅读全文
posted @ 2020-07-20 13:37 bH1pJ 阅读(64) 评论(0) 推荐(0) 编辑
摘要:XXU邮箱如何设置POP权限 http://its.pku.edu.cn 阅读全文
posted @ 2020-07-18 15:06 bH1pJ 阅读(41) 评论(0) 推荐(0) 编辑
摘要:XXU邮箱如何设置POP权限 http://its.pku.edu.cn 阅读全文
posted @ 2020-07-18 15:06 bH1pJ 阅读(45) 评论(0) 推荐(0) 编辑
摘要:可以! 阅读全文
posted @ 2020-07-18 14:18 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:可以! 阅读全文
posted @ 2020-07-18 14:18 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:【坑】matlab 调用dll可以吗? 还不行 阅读全文
posted @ 2020-07-17 15:11 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:【坑】matlab 调用dll可以吗? 还不行 阅读全文
posted @ 2020-07-17 15:11 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:组织项目工程目录: 配置工程结构 修改成如下: run 打包 打包拿到main 运行 得到主界面 阅读全文
posted @ 2020-07-17 13:49 bH1pJ 阅读(34) 评论(0) 推荐(0) 编辑
摘要:组织项目工程目录: 配置工程结构 修改成如下: run 打包 打包拿到main 运行 得到主界面 阅读全文
posted @ 2020-07-17 13:49 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:java 对话框 https://www.cnblogs.com/beiqing-n1/p/8413114.html 阅读全文
posted @ 2020-07-16 17:26 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:java 对话框 https://www.cnblogs.com/beiqing-n1/p/8413114.html 阅读全文
posted @ 2020-07-16 17:26 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:'C:/Program Files/Java/jdk1.8.0_211' is not a valid JRE home 阅读全文
posted @ 2020-07-16 17:26 bH1pJ 阅读(208) 评论(0) 推荐(0) 编辑
摘要:'C:/Program Files/Java/jdk1.8.0_211' is not a valid JRE home 阅读全文
posted @ 2020-07-16 17:26 bH1pJ 阅读(349) 评论(0) 推荐(0) 编辑
摘要:e server time zone value '�й���׼ʱ��' is unrecognized 解决方案: &serverTimezone=GMT mysqlIPandPort = jdbc:mysql://localhost:3306/... 阅读全文
posted @ 2020-07-16 14:15 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:e server time zone value '�й���׼ʱ��' is unrecognized 解决方案: &serverTimezone=GMT mysqlIPandPort = jdbc:mysql://localhost:3306/... 阅读全文
posted @ 2020-07-16 14:15 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:IDEA如何查看一个函数的注释 ctrl + shift + 空格 参考 https://blog.csdn.net/qq_27093465/article/details/50774144 阅读全文
posted @ 2020-07-16 11:20 bH1pJ 阅读(60) 评论(0) 推荐(0) 编辑
摘要:IDEA如何查看一个函数的注释 ctrl + shift + 空格 参考 https://blog.csdn.net/qq_27093465/article/details/50774144 阅读全文
posted @ 2020-07-16 11:20 bH1pJ 阅读(166) 评论(0) 推荐(0) 编辑
摘要:/** + 回车 阅读全文
posted @ 2020-07-16 11:15 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:/** + 回车 阅读全文
posted @ 2020-07-16 11:15 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:pom文件 mysql mysql-connector-java 8.0.20 java文件public static String JDBC_DRIVER = "com.mysql.cj.jdbc.Driver"; 去数据库里改一下时区 s... 阅读全文
posted @ 2020-07-16 10:51 bH1pJ 阅读(40) 评论(0) 推荐(0) 编辑
摘要:pom文件 mysql mysql-connector-java 8.0.20 java文件public static String JDBC_DRIVER = "com.mysql.cj.jdbc.Driver"; 去数据库里改一下时区 s... 阅读全文
posted @ 2020-07-16 10:51 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:从哪里开始? https://www.hollischuang.com/archives/58 这里 阅读全文
posted @ 2020-07-15 15:07 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:从哪里开始? https://www.hollischuang.com/archives/58 这里 阅读全文
posted @ 2020-07-15 15:07 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:java中的断言assert有哪些 看这个类里的方法,有启发: 讲得不错(https://www.cnblogs.com/zoraliu66/p/6537066.html): 阅读全文
posted @ 2020-07-15 13:50 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:java中的断言assert有哪些 看这个类里的方法,有启发: 讲得不错(https://www.cnblogs.com/zoraliu66/p/6537066.html): 阅读全文
posted @ 2020-07-15 13:50 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:psvm public static void main 阅读全文
posted @ 2020-07-15 13:38 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:psvm public static void main 阅读全文
posted @ 2020-07-15 13:38 bH1pJ 阅读(40) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/dynas/p/7200992.html 博客里写的很清楚: 减少bug,提高代码质量 阅读全文
posted @ 2020-07-15 12:10 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:https://www.cnblogs.com/dynas/p/7200992.html 博客里写的很清楚: 减少bug,提高代码质量 阅读全文
posted @ 2020-07-15 12:10 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:sout IDEA system.out.println的快捷键是啥 这个人,教了我们一劳永逸的方法: https://blog.csdn.net/l1028386804/article/details/90710523 ... 阅读全文
posted @ 2020-07-15 11:27 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:sout IDEA system.out.println的快捷键是啥 这个人,教了我们一劳永逸的方法: https://blog.csdn.net/l1028386804/article/details/90710523 ... 阅读全文
posted @ 2020-07-15 11:27 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-15 11:25 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-15 11:25 bH1pJ 阅读(15) 评论(0) 推荐(0) 编辑
摘要:两个不同类型的包的比较 结论:两者都很新,而且有人在维护和更新 2020年7月14日17:16:59 阅读全文
posted @ 2020-07-14 17:14 bH1pJ 阅读(256) 评论(0) 推荐(0) 编辑
摘要:两个不同类型的包的比较 结论:两者都很新,而且有人在维护和更新 2020年7月14日17:16:59 阅读全文
posted @ 2020-07-14 17:14 bH1pJ 阅读(216) 评论(0) 推荐(0) 编辑
摘要:smb文件服务器-windows的共享服务器 参考: https://blog.csdn.net/dbllw8293/article/details/101815939 阅读全文
posted @ 2020-07-14 16:45 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:smb文件服务器-windows的共享服务器 参考: https://blog.csdn.net/dbllw8293/article/details/101815939 阅读全文
posted @ 2020-07-14 16:45 bH1pJ 阅读(50) 评论(0) 推荐(0) 编辑
摘要:Maven Grandle和Kotlin、ant,以及CMake之间异同 Maven 我理解的Maven :帮你下载一大堆现有的jar包和依赖, 供你在自己的项目中调用; Gradle 没用过,应该和Maven 一样吧,类似? “适用于自动化地进... 阅读全文
posted @ 2020-07-14 16:05 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:Maven Grandle和Kotlin、ant,以及CMake之间异同 Maven 我理解的Maven :帮你下载一大堆现有的jar包和依赖, 供你在自己的项目中调用; Gradle 没用过,应该和Maven 一样吧,类似? “适用于自动化地进... 阅读全文
posted @ 2020-07-14 16:05 bH1pJ 阅读(89) 评论(0) 推荐(0) 编辑
摘要:.classpath 删了吧,IDEA项目的配置文件,应该都在.idea文件下 .iml文件属于IDEA项目吗? 属于,不能删除 阅读全文
posted @ 2020-07-14 15:29 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑
摘要:.classpath 删了吧,IDEA项目的配置文件,应该都在.idea文件下 .iml文件属于IDEA项目吗? 属于,不能删除 阅读全文
posted @ 2020-07-14 15:29 bH1pJ 阅读(66) 评论(0) 推荐(0) 编辑
摘要:测试入门,不会写测试类,怎么做程序员(狗头滑稽) 参考: https://blog.csdn.net/u011138533/article/details/52165577 阅读全文
posted @ 2020-07-13 13:58 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:测试入门,不会写测试类,怎么做程序员(狗头滑稽) 参考: https://blog.csdn.net/u011138533/article/details/52165577 阅读全文
posted @ 2020-07-13 13:58 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:坑 未找到解决方案 阅读全文
posted @ 2020-07-13 11:54 bH1pJ 阅读(165) 评论(0) 推荐(0) 编辑
摘要:坑 未找到解决方案 阅读全文
posted @ 2020-07-13 11:54 bH1pJ 阅读(53) 评论(0) 推荐(0) 编辑
摘要:self.setFixedSize(QDesktopWidget().width() * 0.7, QDesktopWidget().height() * 0.7) 阅读全文
posted @ 2020-07-13 11:04 bH1pJ 阅读(85) 评论(0) 推荐(0) 编辑
摘要:self.setFixedSize(QDesktopWidget().width() * 0.7, QDesktopWidget().height() * 0.7) 阅读全文
posted @ 2020-07-13 11:04 bH1pJ 阅读(259) 评论(0) 推荐(0) 编辑
摘要:java GUI 开发综述 入门级的教程: https://www.jianshu.com/p/ed8514171bdb swing awt JavaFX是啥? swing、awt和JavaFX三者之间的关系 awt的弊端: ... 阅读全文
posted @ 2020-07-11 18:09 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:java GUI 开发综述 入门级的教程: https://www.jianshu.com/p/ed8514171bdb swing awt JavaFX是啥? swing、awt和JavaFX三者之间的关系 awt的弊端: ... 阅读全文
posted @ 2020-07-11 18:09 bH1pJ 阅读(30) 评论(0) 推荐(0) 编辑
摘要:方案1: git上的wiki 如何使用,目前,还不是特别清楚! 参考了:https://juejin.im/post/5a3216c8f265da43333e6b54 感觉十分麻烦哦。没有sorce code 的自动同步 官方的使用教程: https:/... 阅读全文
posted @ 2020-07-11 16:38 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:方案1: git上的wiki 如何使用,目前,还不是特别清楚! 参考了:https://juejin.im/post/5a3216c8f265da43333e6b54 感觉十分麻烦哦。没有sorce code 的自动同步 官方的使用教程: https:/... 阅读全文
posted @ 2020-07-11 16:38 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:git branch -a 阅读全文
posted @ 2020-07-11 16:20 bH1pJ 阅读(11) 评论(0) 推荐(0) 编辑
摘要:git branch -a 阅读全文
posted @ 2020-07-11 16:20 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:可以删除! git branch -d NewFeature 但是远程仓库的分支还在 git branch -a git ... 阅读全文
posted @ 2020-07-09 17:23 bH1pJ 阅读(55) 评论(0) 推荐(0) 编辑
摘要:可以删除! git branch -d NewFeature 但是远程仓库的分支还在 git branch -a git ... 阅读全文
posted @ 2020-07-09 17:23 bH1pJ 阅读(52) 评论(0) 推荐(0) 编辑
摘要:Pyqt5 如何import QIcon from PyQt5.QtGui import QIcon 阅读全文
posted @ 2020-07-09 16:54 bH1pJ 阅读(63) 评论(0) 推荐(0) 编辑
摘要:Pyqt5 如何import QIcon from PyQt5.QtGui import QIcon 阅读全文
posted @ 2020-07-09 16:54 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:如何标准化开发 pyqt about 页面 好像没什么现成的解决方案 Google上有想要的内容 https://doc.qt.io/qt-5/qmessagebox.html#about SOFTWAREICOM = r'./resou... 阅读全文
posted @ 2020-07-09 14:01 bH1pJ 阅读(23) 评论(0) 推荐(0) 编辑
摘要:如何标准化开发 pyqt about 页面 好像没什么现成的解决方案 Google上有想要的内容 https://doc.qt.io/qt-5/qmessagebox.html#about SOFTWAREICOM = r'./resou... 阅读全文
posted @ 2020-07-09 14:01 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:参考: http://liao.cpython.org/numpy13/ 阅读全文
posted @ 2020-07-04 19:39 bH1pJ 阅读(73) 评论(0) 推荐(0) 编辑
摘要:参考: http://liao.cpython.org/numpy13/ 阅读全文
posted @ 2020-07-04 19:39 bH1pJ 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-04 17:08 bH1pJ 阅读(378) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-07-04 17:08 bH1pJ 阅读(178) 评论(0) 推荐(0) 编辑
摘要:pip 如何查看一个包所有的历史版本 阅读全文
posted @ 2020-07-04 16:28 bH1pJ 阅读(177) 评论(0) 推荐(0) 编辑
摘要:pip 如何查看一个包所有的历史版本 阅读全文
posted @ 2020-07-04 16:28 bH1pJ 阅读(126) 评论(0) 推荐(0) 编辑
摘要:对于pyqtgraph来说。3.7会出现错误, 3.5也出现了错误 所以结论是,不是环境的问题 那难道pyqtgraph的问题吗? 醉了,不知道该怎么办了? 终于找到问题了!!!! 问题的原因在于pyqtgraph上 ... 阅读全文
posted @ 2020-07-04 15:15 bH1pJ 阅读(25) 评论(0) 推荐(0) 编辑
摘要:对于pyqtgraph来说。3.7会出现错误, 3.5也出现了错误 所以结论是,不是环境的问题 那难道pyqtgraph的问题吗? 醉了,不知道该怎么办了? 终于找到问题了!!!! 问题的原因在于pyqtgraph上 ... 阅读全文
posted @ 2020-07-04 15:15 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:Jython现在已经非常老了 Jython中的pip什么东西都装不上! 而且一大堆的乱码 阅读全文
posted @ 2020-07-04 13:58 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:Jython现在已经非常老了 Jython中的pip什么东西都装不上! 而且一大堆的乱码 阅读全文
posted @ 2020-07-04 13:58 bH1pJ 阅读(13) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/a1098766713/article/details/79158148 请参考这篇博客 阅读全文
posted @ 2020-07-04 13:39 bH1pJ 阅读(110) 评论(0) 推荐(0) 编辑
摘要:https://blog.csdn.net/a1098766713/article/details/79158148 请参考这篇博客 阅读全文
posted @ 2020-07-04 13:39 bH1pJ 阅读(219) 评论(0) 推荐(0) 编辑
摘要:net.imagej:ij:1.52k 运行 # roiMgr_.py# goal: save a set of selected ROIsfrom ij import IJfrom ij.plugin.frame... 阅读全文
posted @ 2020-07-04 12:16 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:net.imagej:ij:1.52k 运行 # roiMgr_.py# goal: save a set of selected ROIsfrom ij import IJfrom ij.plugin.frame... 阅读全文
posted @ 2020-07-04 12:16 bH1pJ 阅读(106) 评论(0) 推荐(0) 编辑
摘要:我对SDK的理解 一个项目可能需要很多别人写的轮子,SDK就是别人写的轮子 屁话: Software Development Kit 阅读全文
posted @ 2020-07-04 11:41 bH1pJ 阅读(355) 评论(0) 推荐(0) 编辑
摘要:我对SDK的理解 一个项目可能需要很多别人写的轮子,SDK就是别人写的轮子 屁话: Software Development Kit 阅读全文
posted @ 2020-07-04 11:41 bH1pJ 阅读(151) 评论(0) 推荐(0) 编辑
摘要:项目需求,为了使用imageJ的一些功能,但是我的主界面是pyqt,怎么办? jython是一个答案 如何配置工程: https://blog.csdn.net/jianghuqixialb/article/details/72934654 ... 阅读全文
posted @ 2020-07-04 11:00 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:项目需求,为了使用imageJ的一些功能,但是我的主界面是pyqt,怎么办? jython是一个答案 如何配置工程: https://blog.csdn.net/jianghuqixialb/article/details/72934654 ... 阅读全文
posted @ 2020-07-04 11:00 bH1pJ 阅读(21) 评论(0) 推荐(0) 编辑
摘要:git 查看代理 没反应怎么回事? 没代理的话,看不到东西 git config --global http.proxy 写的挺全面 https://www.cnblogs.com/ziyue7575/p/12912172.html ... 阅读全文
posted @ 2020-07-03 12:53 bH1pJ 阅读(45) 评论(0) 推荐(0) 编辑
摘要:git 查看代理 没反应怎么回事? 没代理的话,看不到东西 git config --global http.proxy 写的挺全面 https://www.cnblogs.com/ziyue7575/p/12912172.html ... 阅读全文
posted @ 2020-07-03 12:53 bH1pJ 阅读(56) 评论(0) 推荐(0) 编辑
摘要:fork的仓库如何和父父仓库同步 应该是第二次问这个问题了: 第三次问这个问题了; 1、直接在web页面进行操作( 是否存在直接在web页面上,fetch的可能性?) 1 2、在本地的仓库中进行操作 git remote -v git remote add upstream 【https://git 阅读全文
posted @ 2020-07-03 00:03 bH1pJ 阅读(2) 评论(0) 推荐(0) 编辑
摘要:fork的仓库如何和父父仓库同步 应该是第二次问这个问题了: git remote -v git remote remove upstream git remote add upstream git@github.com:Image-Py/ima... 阅读全文
posted @ 2020-07-03 00:03 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:fork的仓库如何和父父仓库同步 应该是第二次问这个问题了: git remote -v git remote remove upstream git remote add upstream git@github.com:Image-Py/ima... 阅读全文
posted @ 2020-07-03 00:03 bH1pJ 阅读(27) 评论(0) 推荐(0) 编辑
摘要:git 删除远程和本地的分支 git push origin --delete 0.4 git branch -d 0.4 阅读全文
posted @ 2020-07-01 22:58 bH1pJ 阅读(17) 评论(0) 推荐(0) 编辑
摘要:git 删除远程和本地的分支 git push origin --delete 0.4 git branch -d 0.4 阅读全文
posted @ 2020-07-01 22:58 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑

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