出现错误:Jan 23, 2015 4:19:21 PM org.apache.catalina.core.StandardWrapperValve invokeSEVERE: Servlet.service() for servlet [DisplayChart] in context with ...
分类:
系统服务 时间:
2015-01-23 18:12:14
收藏:
0 评论:
0 赞:
0 阅读:
314
Spreadsheet TrackingData in spreadsheets are stored in cells, which are organized in rows (r) and columns (c). Some operations on spreadsheets can be....
分类:
其他 时间:
2015-01-23 18:12:04
收藏:
0 评论:
0 赞:
0 阅读:
276
前言,windows10 昨天凌晨发布了,windows store 开发模型比以前的 silverlight 模型由很多优势,我也小兴奋了一把。正文:在windows phone 8.0以前的开发中, application bar 的图标设置相对单一,到了 windowsstore app 后....
分类:
移动平台 时间:
2015-01-23 18:11:54
收藏:
0 评论:
0 赞:
0 阅读:
317
GZip和deflate:gzip是一种数据格式,默认且目前仅使用deflate算法压缩data部分;deflate是一种压缩算法,是huffman编码的一种加强。deflate与gzip解压的代码几乎相同,可以合成一块代码。区别仅有:deflate使用inflateInit(),而gzip使用in...
分类:
其他 时间:
2015-01-23 18:11:44
收藏:
0 评论:
0 赞:
0 阅读:
1049
最近要用到flexigrid做表格,随手记一些知识点。引入了两个jquery库(jquery.js和jquery-1.7.1.min.js),发生冲突,只保留一个$("#gridTable").flexigrid({ url:'./jsp/manager/gridData.jsp', ...
分类:
其他 时间:
2015-01-23 18:11:34
收藏:
0 评论:
0 赞:
0 阅读:
306
详细的请见:http://drops.wooyun.org/tips/143 http://wenku.baidu.com/link?url=45xj6EVVWQjV8upwrBAMIqPP3xMcmi6Zh2pGe27sZ6TZbsBtPJ3QjuIIz672egOe96UCt6T3LuPmczJ...
分类:
数据库技术 时间:
2015-01-23 18:11:24
收藏:
0 评论:
0 赞:
0 阅读:
308
(图片来源于网络) Android系统架构采用了分层架构的思想,如上图所示。从上往下一共包括四层: 1、应用程序层 该层提供一些核心应用程序包,例如电子邮件、短信、日历、地图、浏览器和联系人管理等。同时,开发者可以利用java语言设计和编写属于自己的应用程序,而这些程序与那些核心应用程序彼此平...
分类:
移动平台 时间:
2015-01-23 18:11:04
收藏:
0 评论:
0 赞:
0 阅读:
357
当数据库表很多的时候,表之间的关系就变得很复杂.光凭记忆很难记住,尤其是数据库键值没有外键约束时.所以有个数据库模型图各个表之间的关系就显而易见了.打开 office viso 2007 文件>新建>软件和数据库>数据库模型图数据库>反向工程>设置(合适的数据库类型)新建>选择数据源(用户数据源)>...
分类:
数据库技术 时间:
2015-01-23 18:10:44
收藏:
0 评论:
0 赞:
0 阅读:
495
Fraction to Recurring Decimal2015.1.23 15:59Given two integers representing the numerator and denominator of a fraction, return the fraction in string...
分类:
其他 时间:
2015-01-23 18:10:34
收藏:
0 评论:
0 赞:
0 阅读:
293
最近使用java实现了设计模式中的观察者模式,源码如下: package cn.demo;public class TestObersver { public static void main(String[] args) { Person person=new Person(); //声...
分类:
编程语言 时间:
2015-01-23 18:10:24
收藏:
0 评论:
0 赞:
0 阅读:
157
/** * 用户模型, 完整CURD示例 * @Chenwei */class User_model extends CI_model{ public function __construct() { parent::__constrcut(); } /** ...
分类:
其他 时间:
2015-01-23 18:10:14
收藏:
0 评论:
0 赞:
0 阅读:
318
原文地址:http://www.zhihu.com/question/24304345两种方法:1. 测试版本 支持任何类型的开发者帐号,需要在developer后台设置授权deviceID,可以直接打包给对方或者给一个网页地址下载,比如用http://firapp.duapp.com2. 利用企业...
分类:
移动平台 时间:
2015-01-23 18:10:04
收藏:
0 评论:
0 赞:
0 阅读:
436
#include #include #include #define max(a,b) (a)>(b)?(a):(b)#define min(a,b) (a) (const bign& b) const { return b = (const bign& b) const { return !(*....
分类:
其他 时间:
2015-01-23 18:09:54
收藏:
0 评论:
0 赞:
0 阅读:
190
Android系统从底向上一共分了4层,每一层都把底层实现封装,并暴露调用接口给上一层。1. Linux内核(Linux Kernel) 1)Android运行在linux kernel 2.6之上,但是把linux内受GNU协议约束的部分做了取代,这样在Android的程序可以用于商业目的。 2)...
分类:
移动平台 时间:
2015-01-23 18:09:44
收藏:
0 评论:
0 赞:
0 阅读:
304
Given a string, find the length of the longest substring without repeating characters. For example, the longest substring without repeating letters fo...
分类:
其他 时间:
2015-01-23 18:09:14
收藏:
0 评论:
0 赞:
0 阅读:
235
1.How do I merge two tables in Access while removing duplicates?ref:http://stackoverflow.com/questions/7615587/how-do-i-merge-two-tables-in-access-whi...
分类:
数据库技术 时间:
2015-01-23 18:09:04
收藏:
0 评论:
0 赞:
0 阅读:
511
转自:http://blog.sina.com.cn/s/blog_9564cb6e0101u9lv.html?从sdk3.2.5升级到sdk 7.1中间废弃了很多的方法,还有一些逻辑关系更加严谨了。1,警告:“xoxoxoxo” is deprecated解决办法:查看xoxoxoxo的这个方法的...
分类:
其他 时间:
2015-01-23 18:08:34
收藏:
0 评论:
0 赞:
0 阅读:
643
今天在管理oracle的时候发现一个很奇怪的问题,通过sqlplus sys/password as sydba 或者 sqlplus / as sysdba均可以登陆。
但通过sqlplus sys/password@sid as sysdba登录的时候报错,显示
ORA-01031: insuf...
分类:
数据库技术 时间:
2015-01-23 18:08:24
收藏:
0 评论:
0 赞:
0 阅读:
361
Swift版iOS游戏框架Sprite Kit基础教程下册
分类:
移动平台 时间:
2015-01-23 18:08:14
收藏:
0 评论:
0 赞:
0 阅读:
373
今天在处理业务库中二进制文件的时候,想更改二进制文件的过期天数,发现日期如果设置成2位以上的整数。都会出现如下的警告。不能成功的设置过期日期天数。MySQL版本从5.1到5.5都是一样的。mysql> set global expire_logs_days=100;Query OK, 0 rows ...
分类:
数据库技术 时间:
2015-01-23 18:08:04
收藏:
0 评论:
0 赞:
0 阅读:
330