会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
sndnvaps
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
2014年6月3日
用golang写的 分解x86 intel boot/recovery工具
摘要: 源代码地址:https://github.com/sndnvaps/pack-unpack-intel
阅读全文
posted @ 2014-06-03 23:00 sndnvaps
阅读(376)
评论(0)
推荐(0)
2014年5月23日
go语言实现遍历目录,及查找特定的文件类型
摘要: 1 // filelist.go 2 package main 3 4 import ( 5 //"flag" 6 "fmt" 7 "os" 8 "path/filepath" 9 "strings"10 )11 12 var (13 ostype...
阅读全文
posted @ 2014-05-23 16:48 sndnvaps
阅读(6598)
评论(0)
推荐(0)
2014年5月22日
判断闰年(go语言版本)
摘要: 1 import "strconv" 2 3 func IsLeapYear(y string) bool { //y == 2000, 2004 4 //判断是否为闰年 5 year, _ := strconv.Atoi(y) 6 if year%4 == 0 && y...
阅读全文
posted @ 2014-05-22 19:42 sndnvaps
阅读(658)
评论(0)
推荐(0)
2014年5月18日
检验身份证的正确性(Golang版本)
摘要: 用golang写的,验证身份证正确性的小程序
阅读全文
posted @ 2014-05-18 19:52 sndnvaps
阅读(3064)
评论(0)
推荐(0)
2014年4月23日
检验身份证的正确性(C语言版本)
摘要: 检验二代身份证的正确性
阅读全文
posted @ 2014-04-23 20:06 sndnvaps
阅读(2934)
评论(0)
推荐(1)
2014年4月20日
twrp gui/actions.cpp 中的功能实现 tw_action ,tw_action_param ,第二章
摘要: twrp ui.xml 重启菜单分析
阅读全文
posted @ 2014-04-20 13:38 sndnvaps
阅读(846)
评论(0)
推荐(0)
twrp 2.7.0 ui.xml简单分析,布局讲解,第一章
摘要: twrp ui.xml 布局分析
阅读全文
posted @ 2014-04-20 13:14 sndnvaps
阅读(1769)
评论(3)
推荐(0)
2014年4月12日
简单处理文本文件(用于记录密码用)
摘要: 用于简单处理记录密码的Txt文件
阅读全文
posted @ 2014-04-12 23:35 sndnvaps
阅读(296)
评论(1)
推荐(0)
C++ 版本的split_string
摘要: split_string , c++
阅读全文
posted @ 2014-04-12 17:54 sndnvaps
阅读(719)
评论(0)
推荐(0)
2014年4月9日
Android.mk参数解释
摘要: Android.mk参数解释, AOSP技术文章翻译
阅读全文
posted @ 2014-04-09 20:51 sndnvaps
阅读(1706)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
下一页
公告