所用方法// NOTE: All of the following methods will default to drawing on a baseline, limiting drawing to a single line.// To correctly draw and size multi...
分类:
其他好文 时间:
2015-05-23 11:24:49
阅读次数:
146
所用方法// NOTE: All of the following methods will default to drawing on a baseline, limiting drawing to a single line.// To correctly draw and size multi...
分类:
其他好文 时间:
2015-05-23 11:22:49
阅读次数:
178
同步函数的是this,静态同步函数的锁是Class.class,要使同步代码块和静态同步函数都能执行相同的锁,则需要使用Class.class作为锁的对象。回顾:1.恶汉式:Class Single{ private Single single = new Single(); publi...
分类:
编程语言 时间:
2015-05-22 00:31:10
阅读次数:
128
Typesint, uint, float32, float64, bool, stringControl Structuresif-elseforswitchArrays, Slices and MapsArrays - indexable, single type, fixed lengthSl...
分类:
其他好文 时间:
2015-05-21 23:56:56
阅读次数:
159
//连个链表相加//#include "stdafx.h"#include using namespace std;// single linked list nodestruct listNode{ int val; listNode *next; listNode(int x)...
分类:
其他好文 时间:
2015-05-21 22:26:39
阅读次数:
211
USE [master]GO-- Method 1: I use this methodEXECsp_attach_single_file_db @dbname='TestDb',@physname=N'C:\Program Files\Microsoft SQL Server\MSSQL10.MS...
分类:
数据库 时间:
2015-05-20 20:12:23
阅读次数:
138
修饰符用于限定类型以及类型成员的申明,C#中的修饰符按功能可分为四部分:属性修饰符,存取修饰符,类修饰符和成员修饰符。
属性修饰符:
[Serializable]:按值将对象封送到远程服务器。在按值封送对象时,就会创建一个该对象的副本,并将其序列化传送到服务器。 任何对该对象的方法调用都是在服务器上进行的。
[STAThread]:是Single-Threaded Apartment单线...
leetcode 2 – Add Two Numbers
题目:
You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add t...
分类:
其他好文 时间:
2015-05-20 16:22:34
阅读次数:
110
注册码:
----- BEGIN LICENSE ----
Andrew Weber
Single User License
EA7E-855605
813A03DD 5E4AD9E6 6C0EEB94 BC99798F
942194A6 02396E98 E62C9979 4BB979FE
91424C9D A45400BF F6747D88 2FB88078
90F5CC9...
分类:
其他好文 时间:
2015-05-20 09:43:16
阅读次数:
128
Highly Available Queues By default, queues within a RabbitMQ cluster are located on a single node (the node on which they were first declared). This is in contrast to exchanges and bindings, which ...
分类:
其他好文 时间:
2015-05-19 19:22:40
阅读次数:
459