上一页 1 2 3 4 5 6 ··· 89 下一页

2019年2月6日

Linux下__attribute__((visibility ("default")))的使用

摘要: https://blog.csdn.net/fengbingchun/article/details/78898623 阅读全文

posted @ 2019-02-06 22:06 eustoma 阅读(962) 评论(0) 推荐(0) 编辑

2019年2月3日

piao

摘要: https://zhuanlan.zhihu.com/p/54164359 阅读全文

posted @ 2019-02-03 18:15 eustoma 阅读(119) 评论(0) 推荐(0) 编辑

高通开源android源码下载

摘要: https://www.jianshu.com/p/f075d73ceef5 https://source.codeaurora.org/quic/la 阅读全文

posted @ 2019-02-03 17:57 eustoma 阅读(840) 评论(0) 推荐(0) 编辑

2019年1月1日

python中字符串前的r什么意思

摘要: Python中,u表示unicode string,表示使用unicode进行编码,没有u表示byte string,类型是str,在没有声明编码方式时,默认ASCI编码。如果要指定编码方式,可在文件顶部加入类似如下代码: utf 8是一种支持中文的编码格式。 字母前加r表示raw string,也 阅读全文

posted @ 2019-01-01 13:11 eustoma 阅读(2831) 评论(0) 推荐(1) 编辑

python3 三种字符串(无前缀,前缀u,前缀b)与encode()

摘要: https://blog.csdn.net/anlian523/article/details/80504699 阅读全文

posted @ 2019-01-01 13:07 eustoma 阅读(642) 评论(0) 推荐(0) 编辑

Markdown语法

摘要: Markdown入门基础 "Link" 在Markdown状态下,设置文字加粗和倾斜 "Link" 阅读全文

posted @ 2019-01-01 11:29 eustoma 阅读(137) 评论(0) 推荐(0) 编辑

Python3 字符串前面加u,r,b的含义

摘要: u/U:表示unicode字符串 不是仅仅是针对中文, 可以针对任何的字符串,代表是对字符串进行unicode编码。 一般英文字符在使用各种编码下, 基本都可以正常解析, 所以一般不带u;但是中文, 必须表明所需编码, 否则一旦编码转换就会出现乱码。 建议所有编码方式采用utf8。 在python3 阅读全文

posted @ 2019-01-01 11:15 eustoma 阅读(2704) 评论(0) 推荐(1) 编辑

2018年12月31日

Python os.walk()

摘要: https://www.cnblogs.com/herbert/archive/2013/01/07/2848892.html os.walk(top, topdown = True, onerror = None, followlinks = False) 文件结构: 示例代码1: 结果: roo 阅读全文

posted @ 2018-12-31 16:59 eustoma 阅读(271) 评论(0) 推荐(0) 编辑

2018年12月29日

Handler消息传递机制浅析

摘要: http://www.runoob.com/w3cnote/android-tutorial-handler-message.html https://blog.csdn.net/lowprofile_coding/article/details/72496065 https://blog.csdn 阅读全文

posted @ 2018-12-29 19:42 eustoma 阅读(161) 评论(0) 推荐(0) 编辑

Xposed

摘要: https://blog.csdn.net/coder_pig/article/category/6351593 阅读全文

posted @ 2018-12-29 19:40 eustoma 阅读(136) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 ··· 89 下一页

导航