ArcGIS帮助文档VS帮助文档不能复制图片的解决方法(非常有用) 问题:ArcGIS的学习文档,开发文档,vs的帮助文档,一般都不能复制图片,有的甚至不能复制文本。 解决方法
在文档空白处右键,点击view source,然后保存txt文件为htm,然后再打开,用IE或者Chrome都可以
分类:
其他好文 时间:
2014-08-15 19:36:59
阅读次数:
263
Rect位于android.graphics下,表示一个矩形,由四条边的坐标组成,提供了一些设置方法,都比较简单,源码如下:
/*
* Copyright (C) 2006 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* yo...
分类:
移动开发 时间:
2014-08-15 16:05:12
阅读次数:
327
主要是工作代码,无解释。 /** * 将文件或文件夹source复制到dest * 目标文件检测: * a.当文件不存在时:需要创建文件 * 根据是否有后缀名来确定是创建的是文件夹还是文件,有后缀名时创建文件 * 如果创建的是文件夹则会将sou...
分类:
编程语言 时间:
2014-08-15 12:14:19
阅读次数:
194
自己的一些初步尝试,有不对的地方万望指正,谢谢~下载python使用的redis库:https://pypi.python.org/packages/source/r/redis/redis-2.10.3.tar.gz解压后安装:python setup.py install操作代码:#-*- co...
分类:
编程语言 时间:
2014-08-15 12:11:38
阅读次数:
294
'=========================================================================='' VBScript Source File -- Created with SAPIEN Technologies PrimalScript 4....
分类:
Web程序 时间:
2014-08-15 01:28:26
阅读次数:
195
All Sourcesample_all_source_aes256_imcore_net.zipJAVASample :sample_java_aes256_imcore_net.zipJava 6(only JDK6) security File :java_jdk6_security.zipA...
分类:
移动开发 时间:
2014-08-15 01:28:16
阅读次数:
1443
ETL工具中最基础的功能是加载远程服务器的文件,如下小程序以二进制方式获取远程服务器上的文件:
#!/usr/bin/bash
#created by lubinsu
#2014
source ~/.bash_profile
filename=$6
srcdir=$4
descdir=$5
ftpip=$1
ftpusr=$2
ftppwd=$3
#get files
ftp -i -in <<...
分类:
其他好文 时间:
2014-08-14 23:55:16
阅读次数:
198
ETL调度中读写数据信息,都需要连接数据库,下面的子程序通过传入的数据库连接字符串和数据库命令(或SQL)执行所需要的操作:
#!/usr/bin/bash
#created by lubinsu
#2014
source ~/.bash_profile
values=`sqlplus -S $1 << EOF
set heading off feedback off pagesize 0...
分类:
数据库 时间:
2014-08-14 23:54:46
阅读次数:
242
问题描述:[root@localhost ~]# /usr/local/php/bin/phpize Cannot find config.m4. Make sure that you run '/usr/local/php/bin/phpize' in the top level source d...
分类:
Web程序 时间:
2014-08-14 23:45:56
阅读次数:
2854
怎样解决编译时出现内核提供的函数或变量没有定义,使用source insight搜索功能找到声明的头文件,然后包含该头件就行了:比如: error: implicit declaration of function 'copy_from_user' 解决:使用source insight搜索功...
分类:
系统相关 时间:
2014-08-14 23:31:56
阅读次数:
215