wince +sl 群
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
摘要: $ git commit -m " merge master readme.txt"U bootAnimation.rarerror: commit is not possible because you have unmerged files.hint: Fix them up in the work tree, and then use 'git add/rm 'hint: as... 阅读全文
posted @ 2016-02-17 11:45 pengxinglove 阅读(5796) 评论(0) 推荐(0)
摘要: git status # deleted: xxx.class # modified: xxx.xml 查看某个文件的历史,如什么时候被提交上去。 git log file git log –- xxx.class 直接 git log file 有时会出现下错误 fatal:ambiguous argument unknown revision or path not in the work... 阅读全文
posted @ 2016-02-16 16:24 pengxinglove 阅读(848) 评论(0) 推荐(0)
摘要: your branch is ahead of ‘origin/xx” by 1 commit 说明本地commit还没有提交到中心服务当中。 查看远程分支的情况 git branch –a 将本地commit提交到远程服务器当中 git push 注意: 默认 其是将当前分支的log提交到远程中心 阅读全文
posted @ 2016-02-16 15:22 pengxinglove 阅读(867) 评论(0) 推荐(0)
摘要: 修改系统版本型号 pizza/build/tools/buildinfo.sh ro.build.bootdisplay.id= device/rockchip/rk30sdk/rk30sdk.mk PRODUCT_MODEL := 查看指定文件的修改 git log --pretty=onelin 阅读全文
posted @ 2016-02-15 17:34 pengxinglove 阅读(403) 评论(0) 推荐(0)
摘要: 1. clear 清屏 2. cp –r src des 复制文件夹 3. du –sh xxx_folder 查看文件夹的大小 如 du –sh pizza 结果显示 11G git 查看文件的git状态 http://phplaber.iteye.com/blog/1699926 [untracked files] ---> git add . ---> [changes to be ... 阅读全文
posted @ 2016-02-15 17:14 pengxinglove 阅读(241) 评论(0) 推荐(0)
摘要: http://tool.chinaz.com/regex/ [\u4e00-\u9fa5]+\s*[,!?:]*[\u4e00-\u9fa5]+[,!?:]* tool.chinaz>切额地方地,方!<.com|ddd//大声夺地d在在地 方!:88 [\u4e00-\u9fa5] : 表示一下汉字 + 重复限定词: [1, 无限] \s : 空格 *: 重复限定词:[0,无限](表达可能有... 阅读全文
posted @ 2016-02-04 11:03 pengxinglove 阅读(374) 评论(0) 推荐(0)
摘要: http://stackoverflow.com/questions/15051121/the-name-does-not-exist-in-the-namespace-clr-namespace 阅读全文
posted @ 2016-02-01 16:43 pengxinglove 阅读(1112) 评论(0) 推荐(0)
摘要: Cvoid chaos(char * pBuf, long len, int type);c#[DllImport("DecodeFileDll.dll", CallingConverntion = CallingConvertion.Cdecl)]public static extern void... 阅读全文
posted @ 2015-08-01 17:39 pengxinglove 阅读(399) 评论(0) 推荐(0)
摘要: 这是一个未删除的临时日志。请手动删除它。(a362eb06-09d2-489a-9375-743c5410bab1 - 3bfe001a-32de-4114-a6b4-4005b770f6d7) 阅读全文
posted @ 2015-08-01 17:30 pengxinglove 阅读(147) 评论(0) 推荐(0)
摘要: 标识需要导出的方法 http://my.oschina.net/bubifengyun/blog/96252 导出DLL 当中API dumpbin.exe /exports xxx.dll 如果有输出到文本 dumpbin.exe /exports xx.dll > api.txt 2. c/c++ char * 转换成 C# http://www.cnblogs.com/freeli... 阅读全文
posted @ 2015-06-15 18:01 pengxinglove 阅读(438) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 13 下一页
wince +sl 群