会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
pp_sunlight
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
9
下一页
2018年4月
ipa在线下载安装(itms-services)
该文被密码保护。
阅读全文
posted @ 2018-04-26 13:28 pp_sunlight
阅读(1)
评论(0)
推荐(0)
2018年1月
iOS重签名
该文被密码保护。
阅读全文
posted @ 2018-01-16 11:23 pp_sunlight
阅读(2)
评论(0)
推荐(0)
2017年7月
Linux mysql 5.7: ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
摘要: 环境:mac10.12 来源:http://www.cnblogs.com/kerrycode/p/3861719.html 使用root登录时遇到了ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using passwo
阅读全文
posted @ 2017-07-12 18:09 pp_sunlight
阅读(869)
评论(0)
推荐(0)
2017年6月
macOS 10.12,解决如何打开隐私中的任何来源方法
摘要: 更新到macOS 10.12后,系统偏好设置-安全与隐私中默认去掉了允许任何来源的选项,打开该选项的方法: 在终端执行 sudo spctl --master-disable 再次打开设置就能找到该选项了。 如果再次选择了其他选项就是重新开启了GateKeeper,需要重新执行该命令来关闭GateK
阅读全文
posted @ 2017-06-29 17:50 pp_sunlight
阅读(273)
评论(0)
推荐(0)
git查看某个文件的提交历史
摘要: git log --pretty=oneline 文件名接下来使用git show显示具体的某次的改动。git show <git提交版本号> <文件名>
阅读全文
posted @ 2017-06-29 17:38 pp_sunlight
阅读(13719)
评论(0)
推荐(0)
2017年5月
ios-deploy命令
摘要: -d, --debug launch the app in lldb after installation -i, --id <device_id> the id of the device to connect to -c, --detect only detect if the device i
阅读全文
posted @ 2017-05-17 15:43 pp_sunlight
阅读(633)
评论(0)
推荐(0)
iOS常用操作命令
该文被密码保护。
阅读全文
posted @ 2017-05-04 18:30 pp_sunlight
阅读(0)
评论(0)
推荐(0)
命令行编译/安装/运行/卸载IOS APP
该文被密码保护。
阅读全文
posted @ 2017-05-04 18:26 pp_sunlight
阅读(1)
评论(0)
推荐(0)
2017年1月
sed简用
摘要: sed 是一种在线编辑器,它一次处理一行内容。处理时,把当前处理的行存储在临时缓冲区中,称为“模式空间”(pattern space),接着用sed命令处理缓冲区中的内容,处理完成后,把缓冲区的内容送往屏幕。接着处理下一行,这样不断重复,直到文件末尾。文件内容并没有 改变,除非你使用重定向存储输出。
阅读全文
posted @ 2017-01-21 17:57 pp_sunlight
阅读(167)
评论(0)
推荐(0)
2016年11月
mitmproxy抓取https包
该文被密码保护。
阅读全文
posted @ 2016-11-29 14:51 pp_sunlight
阅读(0)
评论(0)
推荐(0)
1
2
3
4
5
···
9
下一页
公告