1. 文字拼接,文字查找,计数,截取 1 2 {assign var="comp" value=""} 3 {assign var="count" value="0"} 4 {utilCall fn="utilGetCalendarTimeSlice" rn="calend...
分类:
其他好文 时间:
2014-08-08 15:32:26
阅读次数:
295
如果当前使用的Android SDK是v20的话,在通过Eclipse或者Intellij IDEA打包Android项目时,会出现一个”cannot find zipalign”的错误。这个错误的原因在于google将zipalign程序移动到了build-tools/android-4.4W目录...
分类:
移动开发 时间:
2014-08-08 12:12:05
阅读次数:
217
<?php require‘smarty.inc.php‘; global$_smarty;//访问引入文件的变量 //分配变量 #普通变量 #该函数还有第三个参数,设置是否启用缓冲,如果为true, #变量将不被缓冲 $_smarty->assign(‘title‘,‘虎哥开始学习smarty了‘);//给前端基本变量赋值 //$_smarty->assignBy..
分类:
其他好文 时间:
2014-08-08 02:13:05
阅读次数:
297
今天在调试解析服务器传过来的JSON数据时,在2.3.7的手机上报了下面这样一个异常。
08-07 22:00:29.597: W/System.err(7610): org.json.JSONException: Value ? of type java.lang.String cannot be converted to JSONArray
而在android4.0版本以上的手...
分类:
移动开发 时间:
2014-08-08 02:05:35
阅读次数:
359
在做SSIS项目的Data Coversion时,经常会遇到类似如下两个问题:1.Validating (Error) Messages * Error 0xc02020f4: Data Flow Task 1: The column "xxxx" cannot be processed beca....
分类:
数据库 时间:
2014-08-07 21:48:30
阅读次数:
1329
当我们对一个表的记录进行group by的时候,在未明确使用sum、min、max等聚合函数的时候,group by 的排序规则,如下对比了MYSQL和SQLLite
大家都知道,group by的时候,数据库是便利数据库表的所有记录进行匹配处理。
下面的SQL目的是为了查询表中groupid相同的记录中,最后一条消息,给出mysql和sqllite的语句区别:
MYSQL语句
SEL...
分类:
数据库 时间:
2014-08-07 13:14:50
阅读次数:
233
1. 如何创建嵌套的过滤器//允许你减少集合中的匹配元素的过滤器, //只剩下那些与给定的选择器匹配的部分。在这种情况下, //查询删除了任何没(:not)有(:has) //包含class为“selected”(.selected)的子节点。 .filter(":not(:has(.sel...
分类:
Web程序 时间:
2014-08-06 22:10:52
阅读次数:
315
备份脚本:RMAN>run{allocatechannelc1devicetypediskformat'$BACKUP_HOME/level0/level0_%d_%s_%p_%T.bkp'connectsys/oracle@app1;3>allocatechannelc2devicetypedis...
分类:
其他好文 时间:
2014-08-06 22:08:52
阅读次数:
312
1、当做安卓移植的时候遇到如下问题:
Android NDK: jni/Android.mk: Cannot find module with tag 'CocosDenshion/android' in import path
Android NDK: Are you sure your NDK_MODULE_PATH variable is properly defined ?
Andr...
分类:
移动开发 时间:
2014-08-06 19:16:22
阅读次数:
214
weblogic下报:Caused by: java.lang.ClassCastException: org.apache.xerces.parsers.XML11Configuration cannot be cast to org.apache.xerces.xni.parser.XMLParserConfiguration...
分类:
其他好文 时间:
2014-08-06 19:15:32
阅读次数:
236