A real story of windows DLL which does too much and without good version control
分类:
其他好文 时间:
2014-11-01 16:13:10
阅读次数:
238
Web Service 一些对外公开的网络服务接口2011-10-29 14:12商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同一时候查询)Endpoint:http://webservice.webxml.com.cn/WebServices/Sto...
分类:
Web程序 时间:
2014-10-28 17:09:57
阅读次数:
363
When working with variables that contain strings or numbers. There's often a need to join their values. Either to display directly on screen or to sto...
分类:
其他好文 时间:
2014-10-28 13:37:01
阅读次数:
178
POJ 3207 Ikki's Story IV - Panda's Trick
题目链接
题意:一个圆上顺序n个点,然后有m组连线,连接两点,要求这两点可以往圆内或圆外,问是否能构造出使得满足所有线段不相交
思路:2-sat,判断相交的建边,一个在内,一个在外,然后跑一下2-sat即可
代码:
#include
#include
#include
#include...
分类:
其他好文 时间:
2014-10-26 19:46:35
阅读次数:
199
Web Service 一些对外公开的网络服务接口2011-10-29 14:12商业和贸易:1、股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同一时候查询)Endpoint:http://webservice.webxml.com.cn/WebServices/Sto...
分类:
Web程序 时间:
2014-10-26 13:01:59
阅读次数:
409
My story happened in the winter of 2012, the first year I began to work in Beijing. It was a cold weekend, and I went skiing with two of my coworker.....
分类:
其他好文 时间:
2014-10-26 01:38:41
阅读次数:
142
点更新树链剖分入门题,诶 错了好多发,提到同一点时没更新,边数组开小了一倍。#include #include #include #include using namespace std;#define lson l,mid,rt size[son[x]]) son[x] = cc; }}vo...
分类:
其他好文 时间:
2014-10-25 17:08:02
阅读次数:
163
Python 3.4 注释 ? ? # this is a comment print ? ? print(format(input, format_string)) ? ? print(‘the story be about {0}, {1} and {other}‘.format(‘apple‘, ‘monkey‘, other=‘cc‘)) ? ? print(‘t...
分类:
编程语言 时间:
2014-10-24 19:17:36
阅读次数:
208
首先建立一个swift项目,把storyboard的内容删掉,添加一个Navigation Controller,然后设置storyboard对应界面的class,在Navigation Controller界面设置View Controller的is initial View Controller,这里使用的自定义列表内容,所以要新建一个继承UITableViewCell的类,然后设置story...
分类:
编程语言 时间:
2014-10-19 00:05:50
阅读次数:
326
题目链接:hdu 3966 Aragorn's Story
题目大意:给定一个棵树,然后三种操作
Q x:查询节点x的值I x y w:节点x到y这条路径上所有节点的值增加wD x y w:节点x到y这条路径上所有节点的值减少w
解题思路:树链剖分,用树状数组维护每个节点的值。
#pragma comment(linker, "/STACK:1024000000,1024000...
分类:
编程语言 时间:
2014-10-17 10:19:10
阅读次数:
225