Little BishopsA bishop is a piece used in the game of chess which is played on a board of square grids. A bishop can only move diagonally from its cur...
分类:
其他好文 时间:
2014-07-09 23:05:17
阅读次数:
252
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:
其他好文 时间:
2014-07-08 23:12:45
阅读次数:
298
最近公司的项目涉及到SharePoint讨论板。其中需要将讨论中最右侧的查看属性、答复以及一些文本(如果有的话)隐藏掉。...
分类:
其他好文 时间:
2014-07-08 20:35:34
阅读次数:
258
环境:10.2.0.4集群数据库zlm10g(双节点,zlm10g1,zlm10g2)
系统:Windows 2003 Server 64Bit
内存:2G RAM
存储:ASM
目标:把集群数据库从10.2.0.4升级到10.2.0.5,包括集群软件和OEM的Patch安装
一、升级前准备:
1.查看是否存在无效对象
SQL> select object_name,statu...
在成功编译nginx的mips平台后,将其make install生成的文件打包放在rt5350的文件系统。
其中需要注意的是,在放入文件系统需要和编译安装的目录保持一致:如编译的时候有release的目录,所以在文件系统也需要相应的目录
release,并将conf ,html,logs文件拷贝,nginx放在sbin目录下。
另外在编译的时候指定了user及group如果文件系统尚未...
分类:
其他好文 时间:
2014-07-08 19:35:05
阅读次数:
373
1330: 字符识别?
Time Limit: 1 Sec Memory Limit: 128 MB
Submit: 158 Solved: 100
[Submit][Status][Web
Board]
Description
你的任务是写一个程序进行字符识别。别担心,你只需要识别1, 2, 3,如下:
.*. *** ***
.*. ..* ..*
....
分类:
其他好文 时间:
2014-07-08 15:40:09
阅读次数:
196
开发中经常用到的Linux命令,慢慢汇总1,查看使用的Linux版本 lsb_release -a --可以列出所有版本信息.2,查看网络IP ifconfig3, 网络设置好之后,需要重启网络才能生效 service network restart4, 查询某个服务是否已经启动...
分类:
系统相关 时间:
2014-07-06 14:59:54
阅读次数:
258
1. 查看 Linux 相关信息 版本查看# cat /etc/issueCentOS release 6.5 (Final) 位数查看# getconf LONG_BIT64 第 2 - 4 步是 Eureka Server war 包的构建,如果你嫌自己构建麻烦可以去 http://mvnrepository.com/artifact/com.netf...
分类:
系统相关 时间:
2014-07-06 09:40:21
阅读次数:
2657
Magic xpa最新版本Magic xpa 2.4c 截止日期2014-07-05
分类:
其他好文 时间:
2014-07-05 22:30:54
阅读次数:
292
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:
其他好文 时间:
2014-07-05 21:30:45
阅读次数:
175