岚天逸见

上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 79 下一页

2013年4月8日 #

求职简历撰写要点

摘要: 求职简历撰写要点:1.条目化、纲要化2.突出关键信息2.突出自己的亮点,去掉和弱化非亮点3.为目标岗位要求而裁剪4.咬文嚼字,删除任何一个可删除的字归纳起来4个字:用户体验。如何突出?比如:可以粗体。张三个人简历一、基本信息姓名:张三性别:男学历:本科手机:13800... 阅读全文

posted @ 2013-04-08 17:28 岚天逸见 阅读(253) 评论(0) 推荐(0)

2013年3月27日 #

编译错误:stray ‘\357’ in program的解决方法

摘要: 如编译时遇到如下所示的编译错误:./month_matcher.cpp:1: error: stray ‘\357’ in program./month_matcher.cpp:1: error: stray ‘\273’ in program./month_matc... 阅读全文

posted @ 2013-03-27 14:36 岚天逸见 阅读(8891) 评论(0) 推荐(0)

2013年3月19日 #

Ubuntu编译链接错误:cannot find -lz解决办法

摘要: 这是因为没有安装zlib库,使用如下方式安装即可:​sudo apt-get install zlib1g-dev​​注意有些系统上可能是:​sudo apt-get install zlib-dev 阅读全文

posted @ 2013-03-19 22:39 岚天逸见 阅读(1409) 评论(0) 推荐(0)

2013年3月16日 #

将Fedora 18 LXDE安装到U盘和进入图形界面的方法

摘要: 打开Universal-USB-Installer,设置如下,点“Create”将Fedora安装到U盘上: 安装成功后,用U盘重启电脑,最后会进入Fedora 18LXDE的图形化登录界面,在这个界面是无法登录的。为了可登录,需要完成以下操作:1) 按... 阅读全文

posted @ 2013-03-16 12:25 岚天逸见 阅读(304) 评论(0) 推荐(0)

2013年2月27日 #

程序员常用mysql命令

摘要: 授权指定IP连接:grant all on *.* to root@'127.0.0.1' identified by 'root110';导入带中文的SQL:mysql -uroot -proot110 table < table.sql -f --default-... 阅读全文

posted @ 2013-02-27 16:53 岚天逸见 阅读(177) 评论(0) 推荐(0)

2013年1月27日 #

平板电视必知知识

摘要: 几年前平板电视的分为液晶和等离子两类,现在等离子死了。现在去商场,平板电视一般分为三类:智能平板,网络平板和普通平板智能平板是指带操作系统的,目前基本清一色的andriod网络平板相当于功能机,程序是内置的,不带操作系统,可以说智能平板是网络平板的一种,更高级的形式普... 阅读全文

posted @ 2013-01-27 23:41 岚天逸见 阅读(156) 评论(0) 推荐(0)

2013年1月19日 #

一键自动往crontab添加条目脚本

摘要: 脚本的优点:只要将 监控脚本 被监控程序 和重启脚本放在同一个目录下,并将被监控程序运行起来,即可自动添加到crontab中,建议配置mooon提供的process_monitor.sh一起使用。#!/bin/sh# writed by yijian on 2013/... 阅读全文

posted @ 2013-01-19 10:11 岚天逸见 阅读(647) 评论(0) 推荐(0)

2013年1月17日 #

boost日期、时间操作

摘要: #include boost::posix_time::ptime now = boost::posix_time::from_time_t(time(NULL));boost::posix_time::to_simple_string(now); // CCYY-m... 阅读全文

posted @ 2013-01-17 15:06 岚天逸见 阅读(262) 评论(0) 推荐(0)

boost库thread.hpp编译警告(type attributes are honored only at type definition)已修复

摘要: 请浏览:https://svn.boost.org/trac/boost/ticket/7874#7874: compile warning: thread.hpp:342: warning: type attributes are honored onlyat ty... 阅读全文

posted @ 2013-01-17 10:50 岚天逸见 阅读(167) 评论(0) 推荐(0)

apache thrift的不足

摘要: thrift作为RPC优点明显,那些还在坚持使用消息排斥RPC的同学,都应当亲自接触体验一下。 不过thrift确实还有些明显的不足,表现在: 1.不能指定IP TNonblockingServer.cpp: for (res = res0; res; res =... 阅读全文

posted @ 2013-01-17 10:44 岚天逸见 阅读(224) 评论(0) 推荐(0)

上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 79 下一页

导航