上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页
摘要: 1- ret 相当于 pop IP;用栈中数据,修改IP内容.从而实现近转移.执行后(IP)=0, CS:IP指向代码段的第一条指令. 1 assume cs:code 2 stack segment 3 db 16 dup(0) 4 stack ends 5 code segment 6 ... 阅读全文
posted @ 2014-06-14 15:19 galoishelley 阅读(540) 评论(0) 推荐(0) 编辑
摘要: 1- linux基本都自带svn2-创建svn服务器新创建服务器代码仓库# svnadmin create serversvn这样,我们就在~/目录下新建了版本库serverSvn。3-修改配置文件svnserve.conf[general]anon-access = readauth-access... 阅读全文
posted @ 2014-06-13 16:29 galoishelley 阅读(440) 评论(0) 推荐(0) 编辑
摘要: 1. Greeting message 祝福Hope you have a good trip.祝旅途愉快。How are you?你好吗?How is the project going on?项目进行顺利吗?2. Initiate a meeting 发起会议I suggest we have ... 阅读全文
posted @ 2014-06-13 13:52 galoishelley 阅读(215) 评论(0) 推荐(0) 编辑
摘要: 常见中英文对照***室/房 Room ******村 *** Vallage***号 No.******号宿舍 *** Dormitory***楼/层 ***/F***住宅区/小区 *** Residential Quater***巷/弄 Lane ******单元 Unit******号楼/栋 *... 阅读全文
posted @ 2014-06-13 13:50 galoishelley 阅读(2051) 评论(0) 推荐(0) 编辑
摘要: 小端存储--低内存低字节87654321字节或半字节的最低位字节(LowestSignificantBit,LSB)存放于内存最低位字节地址上。即最低地址存放的最低字节,为PowerPC,Intelx86系列等采用。inta=0x12345678;78为低字节12为高字节voidfFun(){int... 阅读全文
posted @ 2014-06-11 13:13 galoishelley 阅读(1016) 评论(0) 推荐(0) 编辑
摘要: 在ITunes播放中前进、后退五秒的快捷键如题,快捷键为Command+Alt+方向键。听Podcast一两句没听清楚的时候很有用。reference:http://mac.pcbeta.com/thread-73146-1-1.html 阅读全文
posted @ 2014-06-06 09:44 galoishelley 阅读(1332) 评论(0) 推荐(0) 编辑
摘要: 背景:Mac 通过[终端]ssh登陆linux并且在Mac显示linux图形Mac 主机IP: 10.2.1.1linux 主机IP: 192.168.1.1说明:想要ssh访问并且显示linux主机图形,在这里,首先要使用XQuartz工具.其次要告诉linux主机将要把图形显示到哪里(DISPL... 阅读全文
posted @ 2014-05-16 11:02 galoishelley 阅读(4293) 评论(0) 推荐(0) 编辑
摘要: --setgithubproxygitconfig--globalhttp.proxyhttp://user_name:user_pwd@user_ip:portgitconfig--systemhttp.sslcainfo/bin/curl-ca-bundle.crt--cancelproxygi... 阅读全文
posted @ 2014-04-28 11:28 galoishelley 阅读(526) 评论(0) 推荐(0) 编辑
摘要: $(filter-out,)名称:反过滤函数——filter-out。功能:以模式过滤字符串中的单词,去除符合模式的单词。可以有多个模式。返回:返回不符合模式的字串。示例:objects=main1.o foo.o main2.o bar.omains=main1.o main2.o$(filter-out $(mains),$(objects))返回值是“foo.o bar.o”。 阅读全文
posted @ 2014-04-04 10:06 galoishelley 阅读(1383) 评论(0) 推荐(0) 编辑
摘要: svn up (svn update) 状态缩写含义: A:add,新增C:conflict,冲突D:delete,删除M:modify,本地已经修改G:modify and merGed,本地文件修改并且和服务器的进行合并U:update,从服务器更新R:replace,从服务器替换I:ignored,忽略转:http://zhu-apollo-163-com.iteye.com/blog/1247216 阅读全文
posted @ 2014-03-18 13:12 galoishelley 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 18 下一页