上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: new JObject( new JProperty("total", 33), new JProperty("rows", new JArray... 阅读全文
posted @ 2015-12-24 17:15 -H&H- 阅读(259) 评论(0) 推荐(0)
摘要: 在程序包管理器控制台执行: 1、PM> Install-Package Microsoft.AspNet.WebApi.SelfHost.zh-Hans 2、PM> Install-Package Microsoft.AspNet.WebApi.Cors.zh-Hans 阅读全文
posted @ 2015-12-12 09:57 -H&H- 阅读(729) 评论(0) 推荐(0)
摘要: oracle:ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.5)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=myoracle)));User Id=system;Password=00000000; sql server:Data S 阅读全文
posted @ 2015-11-16 15:09 -H&H- 阅读(164) 评论(0) 推荐(0)
摘要: static void SetNetworkAdapter(){ ManagementBaseObject inPar = null; ManagementBaseObject outPar = null; ManagementClass mc = new ManagementCl... 阅读全文
posted @ 2015-06-18 17:20 -H&H- 阅读(5943) 评论(0) 推荐(0)
摘要: string moduleName = Process.GetCurrentProcess().MainModule.ModuleName;string prcessName = System.IO.Path.GetFileNameWithoutExtension(moduleName);Proce... 阅读全文
posted @ 2015-05-30 23:59 -H&H- 阅读(188) 评论(0) 推荐(0)
摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace BarCodeLibrary{ public class ZebraGe... 阅读全文
posted @ 2015-05-27 08:29 -H&H- 阅读(3367) 评论(1) 推荐(0)
摘要: 阅读全文
posted @ 2015-05-25 11:16 -H&H- 阅读(159) 评论(0) 推荐(0)
摘要: int x = 20; int y = 20; while (linesPrinted= e.PageBounds.Height - 80) { //允许多页打印 e.HasMorePages = true; /* * Pri... 阅读全文
posted @ 2015-05-25 10:31 -H&H- 阅读(239) 评论(0) 推荐(0)
摘要: private const int CP_NOCLOSE_BUTTON = 0x200;protected override CreateParams CreateParams{ get { CreateParams myCp = base.CreateParams; ... 阅读全文
posted @ 2015-05-25 00:16 -H&H- 阅读(679) 评论(0) 推荐(0)
摘要: NetworkInterface[] netWorks = NetworkInterface.GetAllNetworkInterfaces();foreach (NetworkInterface netWork in netWorks){ if (netWork.Name=="本地连接") ... 阅读全文
posted @ 2015-05-23 09:03 -H&H- 阅读(390) 评论(0) 推荐(0)
上一页 1 ··· 4 5 6 7 8 9 下一页