会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
寻步
往者已矣,来者可追
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
5
6
7
8
9
10
11
12
13
···
36
下一页
2017年1月11日
Convert a byte[] array to readable string format. This makes the "hex" readable!
摘要: /* * Java Bittorrent API as its name indicates is a JAVA API that implements the Bittorrent Protocol * This project contains two packages: * 1. jBittorrentAPI is the "client" part, i.e. it impleme...
阅读全文
posted @ 2017-01-11 14:34 寻步
阅读(253)
评论(0)
推荐(0)
编辑
2016年12月27日
[转]URL的解析,C语言实现
摘要: http://blog.csdn.net/cuishumao/article/details/10284463 一 说明(1)应用情况:比如基于socket来实现http协议等,这时候就需要解析URL。(2)为了移植性,没有用非标准C库windows下的StrDup(linux下为strdup),用
阅读全文
posted @ 2016-12-27 17:20 寻步
阅读(2167)
评论(0)
推荐(0)
编辑
2016年12月16日
shell中$(( )) 与 $( ) 还有${ }的区别
摘要: http://blog.chinaunix.net/uid-14351756-id-2820651.html $( ) 与 ` ` (反引号)在 bash shell 中,$( ) 与 ` ` (反引号) 都是用来做命令替换用(command substitution)的。 所谓的命令替换与我们第五
阅读全文
posted @ 2016-12-16 15:20 寻步
阅读(51750)
评论(0)
推荐(9)
编辑
2016年11月8日
android源码查看所有分支切换分支
摘要: cd .repo/manifestsgit branch -arepo init -b android-4.1.2_r1repo sync
阅读全文
posted @ 2016-11-08 01:57 寻步
阅读(4632)
评论(0)
推荐(0)
编辑
[转]查看Android源码版本
摘要: 有时候我们辛苦取到Android的源代码,想知道它的确切版本号,比如有时候我们只粗略知道拿到的是2.3的源码,但并不明确他的小版本号,这就是有时候明明都是2.3的代码可比较起来还是有差异的原因,比方说一个是2.3.1,而一个是2.3.4; 确认的方法很简单,有两种: 1. 编译的时候在终端中一开始就
阅读全文
posted @ 2016-11-08 01:56 寻步
阅读(230)
评论(0)
推荐(0)
编辑
2016年10月28日
[转] Android root 原理
摘要: 欢迎转载,转载请注明出处:http://www.cnblogs.com/lanrenxinxin/p/5572640.html 0x00 关于root linux和类Unix系统的最初设计都是针对多用户的操作系统,对于用户权限的管理很非常严格的,而root用户(超级用户)就是整个系统的唯一管理员,拥
阅读全文
posted @ 2016-10-28 16:26 寻步
阅读(200)
评论(0)
推荐(0)
编辑
2016年10月27日
[转]linux权限补充:rwt rwT rws rwS 特殊权限
摘要: 众所周知,Linux的文件权限如: 777;666等,其实只要在相应的文件上加上UID的权限,就可以用到加权限人的身份去运行这个文件。所以我们只需要将bash复制出来到另一个地方,然后用root加上UID权限,只要用户运行此Shell就可以用用root的身份来执行任何文件了 一个文件都有一个所有者,
阅读全文
posted @ 2016-10-27 14:19 寻步
阅读(320)
评论(0)
推荐(0)
编辑
2016年9月30日
[转]cmd-bat批处理命令延时方法
摘要: 批处理延时启动的几个方法 方法一:ping 缺点:时间精度为1秒,不够精确 [vb] view plain copy @echo off @ping 127.0.0.1 -n 6 >nul start gdh.txt [vb] view plain copy [vb] view plain copy
阅读全文
posted @ 2016-09-30 09:14 寻步
阅读(832)
评论(0)
推荐(0)
编辑
2016年9月12日
chrome pyv8下载
摘要: url: https://code.google.com/archive/p/pyv8/downloads linux命令: $sudo pip install -v pyv8
阅读全文
posted @ 2016-09-12 16:26 寻步
阅读(1123)
评论(0)
推荐(0)
编辑
2016年9月7日
win10锁屏壁纸路径
摘要: C:\Users\ShanYu\AppData\Local\Packages\Microsoft.Windows.ContentDeliveryManager_cw5n1h2txyewy\LocalState\Assets
阅读全文
posted @ 2016-09-07 15:35 寻步
阅读(175)
评论(0)
推荐(0)
编辑
上一页
1
···
5
6
7
8
9
10
11
12
13
···
36
下一页