摘要:
1、访问Oracle官网,在官网中找到Java相关下载链接,点击进入Java相关下载页面,下载对应的JDK,如下图 2、点击下载的jdk-9.0.4_osx-x64_bin.dmg进行安装,按照提示安装完成后,打开Finder,在Macintosh HD 资源库 Java中可以看到安装的相关文件。如 阅读全文
阅读排行榜
NSInteger转NSString
2018-01-09 18:15 by zhaosn, 4947 阅读, 收藏,
摘要:
NSInteger不是对象, 转换为long匹配64位系统, 再组成字符串(%ld). NSString *inStr = [NSString stringWithFormat: @"%ld", (long)month]; 阅读全文
git出现error: key does not contain a section: trustexitcode解决方案
2021-03-10 21:13 by zhaosn, 3353 阅读, 收藏,
摘要:
git出现error: key does not contain a section: trustexitcode 错误,经分析应该是~/.gitconfig中信息配置有错误。 终端命令打开~/.gitconfig vim ~/.gitconfig 发现存在两行 trustExitCode = tr 阅读全文
SVN上传工具Cornerstone的简单使用
2017-10-12 11:07 by zhaosn, 2271 阅读, 收藏,
摘要:
1、Cornerstone 安装后,首先连接远程Repository, 点击 Add Repository, 弹出连接远程的地址框,选择相应类型填写地址,保存。如果现场成功,就会在Repositories列表中显示对应的远程仓库。 2、从远程仓库拉取。在Repositories选中要拉取的仓库,右键 阅读全文
IOS自定义导航栏及高度
2017-08-02 19:47 by zhaosn, 1852 阅读, 收藏,
摘要:
UIView *headView= [[UIView alloc] initWithFrame:CGRectMake(0, 0, SCREEN_WIDTH, 120)]; headView.backgroundColor=[UIColor clearColor]; [headView addSubv 阅读全文
浙公网安备 33010602011771号