Windows开发-月排行
1、ANT方式 ? ? ? buid.xml内容: <project?name="TestHadoop"?default="compile"?basedir="."> ????<property?name="build"?location="build"?/> ????<path?id="hadoop-classpath"> ????...
分类:Windows开发 时间:2014-08-08 13:02:06 收藏:0 阅读:1242
关于OpenGL中字体的显示网上其实有很多的教程,不过经常用到的方式有比较简单的Bitmap方式、比较复杂的FreeType方式。而本文介绍的方式虽然只能在Windows下实现,却有着和FreeType一样的显示效果,最重要的是非常简单,仅仅200多行代码即可实现。...
分类:Windows开发 时间:2014-08-21 19:31:14 收藏:0 阅读:1416
微软的Windowsserver2012已经能支持LACP链路聚合了,由于使用链路聚合后可以实现线路的冗余以及带宽增加,在这里我用一台思科的2960做了一个测试,供有兴趣的朋友参考。实验准备:思科交换机2960一台、安装server2012的服务器一台,内有两个千兆网卡,网线两根。步骤:1、思科..
分类:Windows开发 时间:2014-08-22 02:55:16 收藏:0 阅读:1586
c# 海康视频播放
分类:Windows开发 时间:2014-09-03 12:47:06 收藏:0 阅读:840
curl-i-XPOST-H‘Content-Type:application/json‘-d‘{"jsonrpc":"2.0","method":"user.login","params":{"user":"william","password":"Autolinux123!@#"},"auth":null,"id":0}‘http://192.168.49.90/zabbix/api_jsonrpc.php;{"jsonrpc":"2.0","result":"4023ceeb084e87211f2373..
分类:Windows开发 时间:2014-09-15 19:47:00 收藏:0 阅读:938
using System;using System.Collections.Generic;using System.Linq;using System.Net.Http;using System.Text;using System.Threading.Tasks;using Newtonsoft....
分类:Windows开发 时间:2014-10-09 22:25:02 收藏:0 阅读:651
窗体主要代码: ? 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 public partial class frmWaitingNew : Form...
分类:Windows开发 时间:2014-10-30 15:00:24 收藏:0 阅读:601
系统弹出窗口提示“缺少mswinsck.ocx”,“没有找到mswinsck.ocx”等问题。 1、下载mswinsck.ocx。 2、复制文件“mswinsck.ocx”到系统目录下。 3、系统目录一般为:C:\WINNT\System32 。64位系统为C:\Windows\SysWOW64 4、最后点击开始菜单-->运行-->输入regsvr32 mswinsck.ocx...
分类:Windows开发 时间:2014-11-04 21:13:02 收藏:0 阅读:753
DataTabledt=SQLLayer.Get工作量统计(beginDate,endDate);varquerySum=fromtindt.AsEnumerable()grouptbyt.Field("库房")intogselectnew{_库房=g.Key,_品次_入库=g.Sum(t=>t.F...
分类:Windows开发 时间:2014-11-12 19:32:25 收藏:0 阅读:673
使用jigdo下载debian准备工作: 下载jigdo:http://atterer.org/jigdo/ debian的jigdo说明:https://www.debian.org/CD/jigdo-cd/好了,安装好jigdo,选定下载目录,甩开膀子开干!一、首次下载debian*****.....
分类:Windows开发 时间:2014-11-17 22:46:53 收藏:0 阅读:1147
这里主要说的是中文乱码的问题1. 发过去的是乱码如下处理, 服务器采用的是UFT-8编码的情况下uses HTTPApp; sPost := HTTPEncode(UTF8Encode('中文处理'));2. 返回的是乱码如下处理ResponseStream:=TStringstream.Crea....
分类:Windows开发 时间:2014-11-19 14:06:03 收藏:0 阅读:609
window.close(), scripts may not close windows that were not opened by script...
分类:Windows开发 时间:2014-11-24 11:53:12 收藏:0 阅读:1113
一、 linux访问Windows共享文件夹   1.首先在mnt夹下建立共享文件夹,如share。   2.加载Windows系统的共享文件夹   在Linux命令行下访问Windows共享文件夹的命令是:   mount -t cifs -o username=windowsusername //windows machine/sharefiles /mnt/localfold...
分类:Windows开发 时间:2015-01-05 16:44:44 收藏:0 阅读:713
public Dictionary GetSourceDisksElements(String section){ section = "[" + section; Dictionary keyToValue = new Dictionary(); //打开...
分类:Windows开发 时间:2015-01-13 12:27:13 收藏:0 阅读:498
C#从Sharepoint上获取List数据。...
分类:Windows开发 时间:2015-01-19 17:12:44 收藏:0 阅读:763
using System;using System.Data;namespace DelegateTest{ public class Program { public static void Main(string[] args) { ...
分类:Windows开发 时间:2015-01-19 20:47:17 收藏:0 阅读:564
1 xmlDocument = new XmlDocument();2 xmlDocument.Load(xmlPath);3 nsmgr = new XmlNamespaceManager(xmlDocument.NameTable);4 XmlNode xmlNode = xmlDocument...
分类:Windows开发 时间:2015-01-20 17:32:06 收藏:0 阅读:452
数据库中是Numeric(38,6)类型,显示到DataGridView界面上后面始终有6个0(如:20000.000000),想要仅仅显示整数,一阵好找,但是没有发现详细的文档注释,有的在格式化字符串中加上#符号(如:##.##),不知道是干嘛。可以如此操作。 DataGridView ...
分类:Windows开发 时间:2015-01-26 00:00:38 收藏:0 阅读:2944
1. PicBox控件 顺便一提关键字:stretch[stret?]vt. 伸展,张开//控制pictureBox图片的显示格式this.picClose.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;//...
分类:Windows开发 时间:2015-02-03 12:47:03 收藏:0 阅读:1923
C# 创建WinDows 服务Ctrl+Shift+N 新建项目,创建windows 服务打开"工具箱"---右键---"选择项"---找到Timer控件,看好了,这个Timer控件的是system.Timer下的.可不是System.Windows.Form.然后添加.双击Timer控件...写事...
分类:Windows开发 时间:2015-02-28 10:11:06 收藏:0 阅读:2764
193949596974851
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!