POINT : 质因子分解;(仅给题解)http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&category=24&page=show_problem&problem=1721题意:给你两个整数m和n,求最大的k使...
分类:
其他好文 时间:
2014-08-21 14:50:14
阅读次数:
233
trigger() 触发事件--jQuery 1.3中新增。触发事件就是 类似于点击click, mouseover, keydown 等有动作的js事件(不包括show();hide();)为什么要用 trigger() ?trigger(type, [data]) ;trigger("click...
分类:
Web程序 时间:
2014-08-21 11:23:03
阅读次数:
201
C++的模版有时候很可能无法处理某些类型。
例如:
#include
using namespace std;
class man{
private:
string name;
int data;
public:
man(string s,int i):name(s),data(i){
}
void show()const{
cout<<"this name is "<<nam...
分类:
编程语言 时间:
2014-08-21 00:16:43
阅读次数:
261
Farm Tour
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 11495
Accepted: 4257
Description
When FJ's friends visit him on the farm, he likes to show them aro...
分类:
其他好文 时间:
2014-08-20 22:46:43
阅读次数:
259
一、最简单的做法:参考(深入理解计算机系统中文版第二版,P28,show_bytes)转化成usigned char*的byte_pointer;然后遍历输出每个字节的值,即可判断。输入可以是任意一个数。类似于:http://blog.csdn.net/yuucyf/article/details/...
分类:
其他好文 时间:
2014-08-20 20:58:22
阅读次数:
209
mysql根据配置文件会限制server接受的数据包大小。有时候大的插入和更新会受max_allowed_packet 参数限制,导致写入或者更新失败。查看目前配置show VARIABLES like '%max_allowed_packet%';显示的结果为:+-----------------...
分类:
数据库 时间:
2014-08-20 19:36:43
阅读次数:
199
div居中样式:show_center{ margin-left: auto; margin-right: auto; width: 1000px; //宽度根据自己需要设定 height: 300px; //根据需要设定 ...}使用样式: 这里要注意一点:如果样式中加入position...
分类:
其他好文 时间:
2014-08-20 17:48:52
阅读次数:
163
show errorshow allshow usersqlplusshow和set命令是两条用于维护SQLPlus系统变量的命令 :SQL> show all --查看所有系统变量值SQL>show user --显示当前连接用户SQL>show error --显示错误(编译function,p...
分类:
数据库 时间:
2014-08-20 16:08:22
阅读次数:
332
MySQL 数据库常用命令1、MySQL常用命令 create database name; 创建数据库use databasename; 选择数据库drop database name 直接删除数据库,不提醒show tables; 显示表describe tablename; 表的详细描述sel...
分类:
数据库 时间:
2014-08-20 16:00:02
阅读次数:
322
wireshark 抓包获取RTP TS流数据,保存为TS文件首先解析RTP流 2.点击菜单栏【Statistics】-【RTP】-【Show All Streams】 3.在Wireshark:RTP Streams中 显示分析到的 RTP streams, 选择第...
分类:
其他好文 时间:
2014-08-20 15:46:22
阅读次数:
1693