异常信息:org.apache.jasper.JasperException: /pages/selectedCourse.jsp (line: 4, column: 39) The JSP specification requires that an attribute name is prece...
分类:
Web程序 时间:
2015-05-21 18:53:45
阅读次数:
167
select * from DISPATCH order by FLTID descSELECT TOP 1000 [FLTID] ,[VIP_ID] ,[VIP_NAME] ,[GENDER] ,[VIP_POS] ,[VIP_AGE] ...
分类:
其他好文 时间:
2015-05-19 22:27:09
阅读次数:
266
8.0 采用的是Qweb报表,摒弃了7.0中的RML报表。1.首先在xml文件中注册一个报表:report_type 有两个值,qweb-pdf,qweb-html2.创建报表类class qweb_print(models.AbstractModel): _name="report.qweb...
分类:
Web程序 时间:
2015-05-18 22:51:43
阅读次数:
237
实验程序:todolist本次博客主要记录实验程序开发过程。 1 public void Save() 2 { 3 System.Text.StringBuilder report = new System.Text.StringBuilder(); 4 ...
My first Scratch small game:https://scratch.mit.edu/projects/62700370/PC or Mac only.Browser & flash player required.Bugs report & improvements are we...
分类:
其他好文 时间:
2015-05-17 21:30:06
阅读次数:
140
视频地址:http://www.chuanke.com/v1983382-135467-384869.html这个内容其实已经在用了,我在上一篇文章robotium—只有apk文件的测试中已经讲过这个内容了,并且自己也用Python+wxpython写了界面程序,来实现跑case+获取xml运行结果...
分类:
移动开发 时间:
2015-05-17 18:37:35
阅读次数:
1655
Caused by: org.apache.jasper.JasperException: /WEB-INF/views/admin_template.jsp(3,62) Unable to read TLD "META-INF/tld/tiles-jsp.tld" from JAR file "f...
分类:
编程语言 时间:
2015-05-15 19:40:41
阅读次数:
146
例:char buf[512] = { 0 };sprintf(buf,"curl %s/NewWanbu/App/Api/index.php/Report/sEmail/aid/%d/reportType/final/",g_profile.m_confData.m_url.c_str(),act...
分类:
Web程序 时间:
2015-05-15 13:20:24
阅读次数:
141
开发工具从VS2010升级到VS2012,Report Viewer 版本也从V10.0到V11.O,本机开发运行没有问题,发布到服务器上时会出现一些问题;第一步、删除服务器上的Report ViewerV10.0;第二步、下载SQLSysClrTypes_x86.msi,安装;第三步、下载Repo...
分类:
其他好文 时间:
2015-05-13 12:13:21
阅读次数:
421
本文将总结如下命令:wc:wordcount-l:仅显示行数-w:仅显示字数-c:仅显示byte大小cut:(removesectionsfromeachlineoffiles)从文件的每行里删除固定的部分,用于匹配分隔符,然后筛选需要的列内容-d:指定分隔符-f:指定要显示的字段m:第m列m,n:第m和n列m-n:第m到第n列sort排序-f:..
分类:
系统相关 时间:
2015-05-12 19:05:44
阅读次数:
184