每一个“丑得人神共愤”的泡妞高 手都有一颗坚忍的心,这证明了人类 在绝境中毫不妥协的求生精神,反正丑都丑了,索性放开手脚大干一场,这就叫“无产阶级失去的是锁链,得到的是全世界”
2013年(130)
发布时间:2013-10-14 20:48:20
sudo add-apt-repository "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main"sudo apt-get update sudo apt-get install oracle-java6-installerjava -version......【阅读全文】
发布时间:2013-10-09 10:38:39
https://help.github.com/articles/syncing-a-forkSyncing a forkThe SetupBefore you can sync, you need to add a remote that points to the upstream repository. You may have done this when you originally forked.Tip: Syncing your fork only updates your local copy of the repository; it does not upd.........【阅读全文】
发布时间:2013-10-08 17:35:04
问题:执行编译生成的./a.out。报错:./a.out no such file or directory./a.out是存在的,而且也有执行权限原因:./a.out所需的elf 解释器不存在。readelf -l a.out可看到 INTERP 0x000154 0x08048154 0x08048154 0x00013 0x00013 R 0x1 &.........【阅读全文】
发布时间:2013-10-05 15:05:08
dpkg: unrecoverable fatal error, aborting: syntax error: unknown user 'freerad' in statoverride file直接编辑/var/lib/dpkg/statoverride,删除其中无效的用户即可......【阅读全文】
发布时间:2013-09-29 11:54:14
when linux gdb debug, print a variable, such as i, by command p i; The gdb output value optimized out. The solution for the problem is off the compile optimation option -Ox, x note digital, such 2, 3, 4 etcThe better way is that changing -Ox to -.........【阅读全文】