码迷,mamicode.com
首页 >  
搜索关键字:line    ( 28191个结果
freemarker报错之十一
1、错误描述 六月 03, 2014 11:00:35 下午 freemarker.log.JDK14LoggerFactory$JDK14Logger error 严重: Template processing error: "Expression nums is undefined on line 10, column 25 in list.ftl." Expression nums is...
分类:其他好文   时间:2014-06-20 12:59:50    阅读次数:229
请求的那一条数据,
客户端:删除一条,索引不变,服务器:向上弹出一条,然后实时查询,就错过了一条,count = 1,pageindex = pageindex * count,代表第几页,请求的是第 几条数据,也可以根据 数组里面有几条数据 就选择加载几条数据,if (isLoadOne) { [params ...
分类:其他好文   时间:2014-06-13 13:56:48    阅读次数:222
frxReport 设计 (mtm)
? 设计 frxReport frxReport 窗体上放一个 【frxReport】 的控件 双击 【frxReport】控件 进入设置模式 frxReport1.ShowReport() 方法 显示报表信息? 连接打印的字段 a. frxDBDataset1 窗体上放一个 【frxDBDat.....
分类:其他好文   时间:2014-06-12 00:28:44    阅读次数:358
WPF画线问题,几千条以后就有明显的延迟了。
我现在是这么画的,class A { private GeometryGroup _lines; private Path _path; public A() { _path.Data = _lines; } public Draw() { LineGeometry line = new LineG...
分类:其他好文   时间:2014-06-11 23:48:13    阅读次数:1241
leetcode--Convert Sorted Array to Binary Search Tree
Given an array where elements are sorted in ascending order, convert it to a height balanced BST./** * Definition for binary tree * public class TreeN...
分类:其他好文   时间:2014-06-11 21:58:10    阅读次数:300
C# Winform AutoScaleMode属性
属性的用法:None : 禁用自动缩放。(默认时)Font :根据类使用的字体(通常为系统字体)的维度控制缩放。Dpi : 根据显示分辨率控制缩放。常用分辨率为 96 和 120 DPI。Inherit : 根据类的父类的缩放模式控制缩放。如果不存在父类,则禁用自动缩放。如需要控件或窗体根据操作系统...
分类:Windows程序   时间:2014-06-11 13:19:38    阅读次数:624
[Selenium]对弹出的Alert窗口进行操作
Alert alert = driver.switchTo().alert();alert.accept();
分类:其他好文   时间:2014-06-11 13:05:22    阅读次数:169
键盘高度
//当键盘出现或改变时调用- (void)keyboardWillShow:(NSNotification *)aNotification{ //获取键盘的高度 NSDictionary *userInfo = [aNotification userInfo]; NSValue *aValue...
分类:其他好文   时间:2014-06-11 12:58:59    阅读次数:256
python列表推导式
原来这么长时间没写了,今天阅读《集体智慧编程》的时候,发现了python的一个功能,列表推导式。留个存[ 表达式 for 变量 in 列表] 或者[表达式 for 变量 in 列表 if 条件]例如:ll=[1,2,3,4,5,6,7,8,9,0]print (v*10 for v in ll if...
分类:编程语言   时间:2014-06-11 11:23:16    阅读次数:330
.net asp “/”应用程序中的服务器错误。
解决办法: (default是当前aspx的名字 onlinemessage是命名空间)...
分类:Web程序   时间:2014-06-07 13:01:32    阅读次数:198
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!