2014年12月18日
摘要:
找了好久,网上也没示例,全是java的,没办法,后来看到一个网上别人写的例子。http://www.myfirm.cn/blog/article/Control/13.html上面照套还是出错,我X,没找到类的属性,那么灵机一动,应该是个结果集,就List了,给类加个属性搞定。public clas...
阅读全文
posted @ 2014-12-18 09:53
陈-chen
阅读(1521)
推荐(0)
2014年6月4日
摘要:
如何设置端口映射(以将LPT1端口映射到共享名为CutePDFW的虚拟打印机上为例),命令如下:NET USE LPT1: \\wcjxixi-d022704\CutePDFW /Persistent:YES命令解释及说明:LPT1后的:和\\之间有一个空格的哦,否则提示“找不到网络名”;/Pers...
阅读全文
posted @ 2014-06-04 12:06
陈-chen
阅读(6770)
推荐(0)
2014年5月15日
摘要:
Imports System.IOImports NPOI.HSSF.UserModelImports NPOI.HPSFImports NPOI.POIFS.FileSystemImports NPOI.HSSF.UtilImports NPOI.SS.UserModelImports NPOI....
阅读全文
posted @ 2014-05-15 16:42
陈-chen
阅读(3567)
推荐(0)
2014年2月26日
posted @ 2014-02-26 10:57
陈-chen
阅读(4)
推荐(0)
2013年1月25日
摘要:
HKEY_LOCAL_MACHINE
阅读全文
posted @ 2013-01-25 14:44
陈-chen
阅读(146)
推荐(0)
2013年1月12日
摘要:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="Highcharts Example.aspx.cs" Inherits="WebApp.Highcharts_Example" %><!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-
阅读全文
posted @ 2013-01-12 21:27
陈-chen
阅读(9277)
推荐(1)
2012年12月12日
摘要:
config配置文件不多说<?xml version="1.0" encoding="utf-8" ?><configuration> <system.serviceModel> <behaviors> <serviceBehaviors> <behavior name="myBehavior"> <serviceMetadata/> </behavior> </serviceBehaviors> </behaviors.
阅读全文
posted @ 2012-12-12 11:09
陈-chen
阅读(637)
推荐(0)