//回宿舍去了,明天做点难一点的题,今天做的都很水,感觉。没意思。#include #include using namespace std;const __int64 MOD=10; __int64 Power(__int64 a,__int64 b,__int64 m){ a%=m; __...
分类:
其他好文 时间:
2014-08-30 23:00:30
阅读次数:
197
前面使用easy ui来实现了一个tabs标签(http://blog.csdn.net/yysyangyangyangshan/article/details/38307477),不过在ASP.NET中使用时发现了一个问题。
大家都知道,asp.net页面的控件,当控件的事件不是使用 "return js函数();"时,或者控件注册的是后台的事件,那么整个页面会重新加载的。此时这个easy u...
分类:
编程语言 时间:
2014-08-30 06:39:29
阅读次数:
279
题解:枚举即可……#include int main(){ int now,y,n,T,count; scanf("%d",&T); while(T--){ scanf("%d%d",&y,&n); for(now=y;;now++){ ...
分类:
其他好文 时间:
2014-08-29 17:46:58
阅读次数:
190
Added the favicon in the wordpress, it's easy....
分类:
其他好文 时间:
2014-08-29 13:10:27
阅读次数:
128
/** _ooOoo_ o8888888o 88" . "88 (| -_- |) O\...
分类:
其他好文 时间:
2014-08-29 10:57:07
阅读次数:
301
http://wiki.openwrt.org/doc/devel/patchesWorking with patchesOpenWrt Buildroot integrates quilt for easy patch management. This document outlines some...
分类:
其他好文 时间:
2014-08-29 09:23:47
阅读次数:
308
一、描写叙述acl project是一个跨平台(支持LINUX,WIN32,Solaris,MacOS,FreeBSD)的网络通信库及server编程框架,同一时候提供很多其它的有用功能库。通过该库,用户能够很easy地编写支持多种模式(多线程、多进程、非堵塞、触发器、UDP方式)的server程序...
分类:
其他好文 时间:
2014-08-28 21:09:56
阅读次数:
332
接触了Ruby,发现它有个包管理工具RubyGem非常好用,而且有非常完备的文档系统http://rdoc.info发现Python下也有相同的工具,包含easy_install和Pip。只是,我没有细看easy_install的方法,这就简单的介绍一下Pip的安装与使用:准备:$ curl -O ...
分类:
编程语言 时间:
2014-08-28 13:15:09
阅读次数:
206
首先,请你提供与产品相关的关键词一份,至于关键词如何来,相信做SEO的你很清楚了,SEO关键词搜索工具应该很多,比如谷歌相关关键词搜索,用记事本的形式保存为每行一个关键词。采集产品的时候,我会帮你将关键词插入到对应的地方。采集结果就是easy_populate.csv批量表的形式一、产品SEO三要素...
分类:
其他好文 时间:
2014-08-28 13:10:19
阅读次数:
190
windows 下 easy_install 的安装...