#our

java中Class.getResource用法

   用JAVA获取文件,听似简单,但对于很多像我这样的新人来说,还是掌握颇浅,用起来感觉颇深,大常最经常用的,就是用JAVA的File类,如要取得c:/test.txt文件,就会这样用Filefile=newFile("c:/test.txt");这样用有什么问题,相信大家都知道,就是路径硬编码,对于JAV...
代码星球 ·2021-02-14

Git 图形化客户端--Sourcetree

1.图形化客户端:sourcetre下载:https://www.sourcetreeapp.com/2.接着并执行SourceTreeSetup-3.1.3.exe,会进入登录或注册bitbucket的界面,我只是想用软件,并不想去注册账号。怎么办?请往下看。关闭上述安装窗口,打开%LocalAppData%Atla...

Gradle project sync failed. Please fix your project and try again

https://stackoverflow.com/questions/29808199/error-running-android-gradle-project-sync-failed-please-fix-your-project-and-t GotoFile->Invalidatecaches/R...

MySQL root账户密码设为“root”后执行命令提示ERROR 1820 (HY000): You must reset your password using ALTER USER statement before executing this statement.

修改root账户密码为“root”后,提示ERROR1820(HY000):YoumustresetyourpasswordusingALTERUSERstatementbeforeexecutingthisstatement.MySQL5.7加强了安全保障,以上意思是密码不符合安全策略要求,我们输入一个8位或以上长度...

什么是 GOF(四人帮,全拼 Gang of Four)?

在1994年,由ErichGamma、RichardHelm、RalphJohnson和JohnVlissides四人合著出版了一本名为 DesignPatterns-ElementsofReusableObject-OrientedSoftware(中文译名:设计模式-可复用的面向对象软件元素) ...

阿里云 putty链接服务器出现 server refused our key

阿里云putty链接服务器出现serverrefusedourkey创建了密钥对绑定实例,puttygen生成ppk,putty配置参数,连接,一步一步来的,结果出现serverrefusedoutkey,...

--- no python application found, check your startup logs for errors

---nopythonapplicationfound,checkyourstartuplogsforerrors碰到这个问题,请留意下系统执行的python版本和自己的django版本可以使用uwsgi--python-version也可以查看 运行之后的脚本提示信息 一般都是多版本兼容问题...

redhat 连接mysql数据库Can't get hostname for your address

redhat连接mysql数据库Can'tgethostnameforyouraddressCausedby:com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException:Communicationlinkfailure,messagefrom...

Android failed linking file resources.

今天在配置一个app的启动资源文件时老是提示error:failedlinkingfileresources.且转悠半天这个提示太难定位错误的范围了,最后发现旁边的一个图标,鼠标移入title提示Toggleview,一点击会显示所有日志,如:这个就是好找了赛...

Updates were rejected because the tip of your current branch is behind

/最近本地一个flutter项目因为当时使用可视化创建的时候出了一些问题,但是起初没有注意,后来因为需要新增一个语音插件,需要修改原生androidMainActivity.java,才发现这个目录根本不存在,于是重新创建一个项目将原来那个项目文件拷入,等修改好后再使用git连接原来那个项目的github仓库进行代码推...

Error: Failed to download resource "python"

/最近在mac部署flutter开发环境遇到一些IOS开发工具安装的问题,为解决问题到处寻找答案,浪费了大量时间,故在此记录一下避免再次入坑执行flutterdoctor检测环境开始安装缺失工具taodeMacBook-Pro:~tao$brewinstall--HEADlibimobiledevice根据提示执行命令...

soapui icon以及resource的理解

 https://www.soapui.org/getting-started/soapui-interface/main-window.html  以调用博客园的api为例第一个是域名第二个是resource第三个是childresource第四个是method第五个是request&n...

SQL Source Control for teams

You'lluseSQLSourceControldifferentlydependingonwhichdevelopmentmodelyou'reusing:不同的模式有不同的使用方式Inthededicatedmodel,eachdeveloperhastheirowncopyofthedatabase.Ifthi...

How to use shared model by git in sql source control of red gate

1.clonethegitrepositoryfordatbase2.opensqlsourcecontrolwindowandselectthetargetdatabase 3.insetuptab,linktomysourcecontrolsystem  4.linktocustom&...
代码星球 ·2021-02-08
首页上一页...1617181920...下一页尾页