11 2019 档案
摘要:晕了,今天不知道怎么出现了这个问题 git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy http://127.0.0.1:1080 问题得到...
阅读全文
摘要:晕了,今天不知道怎么出现了这个问题 git config --global http.proxy http://127.0.0.1:1080git config --global https.proxy http://127.0.0.1:1080 问题得到...
阅读全文
摘要:Python写GUI界面新台阶,使用pyqtGraph!!!! 必须要使用啊, 别人造好的轮子,不用白不用,而且,轮子造的还挺结实。 今天尝试了,PyqtGraph,在主界面上放置一个QGraph View,然后提升为ImageView,然后这个控件就...
阅读全文
摘要:Python写GUI界面新台阶,使用pyqtGraph!!!! 必须要使用啊, 别人造好的轮子,不用白不用,而且,轮子造的还挺结实。 今天尝试了,PyqtGraph,在主界面上放置一个QGraph View,然后提升为ImageView,然后这个控件就...
阅读全文
摘要:%% 采用matlab访问数据库 conn = database('labmysqltraincourse','root','12345','Vendor','MYSQL','Server','localhost','PortNumber',3306); da...
阅读全文
摘要:%% 采用matlab访问数据库 conn = database('labmysqltraincourse','root','12345','Vendor','MYSQL','Server','localhost','PortNumber',3306); da...
阅读全文
摘要://判断某个文件列表中是否有FileName文件夹 private static boolean DetermineIfThereIsSomeFile(File[] children, String FileName) { for (File file : ...
阅读全文
摘要://判断某个文件列表中是否有FileName文件夹 private static boolean DetermineIfThereIsSomeFile(File[] children, String FileName) { for (File file : ...
阅读全文
摘要:两者的如何相互转化
阅读全文
摘要:两者的如何相互转化
阅读全文
摘要:File file = new File(newPath); if(!file.exists()) { File oldFile = new File(oldPath); FileInputStream in = new FileInputStrea...
阅读全文
摘要:File file = new File(newPath); if(!file.exists()) { File oldFile = new File(oldPath); FileInputStream in = new FileInputStrea...
阅读全文
摘要:if (!(new File(desPath)).exists()) { (new File(desPath)).mkdirs(); } if (!(new File(desPath)).exists()) { (new File(desPath...
阅读全文
摘要:if (!(new File(desPath)).exists()) { (new File(desPath)).mkdirs(); } if (!(new File(desPath)).exists()) { (new File(desPath...
阅读全文