1、提示找不到依赖的libxml2库头文件 libxml/parser.h build/obj/util.do: Compiling dynamic object src/simplexml.c:27:27: error: libxml/parser.h: No such file or directory src/simplexml.c:48: error: ex...
分类:
其他好文 时间:
2014-12-11 12:34:53
阅读次数:
216
我们公司近一年来做了一个CRM系统。遇到一个问题就是:在插入交流记录的时候速度特别慢。(交流记录数据量大)后来我们经理采用文件组的方法,将客户交流记录这张表提出来就快很多了这里有一篇关于文件组的文章:简介 在SQL SERVER中,数据库在硬盘上的存储方式和普通文件在Windows中的存储方式没有什...
分类:
数据库 时间:
2014-12-11 12:06:44
阅读次数:
181
1、即时编译(Just-in-time Compilation,JIT),又称动态转译(Dynamic Translation),是一种通过在运行时将字节码翻译为机器码,从而改善字节码编译语言性能的技术。即时编译前期的两个运行时理论是字节码编译和动态编译。Android原来Dalvik虚拟机是作为一种解释器实现,新版(Android2.2+)将换成JIT编译器实现。性能测试显示,在多项测试中新版本...
分类:
移动开发 时间:
2014-12-10 18:13:12
阅读次数:
294
网上搜了好多,都是说将.settings文件夹下的org.eclipse.wst.common.project.facet.core.xml文件中的jst.web改为你需要的版本,例如2.5.
可是,可是,这样完全是不全面的。这只是绕过了Eclipse的检查,它检查这样是没法修改的,你改了也没有从根本上解决问题。
大菜来了,解决的方法在下面。
需要修改 project的 prop...
分类:
编程语言 时间:
2014-12-09 10:37:11
阅读次数:
369
Given a string S and a string T, count the number of distinct subsequences of T in S.
A subsequence of a string is a new string which is formed from the original string by deleting some (can be non...
分类:
其他好文 时间:
2014-12-09 09:26:46
阅读次数:
161
一般在注册的时候会用到:验证控件:一、非空验证:RequiredFieldValidatorErrorMessage:ControlToValidate:Display:Static--不显示也占空间。Dynamic--不显示不占空间InitialValue:初始值。应用:1.必须填2.像“不能为空...
分类:
其他好文 时间:
2014-12-09 00:22:05
阅读次数:
167
1.你可以把你要下载的模板放在这个项目的Public/excelmodel目录下,然后你就可以在页面中编写代码你可以在下载按钮这里编写:onclick="window.location.href='__ROOT__/Public/excelmodel/yxpyks.xls'" yxpyks.xl.....
分类:
其他好文 时间:
2014-12-08 19:06:53
阅读次数:
161
【题目】
Follow up for "Unique Paths":
Now consider if some obstacles are added to the grids. How many unique paths would there be?
An obstacle and empty space is marked as 1 and 0 respectively...
分类:
其他好文 时间:
2014-12-08 17:47:15
阅读次数:
167
【题目】
A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below).
The robot can only move either down or right at any point in time. The robot is trying to ...
分类:
其他好文 时间:
2014-12-08 17:45:44
阅读次数:
213
主要来源:http://www.microsoft.com/en-us/dynamics/crm-customer-center/what-s-new.aspx本文中提到的新功能主要以下几块:一、产品结构的调整二、支持更多的移动终端三、快速查询四、社交听力系统五、通过账户,产品,或者用户查看层级图表...
分类:
其他好文 时间:
2014-12-08 17:05:08
阅读次数:
206