Windows开发
1 /** 2 * 3 * @note 4 * @author zhouyy 5 * Apr 14, 2017 5:21:12 PM 6 * @version 7 */ 8 package com.bytter.util; 9 10 import java.text.ParseException; ... ...
分类:Windows开发 时间:2017-04-18 18:43:35 收藏:0 阅读:214
setx JAVA_HOME "C:\Program Files\java\jdk1.6.0_27" /m setx classpath = ".;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib\tools.jar" /m @pause ...
分类:Windows开发 时间:2017-04-18 18:42:03 收藏:0 阅读:267
Relationships & Hyperlinked APIs 参考链接: http://www.weiguda.com/blog/23/ http://www.django-rest-framework.org/tutorial/5-relationships-and-hyperlinked-a ...
分类:Windows开发 时间:2017-04-18 17:29:27 收藏:0 阅读:1423
typeof: The typeof operator is used to obtain the System.Type object for a type. 运算符,获得某一类型的 System.Type 对象。 Type t = typeof(int); GetType: Gets the T ...
分类:Windows开发 时间:2017-04-18 17:04:01 收藏:0 阅读:185
之前做AgentBooking时候,遇到两个问题比较棘手,一个是异常的传递与捕获:如何可以合理地在层层代码调用中统一传递并统一捕获异常。因为如果有一个做法,可以地方统一处理异常,可以使代码减少很多try cath逻辑,也不同时刻关注该怎么抛异常,这样代码写起来就比较happy。 第二个是Log的统一 ...
分类:Windows开发 时间:2017-04-18 16:59:57 收藏:0 阅读:312
...
分类:Windows开发 时间:2017-04-18 14:32:49 收藏:0 阅读:150
一、消息概述 Windows下应用程序的执行是通过消息驱动的。消息是整个应用程序的工作引擎,我们需要理解掌握我们使用的编程语言是如何封装消息的原理。 1 什么是消息(Message) 消息就是通知和命令。在.NET框架类库中的System.Windows.Forms命名空间中微软采用面对对象的方式重... ...
分类:Windows开发 时间:2017-04-18 14:32:27 收藏:0 阅读:195
/// <summary> /// 日志文件记录 /// </summary> /// <param name="logName">日志描述</param> /// <param name="msg">写入信息</param> public static void WriteMsg(string l ...
分类:Windows开发 时间:2017-04-18 14:13:58 收藏:0 阅读:255
查看原文:http://www.cnblogs.com/feiyuhuo/p/5793606.html#commentform 1、假设你要反射一个 DLL 中的类,并且没有引用它(即未知的类型): Assembly assembly = Assembly.LoadFile("程序集路径,不能是相对 ...
分类:Windows开发 时间:2017-04-18 14:11:08 收藏:0 阅读:154
介绍一下怎样在Windows操作系统中搭建Apache Ant环境: 一、下载Apache Ant压缩文件:http://download.csdn.net/detail/wangshuxuncom/8019453 二、解压该压缩文件,并将其复制到适当的文件夹中比方复制到“C:\Program Fi ...
分类:Windows开发 时间:2017-04-18 14:04:55 收藏:0 阅读:242
14377437843799701
上一页97009下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!