w
h
y
?
y
o
u
a
r
e
h
e
r
e
?
12[self.yzCodeTF4 setTintColor:[UIColor clearColor]];
也可以把光标改成任何颜色
在AppDelegate.h里添加
123- (BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication *)sender{ return YES;}
123456789101112131415161718NSAlert *alert = [[NSAlert alloc] init];//类型alert.alertStyle = NSAlertStyleWarning;//标题alert.messageText = @"项目路径不能为空!
...
12345678910111213141516171819202122232425NSOpenPanel *panel = [NSOpenPanel openPanel];//是否可以多选[panel setAllowsMultipleSelection:NO];//是否可以选择文件夹[panel
...
官网
https://lldb.llvm.org/
推荐使用谷歌浏览器(自带翻译)
重启
123(lldb) process launch(lldb) run(lldb) r
带参数重启
123(lldb) process launch -- <args>(lldb) run <
...
新建txt
复制内容并粘贴
然后另存为垃圾处理.bat
文件类型要选择文件
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606
...
12345678910111213141516171819202122232425262728293031323334353637383940<key>Tracking Usage Description</key><string>app需要您的同意,才能访问应用
...
macOS自带的有SVN
就不用再次安装了
Windows的话需要下载安装一个SVN
https://tortoisesvn.net/
命令和git大同小异
一般都用客户端进行操作
macOS用CornerStone
windows就用刚才安装的那个就可以
SVN 和git从操作来讲区别主要就是有一
...
安装gitMAC已经自带git
Windows的话需要下载安装
http://git-scm.com/
设置用户名和密码就是自己的账号和密码
这样就知道哪些代码是谁修改的
git config –global user.name “Your Name”
git config –global user
...
安装
1234brew tap oclint/formulaebrew install oclint
更新
1234brew updatebrew upgrade oclint
在 bash_profile 里添加
12OCLINT_HOME=/path/to/oclint-releaseexp
...