码迷,mamicode.com
首页 >  
搜索关键字:HERE    ( 6715个结果
G 最水的一道
G - Here Be DragonsThe Triwizard Tournament's third task is to negotiate a corridor of many segmen...
分类:其他好文   时间:2014-08-17 16:58:32    阅读次数:227
Uva1401(字典树)
1401 - Remember the WordTime limit: 3.000 secondsNeal is very curious about combinatorial problems, and now here comes a problem about words. Knowing ...
分类:其他好文   时间:2014-08-17 16:44:52    阅读次数:315
X3DOM 1.6.1 发布注记
X3DOM 1.6.1 主要包含了一些新的功能特性、bug修复,是1.6的维护性更新版本。特性ClipPlane 支持实例here及文档hereTwoSidedMaterial 支持实例here及文档hereSphereSensor 支持文档here问题修复与改进增强改进了GeoOrigin 的支持...
分类:其他好文   时间:2014-08-17 12:55:52    阅读次数:182
js 防止表单重复提交
Insert title here 用户名: //其实用js来防止表单重复提交是防不死的,我可以打开你的网页源代码,然后另存为------然后将你的js代码改掉,再去注册,就可以重复注册了,防君子,不防小人,最好就是在服务端来处理//表单重复提交
分类:Web程序   时间:2014-08-16 18:26:40    阅读次数:291
09-利用session完成用户登陆
/***********************************************login.html*****************************************/Insert title here 用户名: 密码: ; /****************...
分类:其他好文   时间:2014-08-16 18:18:10    阅读次数:195
LeetCode——Sort Colors
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue. Here, we will use the integers ...
分类:其他好文   时间:2014-08-16 12:35:30    阅读次数:233
uva 705 - Slash Maze
Slash MazeBy filling a rectangle with slashes (/) and backslashes ( ), you can generate nice little mazes. Here is an example:As you can see, paths i....
分类:其他好文   时间:2014-08-15 14:30:58    阅读次数:272
LeetCode "Valid Sudoku"
Here another memory for speed implementation:class Solution {public: bool isValidSudoku(vector > &board) { size_t row_cnt = board.size(); ...
分类:其他好文   时间:2014-08-15 14:18:48    阅读次数:194
How to extract msu/msp/msi/exe files from the command line
I find these commands quite helpful — maybe you know them already — if not, here you go:Microsoft Hotfix Installer (.exe)setup.exe /t:C: /cMicrosoft U...
分类:其他好文   时间:2014-08-15 04:01:46    阅读次数:388
定义全局变量
在PS2.0下,button 可以直接调用在 checkbox里面定义的变量,如下:$checkbox1_CheckedChanged={ #TODO: Place custom script here if ($checkbox1.Checked) { $a= 1 } else { $a = 0 ...
分类:其他好文   时间:2014-08-15 01:20:36    阅读次数:215
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!