#define IDM_NEW 0x1002#define IDM_EXIT
0x1003#define IDM_HELP 0x1004#define IDM_ABOUT 0x1005hMenu =
CreateMenu();hFileMenu = CreateMenu();hHelpMenu = ...
分类:
其他好文 时间:
2014-05-19 09:58:20
阅读次数:
251
#MySQL for Python(MySQLdb)
Note#切记不要在python中创建表,只做增删改查即可。#步骤:(0)引用库 -->(1)创建连接 -->(2)创建游标
-->(3)选择数据库 -->(4)执行语句 -->(5)关闭连接#(0)引用库import MySQLdb#(1)创建...
分类:
数据库 时间:
2014-05-19 09:34:15
阅读次数:
413
// 测试打开一个文件var fileref = new File
("/E/work/没有图片提交/2014/2014.5.19/G20/部件渲染测试/png/tianji_1-41001_bujian35.png")var
docref = app.open (fileref)// 打印路径 /...
分类:
其他好文 时间:
2014-05-18 19:58:07
阅读次数:
272
【题目】
Given a linked list, remove the nth node from the end of list and return its head.
For example,
Given linked list: 1->2->3->4->5, and n = 2.
After removing the second node from the end, the linked list becomes 1->2->3->5.
Note:
Given n will ...
分类:
其他好文 时间:
2014-05-18 18:48:03
阅读次数:
269
Math:
https://projecteuler.net/about
Pygame:
http://nullege.com/
Python:
https://www.python.org/...
分类:
Web程序 时间:
2014-05-18 18:43:54
阅读次数:
325
【题目】
Given an array S of n integers, are there elements a, b, c, and d in S such that a + b + c + d = target? Find all unique quadruplets in the array which gives the sum of target.
Note:
Elements in a quadruplet (a,b,c,d) must be in non-descending ord...
分类:
其他好文 时间:
2014-05-18 08:46:04
阅读次数:
227
IE6有诸多奇葩,不支持position:fixed就是其中之一。所以在做一些比如固定在顶部或者底部或者固定元素的效果时需要考虑兼容IE6的这个问题。解决方案是用Ie6的hack。
*html {/* 只有IE6支持 */
background-image: url(about:blank);
background-attachment: fixed; /* 固定背景 */
}...
分类:
其他好文 时间:
2014-05-18 07:05:34
阅读次数:
203
概览
这个入门教程描述了native(本地?原生?)hadoop库,包含了一小部分关于native hadoop共享库的讨论。
This guide describes the native hadoop library and includes a small discussion about native shared libraries.
注意: 根据你的环境,词组 "native l...
分类:
其他好文 时间:
2014-05-18 03:21:01
阅读次数:
458
Given two numbers represented as strings,
return multiplication of the numbers as a string.Note: The numbers can be
arbitrarily large and are non-nega...
分类:
其他好文 时间:
2014-05-18 01:25:07
阅读次数:
288
This work was partially performed when the first
author wasa visitor at NCSU, supported by a fellowship from the Universityof
Pisa and MURST, Italy.Th...
分类:
其他好文 时间:
2014-05-17 21:20:32
阅读次数:
342