上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页

2013年4月11日

Ubuntu Graphic Login Fails and Returns to Login Screen

摘要: from http://nlpdotnet.com/Blog/2012/8/10.aspxAugust 10, 2012SymptomsAfter provided with the correct password, within a few seconds, the login screen comes backYou can login using text mode via Ctrl+Alt+F1.This usually occurs after the system installed some updates.One of the solutions:Log in using t 阅读全文

posted @ 2013-04-11 20:51 Orz.. 阅读(232) 评论(0) 推荐(0)

2013年4月10日

VS2005 warning C4819处理办法(提示代码页有不兼容的字符)

摘要: http://blog.csdn.net/sunnyboycao/article/details/6014107编译VC++程序的时候出现如下提示警告:warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss因为只是一个warning,不影响正常编译,所以并没有引起大家多大的关注。我一开始的时候也是如此。但是后来出现的次数多了,发现这个警告和 阅读全文

posted @ 2013-04-10 16:27 Orz.. 阅读(875) 评论(0) 推荐(1)

2013年4月8日

Ubuntu1204LTS下xynxyc编译Emacs24.02

摘要: 从网上下了不少,发现基本上都是你抄我我抄你的居多,而一时也不想到gnu下面去看E文,还是贴一下吧,基本上是先安装一些基准包sudo apt-get install libxaw7-dev libxpm-dev libpng12-dev libjpeg-dev libtiff4-dev libgif-devsudo apt-get install libncurses5-dev libgtk2.0-dev libxpm-dev libgif-dev libtiff4-dev librsvg2-dev libdbus-1-dev libgconf2-devEmacs下载的地址最好是选择国内的镜像, 阅读全文

posted @ 2013-04-08 23:29 Orz.. 阅读(188) 评论(0) 推荐(0)

2013年4月6日

折腾蛋疼的Ubuntu1204LTS的U盘安装

摘要: 一开始以为就是一个很简单的安装过程,像以往一样,用unetbootin-windows把ISO写到U盘就可以了,结果发现未行再用ultralISO 直接写到U盘处,依然不行, 上ubuntu中文论坛中去查贴,发现自U10.10开始就是这样了,不能比较直接去做这件事了.所以就收集一下,下面这个,最后还是用ImageWriter.exe给解决了..下面是一系列相关信息的摘录fromhttp://www.cnblogs.com/wycc/archive/2012/12/28/2837342.htmlU盘安装 ubuntu 12.04随笔163镜像 下载地址 http://mirrors.163.co 阅读全文

posted @ 2013-04-06 10:46 Orz.. 阅读(982) 评论(0) 推荐(0)

2013年4月3日

C++实现Creational - Singleton模式

摘要: http://patmusing.blog.163.com/blog/static/135834960201002322226231/1. C++实现Creational - Singleton模式2010-01-23 02:22:26|分类:Pattern|标签:c++设计模式|字号订阅Singleton设计模式经常被大家谈及,很多人认为该模式很简单。的确,从纯粹的设计模式的角度来看,它并不复杂,但是从实现的角度来看,其实非常不简单,尤其是用C++去实现它的时候。一、Java版本的Singleton模式实现我们不妨先看看在Java中实现Singleton模式的典型代码:// Singleto 阅读全文

posted @ 2013-04-03 22:28 Orz.. 阅读(215) 评论(0) 推荐(0)

很好的boost学习资料

摘要: fromhttp://www.cppblog.com/true/archive/2010/08/20/124057.html这是中文版:http://zh.highscore.de/cpp/boost/http://code.google.com/p/boost-doc-zh/ 阅读全文

posted @ 2013-04-03 12:47 Orz.. 阅读(755) 评论(0) 推荐(0)

2013年4月2日

当VS05调试赋值不对时,小心只是IDE的watch在骗你.....

摘要: 如果,在做开发时,都快发疯了,怀疑了一系列的继承,,,,定义,字节对齐等一系列原因之后,,,,,网上查了一下,再加入一个日志,最后发现居然是这个回事.............被05的IDE watch给骗了.. 阅读全文

posted @ 2013-04-02 13:26 Orz.. 阅读(153) 评论(0) 推荐(0)

2013年3月29日

sgs_intro

摘要: WHEN YOU NEEDTO BESUREAt SGS, we provide independent services that touch the lives of millions of people across the globe. We provide you with industry leading inspection, verification, testing and certification services – anywhere in the world.Our services enable you to operate in a more sustainabl 阅读全文

posted @ 2013-03-29 23:44 Orz.. 阅读(255) 评论(0) 推荐(0)

2013年3月27日

把杀某程序封装成sh

摘要: ps -ef|grep app/alm|grep -v grep|awk '{print($1)}'|xargs kill -9 阅读全文

posted @ 2013-03-27 18:42 Orz.. 阅读(186) 评论(0) 推荐(0)

boost 程序库完全开发_ch4_utility

摘要: #include <iostream>#include <boost/utility.hpp>//#include <boost/noncopyable.hpp>//#include <boost/assign.hpp>#include <boost/swap.hpp>#include <algorithm>using namespace std;using namespace boost;#if 0//class X:noncopyableclass X{ X(const X& ); const X& o 阅读全文

posted @ 2013-03-27 11:13 Orz.. 阅读(239) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页

导航