function bianli(path)
'initiate
path = server.mappath(path)
set fso=server.CreateObject("scripting.filesystemobject")
set objFolder=fso.GetFolder(path)
set objfiles = objfolder.files
'把文件名及文...
分类:
其他好文 时间:
2014-05-12 14:54:44
阅读次数:
261
using System;using
System.Collections.Generic;using System.Linq;using System.Text;namespace
ConsoleApplication1{ class Program { static void Main(stri...
分类:
其他好文 时间:
2014-05-12 11:46:04
阅读次数:
215
产生原因: 应用程序运行时产生的临时文件需要存放到c:"windows"temp 文件夹下
而运行基于microsoft .net framework 框架下的应用程序 需要对temp 具有读写的权限 ,所以程序运行产生的临时文件不能存储或读取
,或者路径不存在的情况下都会产生编译错误。 解决方法:...
分类:
移动开发 时间:
2014-05-12 11:12:14
阅读次数:
333
C#控制台测试 class Program { static void Main(string[]
args) { decimal rmb = Convert.ToDecimal(Console.ReadLine()); ...
分类:
其他好文 时间:
2014-05-12 10:42:25
阅读次数:
377
1.获取最新版本
https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.6.1.tgz2.解压并进入bin目录tar
zxvf mongodb-linux-x86_64-2.6.1.tgzcd /opt/database/mongodb-li...
分类:
数据库 时间:
2014-05-12 10:13:42
阅读次数:
398
问题描述:程序报错“ArcGIS version not specified. You must
call RuntimeManager.Bind before creating any ArcGIS
components.”解决方法:打开program.cs。 把ESRI.ArcGIS.Ru...
分类:
其他好文 时间:
2014-05-11 13:10:03
阅读次数:
448
linux下.net环境;rpm -ivh
http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
&& yum makecache && yum search mono;
分类:
系统相关 时间:
2014-05-11 00:43:36
阅读次数:
332
Install Ruby(安装)For windows you can download Ruby
fromhttp://rubyforge.org/frs/?group_id=167for Linux
tryhttp://www.rpmfind.net.Our first program(从此开始...
分类:
其他好文 时间:
2014-05-11 00:02:21
阅读次数:
602
如题. 1 namespace sanyuandemo 2 { 3 class Program
4 { 5 static void Main(string[] args) 6 { 7 DateTime dateTime = Da...
分类:
其他好文 时间:
2014-05-10 23:01:05
阅读次数:
304
aliases -- Aliases of other commandsbreakpoints
-- Making program stop at certain pointsdata -- Examining datafiles --
Specifying and examining filesi...
分类:
数据库 时间:
2014-05-10 20:36:32
阅读次数:
486