码迷,mamicode.com
首页 >  
搜索关键字:seleniu grid    ( 4227个结果
Grid表格属性
--其他的一...
分类:其他好文   时间:2015-06-27 22:44:27    阅读次数:96
grid++report中篇
QQ:1187362408 欢迎技术交流和学习 grid++report中篇(grid++report): TODO: 1,grid++report:简介( Grid++Report 是一款高性能的报表开发工具,特别适用于信息管理系统,如ERP、进销存、财务等软件的报表开发。针对票据套打进行了专门实现,也是实现票据打印的好工具。Grid++Report是完全可编程的报表工具,是制作动态报表的最佳选择。针对中国式报表的特点进行了很多专门的设计,是为开发中国式报表量身定做的一款报表工具。) 2,gri...
分类:其他好文   时间:2015-06-27 16:35:24    阅读次数:181
研究区分onbeforeunload事件是刷新还是关闭
一、原因最近公司的一个web项目需要在关闭网页窗口的时候对一些资源做处理,必须判断是刷新还是关闭,这很苦逼,造成必须做判断的问题是由miniUI的一个实时编辑grid控件引起的,因为表格控件在编辑,新增记录的时候,触发了reload的事件,UI底层可能做得不好,这些操作都会触发onbeforeunload 事件里的刷新 ,但是由于控件上的耦合性问题,不能不使用miniUI控件,问题只能去解决和规避掉...
分类:其他好文   时间:2015-06-27 11:39:34    阅读次数:533
Codeforces554B:Ohana Cleans Up
Ohana Matsumae is trying to clean a room, which is divided up into an n by n grid of squares. Each square is initially either clean or dirty. Ohana can sweep her broom over columns of the grid. Her ...
分类:其他好文   时间:2015-06-26 16:22:45    阅读次数:117
B. Ohana Cleans Up(Codeforces Round #309 (Div. 2))
B. Ohana Cleans Up   Ohana Matsumae is trying to clean a room, which is divided up into an n by n grid of squares. Each square is initially either clean or dirty. Ohana can sweep her broom...
分类:其他好文   时间:2015-06-26 15:01:57    阅读次数:166
简单的扫雷代码,适合初学者
using UnityEngine; using System.Collections; public class Grid { public int x; // 记录x坐标 public int y; // 记录y坐标 public bool hasBoom; // 是否有雷 pub...
分类:其他好文   时间:2015-06-26 09:19:23    阅读次数:126
卸载oracle 11g grid软件
一,使用deinstall 同样,卸载grid软件在11g中也推出了了卸载工具deinstall卸载同卸载oracle数据库软件 具体可参考:Behaviour of the Oracle De-install/Deinstall/Uninstall Utility in 11gR2 (文档 ID ...
分类:数据库   时间:2015-06-25 19:32:19    阅读次数:176
Number of Islands
Description:Given a 2d grid map of'1's (land) and'0's (water), count the number of islands. An island is surrounded by water and is formed by connecti...
分类:其他好文   时间:2015-06-25 12:03:53    阅读次数:104
3.2. Grid Search: Searching for estimator parameters
3.2. Grid Search: Searching for estimator parametersParameters that are not directly learnt within estimators can be set by searching a parameter spac...
分类:其他好文   时间:2015-06-24 20:55:36    阅读次数:336
Comparing randomized search and grid search for hyperparameter estimation
Comparing randomized search and grid search for hyperparameter estimationCompare randomized search and grid search for optimizing hyperparameters of a...
分类:其他好文   时间:2015-06-24 20:35:26    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!