// Copyright 2009 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICEN... ...
分类:
编程语言 时间:
2017-12-13 11:48:17
阅读次数:
369
1.system.web节点下 <httpHandlers> <add verb="*" path="Reserved.ReportViewerWebControl.axd" type = "Microsoft.Reporting.WebForms.HttpHandler, Microsoft.Re ...
分类:
Web程序 时间:
2017-12-09 13:05:46
阅读次数:
200
在进行内存分配的时候一般都需要在实际使用内存大小的基础上进行内存对齐,比如一般32位平台进行4字节对齐,而64位平台使用8字节对齐等等。 一般采用的算法是先利用公式 $int(\frac{a + b 1} { b})$(其中a是实际使用的内存, b是对齐值) 然后根据这个值乘以b即可得到对应的对齐值 ...
分类:
编程语言 时间:
2017-12-07 23:59:22
阅读次数:
349
// // main.cpp // ex10_5 // // Created by a007 on 17/12/2. // Copyright © 2017年 a007. All rights reserved. // #include using namespace std; bool isPal... ...
分类:
其他好文 时间:
2017-12-02 11:18:26
阅读次数:
121
// // main.cpp // ex10_3 // // Created by a007 on 17/12/1. // Copyright © 2017年 a007. All rights reserved. // // 占坑 未完待续。。。。。。 #include using namespac... ...
分类:
其他好文 时间:
2017-12-02 00:43:52
阅读次数:
182
// // main.cpp // ex10_2 // // Created by a007 on 17/12/1. // Copyright © 2017年 a007. All rights reserved. // #include using namespace std; string com... ...
分类:
其他好文 时间:
2017-12-02 00:40:36
阅读次数:
274
URL中的保留和不安全字符 如果需要在URL中使用不属于此字符集的字符,就要使用特殊的符号对该字符进行编码。 如:最常使用的空格用%20来表示,例如:http://www.google.com/new%20171130.html 除了那些无法显示的字符外,还需要在URL中对那些保留(reserved ...
分类:
Web程序 时间:
2017-11-30 18:05:03
阅读次数:
273
Copyright (c) 2010-2012 United States Government, as represented bythe Secretary of Defense. All rights reserved.November 12 2012Authors: Matthew Fior ...
分类:
其他好文 时间:
2017-11-28 21:55:24
阅读次数:
149
Copyright (c) 2010-2012 United States Government, as represented bythe Secretary of Defense. All rights reserved.November 12 2012Authors: Matthew Fior ...
分类:
其他好文 时间:
2017-11-28 21:50:11
阅读次数:
243
Copyright (c) 2010-2012 United States Government, as represented bythe Secretary of Defense. All rights reserved.November 12 2012Authors: Matthew Fior ...
分类:
其他好文 时间:
2017-11-28 21:48:23
阅读次数:
175