菜单说明File: 保存, 打开, 打印等等; 文件比对功能Edit: 一些普通的修改选项, 可以选择Editor Options来修改字体等.Grid: 主要是针对查询出来的结果进行另存, 过滤等.SQL Editor: 执行编辑sql, 另外可以得到查询语句中所使用的列的结构, control ...
分类:
其他好文 时间:
2014-06-15 17:40:46
阅读次数:
212
一、exp本地导出与imp本地导入直接进入系统命令行运行即可。exp命令:1 exp username/psw@TEST file=d:test.dmp full=y2 exp username/psw@TEST file=d:test.dmp owner=(ly)3 exp username/ps...
分类:
数据库 时间:
2014-06-15 16:10:17
阅读次数:
267
这个方法可以在TC8.3上使用,在9上好像已经失效!导出组织结构分别导出dsa_util -u=infodba -p=infodba -g=dba -f=export -class=group -filename=c:\group.txtdsa_util -u=infodba -p=infodba ...
分类:
其他好文 时间:
2014-06-15 16:09:41
阅读次数:
194
http://4sysops.com/archives/internet-explorer-10-administration-part-1-overview/ http://4sysops.com/archives/internet-explorer-10-administration-part-...
分类:
Web程序 时间:
2014-06-15 15:56:40
阅读次数:
212
#!/usr/bin/env python# -*- coding: utf-8 -*-############################################## File : requestAnyURLWithCookie.py# Author : luc...
分类:
Web程序 时间:
2014-06-15 00:33:30
阅读次数:
187
#!/usr/bin/env python# -*- coding: utf-8 -*-############################################## File : loginMMVOIP.py# Author : lucasysfeng# Re...
分类:
Web程序 时间:
2014-06-15 00:18:13
阅读次数:
245
刚刚 部署了ii7的dll的有x86写的,就会出现以下这样的问题 iis 7 x86,Could not load file or assembly 'Name' or one of its dependencies. An attempt was made to load a program wi...
分类:
Web程序 时间:
2014-06-14 23:07:21
阅读次数:
428
一个Featureclass可以是Shapefile Feature Class、Personal Geodatabase Feature Class、File Geodatabase Feature Class等多种选择。判断其类型可从以下接口中获得。1.FeatureLayer的话,可以直接从I...
分类:
其他好文 时间:
2014-06-14 20:11:57
阅读次数:
517
It seems like the year of 2013 came only yesterday. Do you know a curious fact? The year of 2013 is the first year after the old 1987 with only distin...
分类:
其他好文 时间:
2014-06-14 19:10:14
阅读次数:
232
兴趣来了,写了个简单的数独游戏计算程序,未做算法优化。通过文件来输入一个二维数组,9行,每行9个数组,数独游戏中需要填空的地方用0来表示。结果也是打印二维数组。 1 import java.io.File; 2 import java.util.List; 3 //代表数独中的一个单元格位置 4 p...
分类:
编程语言 时间:
2014-06-14 18:45:46
阅读次数:
337