09 2019 档案

摘要:坑:AWS如何安全顺利关闭所有的免费服务 解决方案: 删掉所有实例,解绑信用卡,关闭掉AWS账户。 操作步骤: 终止实例 请参考: https://wenku.baidu.com/view/552863a40740be1e650e9aca.html... 阅读全文
posted @ 2019-09-30 15:41 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要:坑:AWS如何安全顺利关闭所有的免费服务 解决方案: 删掉所有实例,解绑信用卡,关闭掉AWS账户。 操作步骤: 终止实例 请参考: https://wenku.baidu.com/view/552863a40740be1e650e9aca.html... 阅读全文
posted @ 2019-09-30 15:41 bH1pJ 阅读(110) 评论(0) 推荐(0) 编辑
摘要:非常简单: 假设你已经写好了插件.ijm, 然后在plugin中install即可 阅读全文
posted @ 2019-09-27 21:11 bH1pJ 阅读(92) 评论(0) 推荐(0) 编辑
摘要:非常简单: 假设你已经写好了插件.ijm, 然后在plugin中install即可 阅读全文
posted @ 2019-09-27 21:11 bH1pJ 阅读(46) 评论(0) 推荐(0) 编辑
摘要:坑:如何获取鼠标当前在屏幕中的什么位置? 阅读全文
posted @ 2019-09-27 21:04 bH1pJ 阅读(31) 评论(0) 推荐(0) 编辑
摘要:坑:如何获取鼠标当前在屏幕中的什么位置? 阅读全文
posted @ 2019-09-27 21:04 bH1pJ 阅读(26) 评论(0) 推荐(0) 编辑
摘要:/** Macro to count nuclei in multiple images in a folder/subfolders.*/#@File(label = "Input directory", style = "directory") input... 阅读全文
posted @ 2019-09-27 21:01 bH1pJ 阅读(148) 评论(0) 推荐(0) 编辑
摘要:/** Macro to count nuclei in multiple images in a folder/subfolders.*/#@File(label = "Input directory", style = "directory") input... 阅读全文
posted @ 2019-09-27 21:01 bH1pJ 阅读(94) 评论(0) 推荐(0) 编辑
摘要:String filename = file.getFileName(); String name = filename.substring(0,filename.lastIndexOf("."));//这个是获取除后缀疑问的名称(你要的) //filenam... 阅读全文
posted @ 2019-09-27 21:01 bH1pJ 阅读(122) 评论(0) 推荐(0) 编辑
摘要:String filename = file.getFileName(); String name = filename.substring(0,filename.lastIndexOf("."));//这个是获取除后缀疑问的名称(你要的) //filenam... 阅读全文
posted @ 2019-09-27 21:01 bH1pJ 阅读(37) 评论(0) 推荐(0) 编辑
摘要:run("IJ Robot", "order=Left_Click x_point=159 y_point=62 delay=300"); 请参考: https://forum.image.sc/t/whats-the-imagej-script-for-... 阅读全文
posted @ 2019-09-27 17:51 bH1pJ 阅读(49) 评论(0) 推荐(0) 编辑
摘要:run("IJ Robot", "order=Left_Click x_point=159 y_point=62 delay=300"); 请参考: https://forum.image.sc/t/whats-the-imagej-script-for-... 阅读全文
posted @ 2019-09-27 17:51 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:拿到视频a 拿到视频b 然后用a-b, 搜索cal 阅读全文
posted @ 2019-09-26 23:42 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:拿到视频a 拿到视频b 然后用a-b, 搜索cal 阅读全文
posted @ 2019-09-26 23:42 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:坑,暂时还没有找到解决方案, 方案1:去plugin文件夹把plugin拷贝出来 阅读全文
posted @ 2019-09-26 23:37 bH1pJ 阅读(18) 评论(0) 推荐(0) 编辑
摘要:坑,暂时还没有找到解决方案, 方案1:去plugin文件夹把plugin拷贝出来 阅读全文
posted @ 2019-09-26 23:37 bH1pJ 阅读(16) 评论(0) 推荐(0) 编辑
摘要:如何使用ImageJ进行帧间差分? 阅读全文
posted @ 2019-09-26 22:07 bH1pJ 阅读(34) 评论(0) 推荐(0) 编辑
摘要:如何使用ImageJ进行帧间差分? 阅读全文
posted @ 2019-09-26 22:07 bH1pJ 阅读(29) 评论(0) 推荐(0) 编辑
摘要:MATLAB 如何做16进制运算 请参考: https://blog.csdn.net/kabuto_hui/article/details/49853687 阅读全文
posted @ 2019-09-26 16:00 bH1pJ 阅读(378) 评论(0) 推荐(0) 编辑
摘要:MATLAB 如何做16进制运算 请参考: https://blog.csdn.net/kabuto_hui/article/details/49853687 阅读全文
posted @ 2019-09-26 16:00 bH1pJ 阅读(230) 评论(0) 推荐(0) 编辑
摘要:matlab 16进制转换成10进制,或者转换回来? hex2dec(ss(pp:pp+1)); 阅读全文
posted @ 2019-09-26 15:55 bH1pJ 阅读(77) 评论(0) 推荐(0) 编辑
摘要:matlab 16进制转换成10进制,或者转换回来? hex2dec(ss(pp:pp+1)); 阅读全文
posted @ 2019-09-26 15:55 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要:isempty 阅读全文
posted @ 2019-09-26 14:41 bH1pJ 阅读(77) 评论(0) 推荐(0) 编辑
摘要:isempty 阅读全文
posted @ 2019-09-26 14:41 bH1pJ 阅读(126) 评论(0) 推荐(0) 编辑
摘要:save(d,'a','b','c') or save(d, '-regexp','[^d]') 阅读全文
posted @ 2019-09-26 14:35 bH1pJ 阅读(38) 评论(0) 推荐(0) 编辑
摘要:save(d,'a','b','c') or save(d, '-regexp','[^d]') 阅读全文
posted @ 2019-09-26 14:35 bH1pJ 阅读(20) 评论(0) 推荐(0) 编辑
摘要:clearvars -except MatchedFrameNum sourceMatPath; 变量名之间用空格隔开! 阅读全文
posted @ 2019-09-26 13:41 bH1pJ 阅读(282) 评论(0) 推荐(0) 编辑
摘要:clearvars -except MatchedFrameNum sourceMatPath; 变量名之间用空格隔开! 阅读全文
posted @ 2019-09-26 13:41 bH1pJ 阅读(210) 评论(0) 推荐(0) 编辑
摘要:resultFrameNum = find(deltTimes == min(deltTimes)); 阅读全文
posted @ 2019-09-26 13:31 bH1pJ 阅读(429) 评论(0) 推荐(0) 编辑
摘要:resultFrameNum = find(deltTimes == min(deltTimes)); 阅读全文
posted @ 2019-09-26 13:31 bH1pJ 阅读(256) 评论(0) 推荐(0) 编辑
摘要:坑:如何让github在所有网站上登出? 暂时还没有找到解决问题的方法 阅读全文
posted @ 2019-09-24 18:38 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:坑:如何让github在所有网站上登出? 暂时还没有找到解决问题的方法 阅读全文
posted @ 2019-09-24 18:38 bH1pJ 阅读(7) 评论(0) 推荐(0) 编辑
摘要:datatable = importdata('D:\Data\LOG\2019-09-18-16-08-07-Log\Log.txt','r'); %加载txt数据 阅读全文
posted @ 2019-09-24 13:26 bH1pJ 阅读(59) 评论(0) 推荐(0) 编辑
摘要:datatable = importdata('D:\Data\LOG\2019-09-18-16-08-07-Log\Log.txt','r'); %加载txt数据 阅读全文
posted @ 2019-09-24 13:26 bH1pJ 阅读(83) 评论(0) 推荐(0) 编辑
摘要:Q:如何改变一个仓库的远程连接地址? 参考了: 结论是: 建议使用一下的指令 git remote set-url origin http://192.168.100.235:9797/john/git_test.git 这里可能需要使用强制推送的指... 阅读全文
posted @ 2019-09-23 11:25 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:Q:如何改变一个仓库的远程连接地址? 参考了: 结论是: 建议使用一下的指令 git remote set-url origin http://192.168.100.235:9797/john/git_test.git 这里可能需要使用强制推送的指... 阅读全文
posted @ 2019-09-23 11:25 bH1pJ 阅读(24) 评论(0) 推荐(0) 编辑
摘要:Q:git如何进行强制推送 A: git push -f origin master 阅读全文
posted @ 2019-09-23 10:42 bH1pJ 阅读(81) 评论(0) 推荐(0) 编辑
摘要:Q:git如何进行强制推送 A: git push -f origin master 阅读全文
posted @ 2019-09-23 10:42 bH1pJ 阅读(88) 评论(0) 推荐(0) 编辑
摘要:Q:如何查看一个git仓库连接到哪里了? A:git remote -v 阅读全文
posted @ 2019-09-23 10:31 bH1pJ 阅读(68) 评论(0) 推荐(0) 编辑
摘要:Q:如何查看一个git仓库连接到哪里了? A:git remote -v 阅读全文
posted @ 2019-09-23 10:31 bH1pJ 阅读(147) 评论(0) 推荐(0) 编辑
摘要:where is the code? Where is the main? How to run? activate unet ipython notebook 阅读全文
posted @ 2019-09-20 14:27 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:where is the code? Where is the main? How to run? activate unetipython notebook 阅读全文
posted @ 2019-09-20 14:27 bH1pJ 阅读(5) 评论(0) 推荐(0) 编辑
摘要:where is the code? Where is the main? How to run? activate unetipython notebook 阅读全文
posted @ 2019-09-20 14:27 bH1pJ 阅读(14) 评论(0) 推荐(0) 编辑
摘要:第一步搭建虚拟环境: conda create -n kerasEnv python=3.6activate kerasEnv conda install tensorflow-gpu==1.12conda install keraspip install j... 阅读全文
posted @ 2019-09-19 18:53 bH1pJ 阅读(42) 评论(0) 推荐(0) 编辑
摘要:第一步搭建虚拟环境: conda create -n kerasEnv python=3.6activate kerasEnv conda install tensorflow-gpu==1.12conda install keraspip install j... 阅读全文
posted @ 2019-09-19 18:53 bH1pJ 阅读(35) 评论(0) 推荐(0) 编辑
摘要:conda info --envs 阅读全文
posted @ 2019-09-19 18:15 bH1pJ 阅读(124) 评论(0) 推荐(0) 编辑
摘要:conda info --envs 阅读全文
posted @ 2019-09-19 18:15 bH1pJ 阅读(90) 评论(0) 推荐(0) 编辑
摘要:Visio能绘制思维导向图吗? 请参考? https://jingyan.baidu.com/article/6b182309ef917bba58e159b6.html 在Visio中搜索灵感触发图 阅读全文
posted @ 2019-09-15 11:23 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:Visio能绘制思维导向图吗? 请参考? https://jingyan.baidu.com/article/6b182309ef917bba58e159b6.html 在Visio中搜索灵感触发图 阅读全文
posted @ 2019-09-15 11:23 bH1pJ 阅读(22) 评论(0) 推荐(0) 编辑
摘要:n维实数集,即(x1,x2, ... ,xn) \in R^n,每个元素是n维向量,向量中的每个分量是实数. 来自:https://www.zybang.com/question/8eef7e6733ee4cc8c37a001df09d361c.html ... 阅读全文
posted @ 2019-09-15 10:49 bH1pJ 阅读(602) 评论(0) 推荐(0) 编辑
摘要:n维实数集,即(x1,x2, ... ,xn) \in R^n,每个元素是n维向量,向量中的每个分量是实数. 来自:https://www.zybang.com/question/8eef7e6733ee4cc8c37a001df09d361c.html ... 阅读全文
posted @ 2019-09-15 10:49 bH1pJ 阅读(368) 评论(0) 推荐(0) 编辑
摘要:在plugin里边 Non-local Means Denoising 1、下载Jars安装包; Index of /Biomedgroup/plugins 2、在imageJ中安装该插件,重启imageJ 阅读全文
posted @ 2019-09-11 15:56 bH1pJ 阅读(36) 评论(0) 推荐(0) 编辑
摘要:在plugin里边 阅读全文
posted @ 2019-09-11 15:57 bH1pJ 阅读(10) 评论(0) 推荐(0) 编辑
摘要:在plugin里边 阅读全文
posted @ 2019-09-11 15:57 bH1pJ 阅读(9) 评论(0) 推荐(0) 编辑
摘要:subplot(121) contour(magic(10)); subplot(122) t=0:0.01:2*pi;plot(t,cos(t)); 阅读全文
posted @ 2019-09-11 15:39 bH1pJ 阅读(53) 评论(0) 推荐(0) 编辑
摘要:subplot(121) contour(magic(10)); subplot(122) t=0:0.01:2*pi;plot(t,cos(t)); 阅读全文
posted @ 2019-09-11 15:39 bH1pJ 阅读(80) 评论(0) 推荐(0) 编辑
摘要:PyQt的label控件,怎么保证在缩放的时候仍然保持1:1 阅读全文
posted @ 2019-09-07 18:16 bH1pJ 阅读(39) 评论(0) 推荐(0) 编辑
摘要:PyQt的label控件,怎么保证在缩放的时候仍然保持1:1 阅读全文
posted @ 2019-09-07 18:16 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:请参考:https://blog.csdn.net/seeground/article/details/49153659 我要的答案是: C:\Users\CCC\Anaconda3\envs\Eric\python.exe-m PyQt5.uic.pyu... 阅读全文
posted @ 2019-09-07 17:28 bH1pJ 阅读(77) 评论(0) 推荐(0) 编辑
摘要:请参考:https://blog.csdn.net/seeground/article/details/49153659 我要的答案是: C:\Users\CCC\Anaconda3\envs\Eric\python.exe-m PyQt5.uic.pyu... 阅读全文
posted @ 2019-09-07 17:28 bH1pJ 阅读(32) 评论(0) 推荐(0) 编辑
摘要:git fetch --allgit reset --hard origin/master 阅读全文
posted @ 2019-09-07 16:56 bH1pJ 阅读(71) 评论(0) 推荐(0) 编辑
摘要:git fetch --allgit reset --hard origin/master 阅读全文
posted @ 2019-09-07 16:56 bH1pJ 阅读(28) 评论(0) 推荐(0) 编辑
摘要:坑:未填。 好像可以通过设置比例来完成这件事儿 阅读全文
posted @ 2019-09-07 16:38 bH1pJ 阅读(153) 评论(0) 推荐(0) 编辑
摘要:坑:未填。 好像可以通过设置比例来完成这件事儿 阅读全文
posted @ 2019-09-07 16:38 bH1pJ 阅读(284) 评论(0) 推荐(0) 编辑
摘要:坑? Pycharm如何打开.ui文件,并进行设计? 请参考: https://jingyan.baidu.com/album/5553fa829ec49265a2393422.html?picindex=2 和 https://blog.csdn.net... 阅读全文
posted @ 2019-09-07 16:18 bH1pJ 阅读(653) 评论(0) 推荐(0) 编辑
摘要:坑? Pycharm如何打开.ui文件,并进行设计? 请参考: https://jingyan.baidu.com/album/5553fa829ec49265a2393422.html?picindex=2 和 https://blog.csdn.net... 阅读全文
posted @ 2019-09-07 16:18 bH1pJ 阅读(368) 评论(0) 推荐(0) 编辑
摘要:详细地学习请看一下的连接 http://www.softwhy.com/article-8498-1.html 阅读全文
posted @ 2019-09-05 15:56 bH1pJ 阅读(65) 评论(0) 推荐(0) 编辑
摘要:详细地学习请看一下的连接 http://www.softwhy.com/article-8498-1.html 阅读全文
posted @ 2019-09-05 15:56 bH1pJ 阅读(12) 评论(0) 推荐(0) 编辑
摘要:请参考: https://jingyan.baidu.com/album/ad310e80e0c1d11848f49e7f.html?picindex=2 以上是通过网页进行操作的; 能通过GUI进行操作吗? 阅读全文
posted @ 2019-09-05 15:45 bH1pJ 阅读(99) 评论(0) 推荐(0) 编辑
摘要:请参考: https://jingyan.baidu.com/album/ad310e80e0c1d11848f49e7f.html?picindex=2 以上是通过网页进行操作的; 能通过GUI进行操作吗? 阅读全文
posted @ 2019-09-05 15:45 bH1pJ 阅读(40) 评论(0) 推荐(0) 编辑
摘要:坑?java List<Integer>一下得到比1000小的所有值 写个for循环吧,没有什么简介的方法 阅读全文
posted @ 2019-09-05 09:59 bH1pJ 阅读(3) 评论(0) 推荐(0) 编辑
摘要:坑?java List一下得到比1000小的所有值 写个for循环吧,没有什么简介的方法 阅读全文
posted @ 2019-09-05 10:00 bH1pJ 阅读(8) 评论(0) 推荐(0) 编辑
摘要:坑?java List一下得到比1000小的所有值 写个for循环吧,没有什么简介的方法 阅读全文
posted @ 2019-09-05 10:00 bH1pJ 阅读(19) 评论(0) 推荐(0) 编辑
摘要:错误使用 xlsread (line 257) 错误: 服务器出现意外情况。 错误使用 xlsread (line 257) 无法激活 Excel 工作表。 阅读全文
posted @ 2019-09-04 22:35 bH1pJ 阅读(451) 评论(0) 推荐(0) 编辑
摘要:错误使用 xlsread (line 257) 错误: 服务器出现意外情况。 错误使用 xlsread (line 257) 无法激活 Excel 工作表。 阅读全文
posted @ 2019-09-04 22:35 bH1pJ 阅读(419) 评论(0) 推荐(0) 编辑
摘要:如何使用 Ini4J写ini文件 http://ini4j.sourceforge.net/tutorial/IniTutorial.java.html void sample01(Ini ini) { Ini.Section sec... 阅读全文
posted @ 2019-09-02 12:40 bH1pJ 阅读(54) 评论(0) 推荐(0) 编辑
摘要:如何使用 Ini4J写ini文件 http://ini4j.sourceforge.net/tutorial/IniTutorial.java.html void sample01(Ini ini) { Ini.Section sec... 阅读全文
posted @ 2019-09-02 12:40 bH1pJ 阅读(96) 评论(0) 推荐(0) 编辑
摘要:.ini .json 目前我使用的是txt方式,有些拙劣 import java.awt.BorderLayout;import java.awt.FlowLayout;import javax.swing.JButton;import javax.swi... 阅读全文
posted @ 2019-09-02 10:07 bH1pJ 阅读(34) 评论(0) 推荐(0) 编辑
摘要:.ini .json 目前我使用的是txt方式,有些拙劣 import java.awt.BorderLayout;import java.awt.FlowLayout;import javax.swing.JButton;import javax.swi... 阅读全文
posted @ 2019-09-02 10:07 bH1pJ 阅读(51) 评论(0) 推荐(0) 编辑

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