[交流] 博士毕业的去向 ( 孙光的日志 )

觉得分析的很好,切合实际,贴在这里大家评论一下
博士毕业的去向:高校任教(俗称青椒),科研院所,政府,国企,外企,出国博后,国内博后,大致分为这么7种,下文将以国内高校为例详细谈谈博士如何自我定位与培养
1. 工作两年后的第一道坎,职称,刺刀见红的拼杀,概述
关键词:定岗定编,评聘分开 Continue reading

Posted in life | Leave a comment

利用Ubuntu编译C++程序

在Ubuntu终端输入

sudo apt-get install build-esstial
sudo apt-get install g++ gdb
然后到: Continue reading

Posted in IDL-ENVI, linux | Tagged , | Leave a comment

blobs segmentation and raster to vector translation

;+
; Description:
; Describe the procedure.
;
; Author: Liu Pei 2011-5-25 15:17:17
;
; Email: web@liupei.net
;
; :History:
;
;15:23 2011/5/25
;主函数添加了新数据a1用于制定blob的value
;添加两个if语句用于判断生成value
;每个位置函数都进行了相应的修改
;
;
;9:32 2011/5/26 Continue reading

Posted in IDL-ENVI | Tagged | Leave a comment

CALCULATE_BLOBS

;+
; Description:
; Describe the procedure.
;
; Author: Liu Pei 2011-5-25 15:17:17
;
; Email: web@liupei.net
;
; :History:
;15:23 2011/5/25
;主函数添加了新数据a1用于制定blob的value
;添加两个if语句用于判断生成value
;每个位置函数都进行了相应的修改
;9:32 2011/5/26 Continue reading

Posted in IDL-ENVI | Tagged | Leave a comment

calculate numbers of blobs

;+
; :D escription:
; Describe the procedure.
;
; Author: Liu Pei 2011-5-24 15:08:18
;
; Email: web@liupei.net
;
; :History:
;
;-
FUNCTION ITISLBORDER,m_center,m_up,m_down,m_right,m_ru,m_rd,mold,mnew
;check first
IF ((m_center NE m_up) AND (m_center NE m_ru)) THEN BEGIN
mnew = mnew + 1
ENDIF ELSE BEGIN
IF ((m_center NE m_up) AND (m_center NE m_down) AND $
(m_center NE m_right) AND (m_center NE m_ru) AND $
(m_center NE m_rd)) THEN BEGIN
mold=mold+1
ENDIF ELSE BEGIN Continue reading

Posted in IDL-ENVI | Tagged | Leave a comment

通过 VNC 客户端远程控制 Ubuntu 桌面

windows7远程控制ubuntu系统电脑
如何实现 windows7远程控制ubuntu系统电脑?首先要在ubuntu下进行以下设置, Continue reading

Posted in uncategorized | Leave a comment

wordpress换空间后一系列问题解决方法

突然有一天发现主页只能通过IP访问了,最省事的解决方法换空间,wordpress换空间后会出现一系列问题。不是这个函数错误就是那个函数错误。首先感谢LG的帮助,现在一切问题都解决了。
错误:
Fatal error: Cannot redeclare iis7_supports_permalinks() (previously declared in /home/content/65/7885765/html/wp-includes/functions.php:3476) in /home/content/65/7885765/html/wp-admin/includes/misc.php on line 403 Continue reading

Posted in WP-Plug | Tagged | Leave a comment

vim显示行号、语法高亮、自动缩进的设置

在UBUNTU中vim的配置文件存放在/etc/vim目录中,配置文件名为vimrc

在Fedora中vim的配置文件存放在/etc目录中,配置文件名为vimrc Continue reading

Posted in linux | Tagged , | Leave a comment

free shared data

在资源生态环境方面的应用或研究,数据源可选择Landsat、资源卫星-2A(B)、环境小卫星数据、Modis数据、NOAA的AVHHR、SRTM的地形数据,这些数据基本可以免费获取。
中国资源卫星数据服务网 Continue reading

Posted in RS-GIS | Tagged , | Leave a comment

fast and easy access to landsat

Unofficial Source: Esri’s Landsat Data and Change Detection Expected May 3
Change happens in the world all the time. Landsat imagery represents one of the best ways to examine these changes because of the coverage, quality and length of time this data has been collected. Continue reading

Posted in RS-GIS | Tagged , , | 1 Comment
Pages: Prev 1 2 3 4 5 6 7 8 9 10 ...18 19 20 Next