http://www.cnblogs.com/mmlz/p/4497118.html#include#includeusing namespace std;int n,K,nn,a[1000001],sumv[1000002];bool check(int x){ int cnt=0,i; ...
分类:
其他好文 时间:
2015-06-18 23:34:36
阅读次数:
216
首先打开preferences----settings-user里面添加如下内容就可以禁止自动检测更新并设置tab键缩进4个空格的距离//Settingsinhereoverridethosein"Default/Preferences.sublime-settings",
//andareoverriddeninturnbyfiletypespecificsettings.
{
"update_check":false,
"tab_siz..
分类:
其他好文 时间:
2015-06-18 20:11:40
阅读次数:
100
F3 加载 traceme.exe
F9 运行,出现如下界面
猜测输入使用 GetDlgItemTextA,
ctrl + F2 重新运行,快捷键 ctrl + G 查找到 GetDlgItemTextA 位置处,下断点。
F9 运行,弹出注册界面,输入用户名 hello,序列号 world。
按下 check,执行到 GetDlgItem...
分类:
其他好文 时间:
2015-06-18 19:54:18
阅读次数:
146
[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near at line 3MySQL 5.6,Navicat For MySQL 10.0.10 中执行SQL语句时...
分类:
数据库 时间:
2015-06-18 19:45:16
阅读次数:
255
Description:Given two binary trees, write a function to check if they are equal or not.Two binary trees are considered equal if they are structurally ...
分类:
其他好文 时间:
2015-06-18 19:15:25
阅读次数:
93
1、实验环境
Centos6.4
2、安装rrdtool(注rrdtool-1.5.3不支持3.6.1)
1
2
#安装ganglia相关包
yum -y install apr-devel apr-util check-devel cairo-devel pango-devel libxml2-devel rpmbu...
分类:
其他好文 时间:
2015-06-18 15:22:20
阅读次数:
148
Large Division
Description
Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an integer b if and only if
there exi...
分类:
其他好文 时间:
2015-06-18 09:44:38
阅读次数:
127
Not Check OutCheck OutDoneSPRINTGOAL:BETA-READYRELEASE困难模式DONE修改已知bugDONE美化界面
分类:
其他好文 时间:
2015-06-16 22:57:10
阅读次数:
133
//check.javapackage check;import javax.swing.*;public class check extends JPanel{ JLabel namelabel1,namelabel2; JTextField name; JPasswordField passwo...
分类:
其他好文 时间:
2015-06-16 22:40:42
阅读次数:
142
Ubuntu12.04 下使用pyev 模块,但是运行sudo python setup.py install后却提示出现以下错误:
Traceback (most recent call last):
File "setup.py", line 59, in
check_version(libev_version(), min_libev_version, "libev")...
分类:
其他好文 时间:
2015-06-16 19:23:20
阅读次数:
292