The materials will be driven to the edge of
dial by centrifugal force and fall down into the ring, crushed and grinded by
roller, and become powder af...
分类:
其他好文 时间:
2014-06-11 12:22:35
阅读次数:
330
ctrl+/ 单行注释ctrl+shift+/ 块注释ctrl+shift+
+/- 展开/折叠ctrl+alt+L 格式化代码ctrl+shift+ up/down 上下移动句子Alt+回车 导入包,自动修正Ctrl+N
查找类Ctrl+Shift+N 查找文件Ctrl+Alt+L 格式化代码Ct...
分类:
Web程序 时间:
2014-06-11 10:57:44
阅读次数:
397
//snakegame.h
#ifndef SNAKEGAME_H
#define SNAKEGAME_H
#include
#include
#include
#include
#include
/*枚举,表示方向*/
enum Direction{D_UP,D_DOWN,D_LEFT,D_RIGHT};
class SnakeGame:public QDialog
{...
分类:
其他好文 时间:
2014-06-10 15:57:26
阅读次数:
285
说好的给园子里的朋友们录制与《ASP.NET MVC 使用 Petapoco
微型ORM框架+NpgSql驱动连接 PostgreSQL数据库》这篇博客相对应的视频,由于一个月一来没有时间录制,今天我兑现了给朋友们的承诺。。
本次视频教程的目录为 视频、代码、资料,其中视频有4段,资料是我收集...
分类:
数据库 时间:
2014-06-08 20:20:50
阅读次数:
466
题目
Given a binary tree, find its maximum depth.
The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.
方法
使用DFS对树进行遍...
分类:
其他好文 时间:
2014-06-08 10:26:33
阅读次数:
207
因工作需要,最近看了下oracle迁移到pg的东西,同时,也做了些测试,本文是配置ora2pg的具体步骤,记录于此,供大家参考,同时备今后自己查阅。...
分类:
其他好文 时间:
2014-06-08 08:13:19
阅读次数:
188
Description
A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions are
...
分类:
其他好文 时间:
2014-06-08 04:38:32
阅读次数:
386
项目中要添加一个文件管理功能,允许用户维护自己的静态HTML文件。在网上找了一个现成的在线PHP文件管理工具:webftp
下载地址:http://down.chinaz.com/soft/30675.htm下载后发现有一些问题:他必须登录才可以使用上传的文件类型没有限制界面不是很方便嵌入项目中指定...
分类:
Web程序 时间:
2014-06-08 01:39:54
阅读次数:
269
随便点了一套刷,这套质量挺棒的,学了不少的东西,并且碰到了很久都没有打的题目//很久没有刷一套题了吧,最近发生的东西实在可怕到我都难以接受了....clam
down clam dowm 先管好自己的事再说吧~1.card题1 集卡片【问题描述】lzh小时候很喜欢收集卡片,他经常要去商店购买新到的....
分类:
其他好文 时间:
2014-06-07 23:47:15
阅读次数:
497
Given a binary tree, find its maximum depth.The
maximum depth is the number of nodes along the longest path from the root node
down to the farthest le...
分类:
其他好文 时间:
2014-06-05 14:10:38
阅读次数:
304