今天开发一个功能,其操作的按钮式是一个点击的a标记,并且是动态生成的,其点击方法需要传参数具体代码如下{field:'time',title:'日程时间',width:200,align:'center'}, {field:'operation',title:'日程操作',wi...
分类:
Web程序 时间:
2014-07-11 10:28:58
阅读次数:
151
xcode 5.0连接 svn server, check out时出现如下error :The operation couldn’t be completed. (NSURLErrorDomain error -1012.)解决方法:打开终端 然后输入如下命令svn ls xxxx(xxx是你的S...
分类:
其他好文 时间:
2014-07-08 22:36:11
阅读次数:
249
Windows Error 740 – The Requested Operation Requires ElevationWhat Does Error 740 Mean?If you are experiencing an error 740 message in Windows Vista o...
Given two wordsword1andword2, find the minimum number of steps required to convertword1toword2. (each operation is counted as 1 step.)You have the fol...
分类:
其他好文 时间:
2014-07-06 19:31:04
阅读次数:
181
异步技术有两个:Grand Central Dispatch(GCD):系统管理线程,你不需要编写线 程代码。只需定义想要执行的任务,然后添加到适当的 dispatch queue。GCD 会负责创建线程和调度你的任务。系统直接提供线 程管理,比应用实现更加高效。Operation Queue:Ob...
分类:
其他好文 时间:
2014-07-03 20:27:30
阅读次数:
178
Delphi中WebBrowser控件打开部分网站报"Invalid floating point operation”解决EmbeddedWBWebBrowserDelphi最近用EmbeddedWB控件做浏览器相关应用的时候,发现有些网页只要一打开就一定会蹦出一个“Invalid floatin...
分类:
Web程序 时间:
2014-07-03 19:21:23
阅读次数:
234
题目
Say you have an array for which the ith element is the price of a given stock on day i.
If you were only permitted to complete at most one transaction (ie, buy one and sell one share of the...
分类:
其他好文 时间:
2014-07-03 17:51:01
阅读次数:
235
使用Xcode SVN 出现问题The operation couldn’t be completed. (NSURLErrorDomain error -1012.)解决方法:打开终端 然后输入如下命令svn ls xxxx(xxx是你SVN Server的地址)这里询问你是否允许这个地址的访问,...
分类:
其他好文 时间:
2014-07-02 13:59:06
阅读次数:
416
一:软件设计的目标:是实现软件可维护,可扩展,可复用,灵活性好等功能。课本上通过活字印刷术讲述了面向对象编程的好处
二:例子:输入两个数和运算符来计算结果
将控制台输入和运算符运算分开实现即将业务层和界面逻辑分开,降低他们之间的耦合性。封装所有可能变化的部分。
Operation运算类
public class Operation
{
public ...
分类:
其他好文 时间:
2014-07-01 06:47:23
阅读次数:
252
昨天客户突然要求将某个角色的所有权限都不分页的放在一个页面修改,本地测试OK,通过;但发布后,点击该页面提交后一直报下面的错误:异常信息: Operation is not valid due to the current state of the object.错误源:System.Web堆栈信息...
分类:
其他好文 时间:
2014-06-30 22:55:35
阅读次数:
407