`
cyhcheng
  • 浏览: 57931 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论
文章列表
在geoserver中图像格式的数据说明,摘录的: ImageMosaic = Stores more than one image - ImageMosaic data store allows the creation of a mosaic WorldImage = Georeferencing file (plain text file with coordinates and pixel resolution) ImagePyramid = image pyramid builds multiple mosaics of images, each one at a dif ...
今天发现在geoserver中,删除style时,默认是不删除关联的sld文件的,所以会造成通过rest发布样式时失败。 解决办法: 在命令行模式下 curl -u admin:geoserver -XDELETE http://localhost:8080/geoserver/rest/styles/restteststyle?purge=true 连带删除样式文件 在通过GeoServerRESTPublisher发布样式前,可以先调用删除方法:removeStyle(styleName, true);然后再publishStyle。 具体细节内容,可以参考:http://jir ...
今天在升级ubuntu时提示boot分区空间不足,没办法只能删除些多余的内核了。 uname -a //查看当前使用的内核版本 dpkg --get-selections|grep linux //列出系统安装的内核 sudo apt-get remove linux-image-*.*.*-**-generic //删除低版本 sudo apt-get remove linux-headers-*.*.*-** df //查看分区空间使用情况 sudo apt-get upgrade //升级  
Subclipse 1.4.x includes and requires Subversion 1.5.x client features and working copy format. Subclipse 1.6.x includes and requires Subversion 1.6.x client features and working copy format. Subclipse 1.8.x includes and requires Subversion 1.7.x client features and working copy format. sudo apt-g ...

获取 geometricnet

    博客分类:
  • gis
sudo apt-get install subversion svn co http://geometricnet.svn.sourceforge.net/svnroot/geometricnet/trunk geometricnet cd geometricnet/build  chmod a+x *.py build.py  
  Installing Sun JDK 6 on Ubuntu Download the sun jdk 6 bin from here .   sudo mkdir /usr/lib/jvm sudo cp Downloads/jdk-6u32-linux-x64.bin /usr/lib/jvm/   cd /usr/lib/jvm/   chmod +x jdk-6u32-linux-x64.bin   sudo ./jdk-6u32-linux-x64.bin   sudo rm jdk-6u32-linux-x64.bin ...
download and install libhunspell-1.2-0_1.2.8-6ubuntu1_amd64.deb from http://packages.ubuntu.com/lucid/amd64/libhunspell-1.2-0/download   sudo gedit /etc/apt/sources.list      add the following content in the end of the file: deb http://security.ubuntu.com/ubuntu lucid-security main   sudo apt ...

服务管理

sudo apt-get install sysv-rc-conf Linux的运行级别:   * 0 System Halt * 1 Single user * 2 Full multi-user mode (Default) * 3-5 Same as 2 * 6 System Reboot

创建Eclipse图标

sudo gedit /usr/share/applications/eclipse.desktop [Desktop Entry] Version=3.6 Encoding=UTF-8 Name=Eclipse SDK GenericName=Eclipse IDE X-GNOME-FullName=Eclipse IDE Comment=Eclipse IDE Exec=/home/yinghua/tools/eclipse/eclipse Icon=/home/yinghua/tools/eclipse/icon.xpm StartupNotify=true Term ...
sudo umount /media/cdrom sudo mount  -o rw,loop ubuntu-11.10-server-amd64.iso /media/cdrom //fix android-sdk-linux/platform-tools/adb: error while loading shared libraries:libncurses.so.5: wrong ELF class: ELFCLASS64 sudo apt-get install ia32-libs      

android 更新列表

https://dl-ssl.google.com/android/repository/addons_list-1.xml https://dl-ssl.google.com/android/repository/repository-6.xml https://dl-ssl.google.com/android/repository/repository-5.xml https://dl-ssl.google.com/android/repository/repository-5.xml https://dl-ssl.google.com/android/repository/add ...
sudo apt-get install fcitx wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb // sudo dpkg -i ./google-chrome-stable_current_amd64.deb sudo apt-get -f install google-chrome-stable_current_amd64.deb
sudo rm /var/cache/apt/archives/lock sudo rm /var/lib/dpkg/lock
运行geoserver,出现异常: Caused by: org.geotools.data.DataSourceException: No reader avalaible for this source         at org.geotools.gce.image.WorldImageReader.getHRInfo(WorldImageReader.java:293)         at org.geotools.gce.image.WorldImageReader.<init>(WorldImageReader.java。 上网搜了下,牛人给出解决方案(htt ...
sudo apt-get install ubuntu-desktop   sudo apt-get install rar unrar scim sudo add-apt-repository ppa:ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-bin sun-java6-fonts sun-java6-jdk sun-java6-plugin sun-java6-jre sudo update-alternatives --config java   sudo apt-get in ...
Global site tag (gtag.js) - Google Analytics