会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
孤独的程序员dis1500
知识就是希望
2019年12月31日
浏览器内核之webkit
摘要: webkit
阅读全文
posted @ 2019-12-31 21:41 lydstory
阅读(217)
评论(0)
推荐(0)
gn使用
摘要: https://blog.csdn.net/Vincent95/article/details/78499883
阅读全文
posted @ 2019-12-31 20:08 lydstory
阅读(178)
评论(0)
推荐(0)
gn ninja 靠,终于成功了
摘要:
阅读全文
posted @ 2019-12-31 19:11 lydstory
阅读(418)
评论(0)
推荐(0)
ubuntu clang++安装
摘要: sudo apt install clang (3.8 sudo apt-get install llvm clang (llvm-ar 找不到)
阅读全文
posted @ 2019-12-31 18:08 lydstory
阅读(2260)
评论(0)
推荐(0)
gn tool 编译
摘要: 之前介绍过GYP,它是Google早期用来维护chromium项目的meta-build system,GN则是用来替代GYP的工具,目前chromium及相关的开源项目都迁移到基于GN来管理。并且GN是基于C++编写,效率上比基于python的GYP快了近20倍。 环境准备 配置depot_too
阅读全文
posted @ 2019-12-31 15:13 lydstory
阅读(707)
评论(0)
推荐(0)
gn gen 工具
摘要: https://blog.csdn.net/rankun1/article/details/80396110 使用例子
阅读全文
posted @ 2019-12-31 14:39 lydstory
阅读(1306)
评论(0)
推荐(0)
permision deny python
摘要: sudo apt install python-pip测试中
阅读全文
posted @ 2019-12-31 14:21 lydstory
阅读(160)
评论(0)
推荐(0)
python报"IndentationError: unexpected indent"的解决方法
摘要: python是一种对缩进非常敏感的语言,最常见的情况是tab和空格的混用会导致错误,或者缩进不对,而这是用肉眼无法分别的。 空格 替换tab(行开始) 开始行 : 空格 print gnpath
阅读全文
posted @ 2019-12-31 13:33 lydstory
阅读(2998)
评论(0)
推荐(0)
python单步跟踪
摘要: 这段时间一直在尝试Python, 目前收集到的单步调试命令如下: python -m pdb test.py 运行后设置断点:b:行号 或 b test.py; 行号 查看断点编号:b 删除断点: cl 编号 单步运行: n 跳到下一个断点:c 查看运行中的参数:p param 查看参数 查看到运行
阅读全文
posted @ 2019-12-31 12:27 lydstory
阅读(539)
评论(0)
推荐(0)
python subprocess问题
摘要: 解决方案 将 /usr/local/python-2.7.13/bin/ 配置到环境变量中
阅读全文
posted @ 2019-12-31 10:49 lydstory
阅读(638)
评论(0)
推荐(0)
python2 与 python3 区别
摘要: Python中的cStringIO问题 python2.7的 模块 python3没有
阅读全文
posted @ 2019-12-31 10:45 lydstory
阅读(105)
评论(0)
推荐(0)
gn python2
摘要: python2.7
阅读全文
posted @ 2019-12-31 10:10 lydstory
阅读(145)
评论(0)
推荐(0)
ubuntu安装python3
摘要: https://blog.csdn.net/u014775723/article/details/85213793
阅读全文
posted @ 2019-12-31 10:00 lydstory
阅读(169)
评论(0)
推荐(0)
gn hello
摘要: https://github.com/zoujiaqing/gn http://www.voidcn.com/article/p-dafwtprv-bqg.html python 问题
阅读全文
posted @ 2019-12-31 09:00 lydstory
阅读(181)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告