注释注释毫无疑问是让别人以最快速度了解你代码的最快途径,但写注释的目的绝不仅仅是"解释代码做了什么",更重要的尽量帮助代码阅读者对代码了解的和作者一样多。当你写代码时,你脑海里会有很多有价值的信息,但当其他人读你代码时,这些信息已经丢失,他们所见到的只是眼前代码。注释约定如果IDE提供注释格式,则尽...
分类:
其他好文 时间:
2014-07-29 20:35:52
阅读次数:
325
step1 在窗体上打个矩形的洞{鼠标可以穿透这个窗体}procedure MakeRectHole(Ctrl:TWinControl;Form:TForm);var Rgn1, Rgn2: HRGN;begin Rgn1 := CreateRectRgn(0,0, Form.Width, Form...
Little Bob loves chocolates, and goes to the store with $N money in his pocket. The price of each chocolate is $C. The store offers a discount: for ev...
分类:
其他好文 时间:
2014-07-29 20:35:22
阅读次数:
306
java日期天数修改public Date getDate(String dates){ SimpleDateFormat sdf= new SimpleDateFormat("yyyy年-MM月-dd日"); Date date=null; try { date =...
分类:
编程语言 时间:
2014-07-29 20:35:12
阅读次数:
215
java中最常用jar包的用途说明,适合初学者jar包用途axis.jarSOAP引擎包commons-discovery-0.2.jar用来发现、查找和实现可插入式接口,提供一些一般类实例化、单件的生命周期管理的常用方法.jaxrpc.jarAxis运行所需要的组件包saaj.jar创建到端点的点...
分类:
编程语言 时间:
2014-07-29 20:35:05
阅读次数:
366
添加项目 procedure TForm1.Button1Click(Sender: TObject);beginwith listview1.Items dobeginAdd.Caption:='1111111';Add.Caption:='2111111';Add.Caption:='31111...
分类:
其他好文 时间:
2014-07-29 20:34:52
阅读次数:
197
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl...
分类:
其他好文 时间:
2014-07-29 20:34:42
阅读次数:
207
uses shlobj;function GetDesktopFolder():string;var pItem: PItemIDList; temp: array[0..MAX_PATH] of Char;begin SHGetSpecialFolderLocation(0, CSIDL_DESK...
分类:
其他好文 时间:
2014-07-29 20:34:32
阅读次数:
214
apache作为现今web服务器用的最广泛也是最稳定的开源服务器软件,其工作模式有许多中,目前主要有两种模式:prefork模式和worker模式 一、两种模式 prefork模式: ??? prefork是Unix平台上的默认(缺省)MPM,...
分类:
其他好文 时间:
2014-07-29 18:29:52
阅读次数:
249
mark下 自增id并获取 #?ids:?{"type":"wei_id",?"id":0}
db.ids.findAndModify({"update":{"$inc":{"id":1}},?"query":{"type":"wei_id"},?"new":"true"})...
分类:
数据库 时间:
2014-07-29 18:29:42
阅读次数:
276
问题: hostname in certificate didn‘t match: <dl-ssl.google.com> != <www.google.com> Fetching URL: https://dl-ssl.google.com/android/... 解决办法: 第一步: 打开Windows中C:\WINDOWS\system32\drivers...
分类:
移动开发 时间:
2014-07-29 18:29:22
阅读次数:
233
<script?type="text/javascript">??
????????????function?browserRedirect()?{??
????????????????var?sUserAgent?=?navigator.userAgent.toLowerCase();??
?????...
分类:
移动开发 时间:
2014-07-29 18:29:12
阅读次数:
241
http://blog.csdn.net/yuzhic/article/details/1896878 http://blog.csdn.net/macle2010/article/details/5980965 该命令使用一条语句从一个或者多个数据源中完成对表的更新和插入数据. ORACLE 9i 中,使用此命令...
分类:
数据库 时间:
2014-07-29 18:29:02
阅读次数:
445
## 1、QtQuick 1 vs QtQuick2 二者还是有很大区别的,无论从模块重组还是从底层实现,均需注意。下面是两个官方文档给出的差别说明及列表: 1. [差别说明](http://qt-project.org/wiki/QML1-vs-QML2) 2. [差别列表...
分类:
其他好文 时间:
2014-07-29 18:28:52
阅读次数:
447
区别: ????1. new/delete是C++的操作符,malloc/free是C/C++标准库函数。 ? ? 2. new分为两步的:第一步是申请内存,第二步则是调用构造函数初始化对象。同样,在调用delete的时候,需要先调用析构函数,然...
分类:
其他好文 时间:
2014-07-29 18:28:42
阅读次数:
200
inux无线驱动接口简介 ??? 在分析wpa_supplicant软件linux版本下无线驱动事件和无线驱动配置代码之前,先简单介绍下linux无线驱动接口的实现技术和发展情况。 ??? Linux无线驱动接口有两种标准接口,wext(...
分类:
系统相关 时间:
2014-07-29 18:28:32
阅读次数:
342
Failed to refresh Gradle project ‘service’ Unknown host ‘downloads.gradle.org’. Please ensure the host name is correct. If you are behind an HTTP proxy, please configure the proxy settings eith...
分类:
移动开发 时间:
2014-07-29 18:28:22
阅读次数:
2196